Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Deploy a Nitro server to Vercel with zero configuration using this official boilerplate template.

Full-stack doctor appointment web app with patient booking, doctor schedule management, and admin oversight.

Opinionated Gatsby starter for WordPress blogs with TypeScript, SCSS, Ant Design, Staticman comments, PWA, and SEO.

A starter pack for creating WCAG conformance reports with Eleventy

A CLI scaffolding tool that generates React 19 + TypeScript + Vite projects from interactive template selection.
Nitro is a boilerplate template for deploying a Nitro server application to Vercel, part of the Vercel examples repository.
Nitro is a Vercel deployment template that scaffolds a Nitro server project with zero configuration, so you can get a Nitro app running on Vercel by clicking the deploy button. It lives in the Vercel examples repository and is linked to Nitro's quick-start documentation. The template takes the repository as a starting point and produces a deployed Nitro website or API on Vercel's platform. It also serves as a minimal example for learning how Nitro and Vercel work together.
npm run dev starts a development server for iterating on the app.npm install, pnpm install, or yarn, matching your preferred workflow.The deployment flow starts when you click the "Deploy with Vercel" button, which opens a Vercel project creation page pre-configured with the template's repository URL. After that, you can clone the deployed repository to your local machine, install dependencies with npm install (or pnpm install or yarn), and start a development server with npm run dev. The template itself is intentionally minimal, containing just enough Nitro code to run on Vercel.
