Skip to content
New Project

Gatsby 5 Boilerplate

A Gatsby starter template using v5.

DeployView Demo
Gatsby Boilerplate

This directory is a brief example of a Gatsby app with Serverless Functions that can be deployed to Vercel with zero configuration.

Demo

Live Example: https://gatsby.vercel.app

Running Locally

Note: Gatsby Functions are not yet supported on Vercel, which is why the API Route is in /api instead of /src/api.

To run your Gatsby application and your API Route, you'll need to use the Vercel CLI:

$ npm i -g vercel
$ vercel

Alternatively, you can remove the API and just use Gatsby:

$ yarn develop
GitHub
Ownervercel
Repositoryexamples
Use Cases
Starter
Stack
Gatsby
CSS

Related Templates

Next.js Boilerplate

Get started with Next.js and React in seconds.
Next.js Boilerplate thumbnail

SvelteKit Boilerplate

A SvelteKit app including nested routes, layouts, and page endpoints.
SvelteKit Boilerplate thumbnail

Create React App

A client-side React app created with create-react-app.
Create React App thumbnail
DeployView Demo