New Project
Back to Templates

Fastify on Vercel

Deploying an API on Vercel with Fastify.

DeployView Demo
Fastify

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
StarterBackend
Stack
Other

Related Templates

Back to Templates
DeployView Demo

Flask Hello World

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

Django Hello World

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

Node.js Serverless Function

Use Node.js with Vercel Serverless Functions.
Node.js Serverless Function