Skip to Content

Nitro Starter

Deploying an API on Vercel with Nitro.

Nitro

This directory is a brief example of Nitro that can be deployed to Vercel with zero configuration. Go to the nitro quick start to learn more.

Deploy Your Own

Deploy your own Nitro project with Vercel.

Owner
vercel
Repository
examples

Developing

Live Example: https://nitro-template.vercel.app/

License
View License
Web design
Use Cases

Software Delivery

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

GitHub
1 npm run dev
Stack
Maintenance