strapi-starter-gatsby-catalog
strapi-starter-gatsby-catalog copied to clipboard
Strapi Starter Gatsby Catalog
:no_entry: Deprecated
This repository is no longer maintained and only works for Strapi v3. To find the newest Strapi v4 starters, check out the starters-and-templates monorepo.
Strapi Starter Gatsby Catalog

This starter allows you to create a Catalog using Gatsby with a Strapi backend. The starter, and its associated template, uses musical instruments as sample seed data, but it could be customized for any product.
This is an open source project. Feel free to contribute by adding features and reporting bugs.
This starter uses the Strapi catalog template
Check out all of our starters here
Features
- 2 Collection types: Product, Category
- Specifications component for products
- Related products
- Local Search using gatsby-plugin-local-search
- Responsive design using Tailwind CSS
Getting started
Use our create-strapi-starter CLI to create your project.
npx create-strapi-starter@3 my-project gatsby-catalog
The CLI will create a monorepo, install dependencies, and run your project automatically.
The Gatsby frontend server will run here => http://localhost:8000
The Strapi backend server will run here => http://localhost:1337
Deploying to production
You will need to deploy the frontend and backend projects separately. Here are the docs to deploy each one:
Don't forget to setup the environment variables on your production app:
For the frontend the following environment variable is required:
API_URL: URL of your Strapi backend, without trailing slash
Enjoy this starter!