Gatsby Starter screenshot

Gatsby Starter

Author Avatar Theme by Kontent ai bot
Updated: 6 Oct 2025
16 Stars

Gatsby starter site with Kontent.ai

Categories

Overview:

This product is a Gatsby starter site pre-configured with Kontent.ai source plugin. It displays a list of articles written by a coffee shop called Dancing Goat.

Features:

  • Gatsby starter site with Kontent.ai integration
  • Provides a list of articles written by Dancing Goat
  • Supports multiple languages for content types and items

Installation:

To install the theme, follow these steps:

  1. Ensure that you have Node.js with NPM installed.
  2. Use the Gatsby CLI to create a new project directory by running gatsby new [subdirectory name] https://github.com/kontent-ai/gatsby-starter. Replace [subdirectory name] with your preferred project directory name.
  3. Navigate to your project directory and run npm install to install all dependencies.
  4. Set environment variables by copying the contents of .env.template to a new .env file. Update the values of KONTENT_PROJECT_ID and KONTENT_LANGUAGE_CODENAMES based on the settings in the Kontent.ai account.
  5. Run npm run develop (or gatsby develop) to start the site at http://localhost:8000. You can also access the GraphiQL interface for testing GraphQL queries at http://localhost:8000/___graphql.

Summary:

This Gatsby starter site with Kontent.ai integration allows users to display a list of articles written by a coffee shop called Dancing Goat. It supports multiple languages and provides easy installation and setup instructions.