New Project

Fastify on Vercel

Deploying an API on Vercel with Fastify.

DeployView Demo

To develop locally:

npm install
vc dev
open http://localhost:3000

To build locally:

npm install
vc build

To deploy:

npm install
vc deploy
GitHub Repovercel/vercel
Use Cases
Starter
Backend
Stack
Other
None

Related Templates

Flask Hello World

Use Flask 3 on Vercel with Serverless Functions using the Python Runtime.
Flask Hello World thumbnail

Django Hello World

Use Django on Vercel with Serverless Functions using the Python Runtime.
Django Hello World thumbnail

Node.js Serverless Function

Use Node.js with Vercel Serverless Functions.
Node.js Serverless Function thumbnail
DeployView Demo