Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A Gatsby starter for building marketing websites with blog pages, powered by Contentstack headless CMS.
Gatsby Starter Contentstack is a boilerplate Gatsby site for creating professional marketing websites with a built-in blog, using Contentstack as the headless CMS. It produces a static site that content editors can update through Contentstack's API-based content model.
Gatsby Starter Contentstack is a starter kit that pairs the Gatsby static site generator with the Contentstack headless CMS. It takes Contentstack content (accessed via an API key, delivery token, and environment) and renders it as a marketing website with pre-built home and blog pages. The template is maintained by Contentstack and ships with a companion tutorial that walks through the full setup.
gatsby-starter-home and gatsby-starter-blogs.CONTENTSTACK_API_KEY, CONTENTSTACK_DELIVERY_TOKEN, and CONTENTSTACK_ENVIRONMENT..env.development and .env.production files so you can point the site at different Contentstack publishing environments.gatsby-starter-topaz.vercel.app, letting you preview the final output before installing.npm install -g gatsby-cli command, then clone and run the project with standard Gatsby commands.npm install -g gatsby-cli.git clone https://github.com/contentstack/gatsby-starter-contentstack.git.npm install inside the project folder to fetch dependencies..env.sample to .env.development and .env.production, then fill in your Contentstack API key, delivery token, and environment.gatsby develop (or the equivalent command in the starter).Yes. The starter depends on Contentstack for its content. You'll need an API key, delivery token, and publishing environment; the README shows exactly where to place those values in the .env files.
Yes. The project shows a blog page (gatsby-starter-blogs.png) alongside the home page, and the demo site includes blog features driven by Contentstack.
Yes. The README links to a live demo at gatsby-starter-topaz.vercel.app, hosted on Vercel, so you can interact with the finished site before installing the starter.
The Gatsby starter repository is free to clone and use. Contentstack itself is a separate SaaS product with its own plans; this page does not list Contentstack's pricing.
