Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A minimal Nitro server boilerplate demonstrating plugins, deployable to Vercel with zero configuration.
Nitro - Plugins is a boilerplate example from Vercel that demonstrates how to build a Nitro server application using plugins and deploy it to Vercel with zero configuration. This template is part of the Vercel examples repository, which curates patterns for building scalable applications. It gives developers a minimal starting point for a Nitro project that leverages Nitro's plugin system, plus a one-click deploy flow through Vercel.
Nitro - Plugins is a minimal Nitro server application that showcases how plugins extend Nitro's runtime behavior. It accepts standard Nitro development workflows — you install dependencies, run a local dev server, and deploy the same project to Vercel without custom configuration. The template is maintained by Vercel and is included in their public examples collection on GitHub, alongside other framework boilerplates. It uses Nitro, the open-source server toolkit from the UnJS ecosystem, which powers server-side features for frameworks like Nuxt.
After deploying or cloning the repository, install dependencies with npm install, then start a development server with npm run dev. The Nitro server runs locally, and when you push to Vercel, the platform detects Nitro automatically and deploys the server without extra configuration.
Yes, the template is part of Vercel's public examples repository and carries no license fee. Deploying to Vercel may be subject to Vercel's own free or paid hosting plans.
Nitro is an open-source server toolkit developed by the UnJS team. It provides a portable server runtime that can deploy to many platforms, including Vercel, and is used as the server engine for Nuxt applications.
Use the "Deploy with Vercel" button shown on the template page, or push the repository to a Git provider and import it into Vercel. The template is configured to deploy as a Nitro server without custom settings.
The development instructions show npm, pnpm, and yarn equivalents for install and run commands, so any of these three can be used with the template.
