Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A Gatsby v5 starter template that deploys to Vercel with zero configuration.

Astro landing page starter with gradient background, responsive hamburger/dropdown menu, and switchable floating/fullscreen headers.
Gatsby 5 Boilerplate is a minimal Gatsby starter from Vercel's framework boilerplate collection, designed to deploy a Gatsby site to Vercel with zero configuration and optional Serverless Functions.
This is a minimal Gatsby application example that can be deployed to Vercel with zero configuration. It uses the Gatsby minimal starter and includes support for SSR, DSG, and API Routes. The template takes a Gatsby project structure and produces a live site on Vercel, with a working example available at https://gatsby.vercel.app.
npm init gatsby, running on npm run develop at localhost:8000, with the main page at src/pages/index.js.npm run develop to start a live-reloading server at localhost:8000 and edit src/pages/index.js to see changes instantly.npm init gatsby.npm run develop.src/pages/index.js.Yes, the boilerplate is an open example from Vercel's examples repository. Deploying it to Vercel uses Vercel's platform, which has a free tier for personal projects.
No. The README states that SSR, DSG, and API Routes are supported, but Partial Hydration and the Slice API are not currently supported.
You can use the Deploy with Vercel button, which clones the repository and starts a new Vercel project, or import the repository into Vercel from your Git provider.
The live example is https://gatsby.vercel.app — you can see the deployed Gatsby site there.
