Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 2.63 KB

01-overview.md

File metadata and controls

44 lines (25 loc) · 2.63 KB

Gatsby

This guide will show you how to add Prismic to a Gatsby project in about twenty minutes. If you want to jump right in, proceed to the setup step:

Prismic has an unlimited free tier for projects with one user. To learn more, see our pricing page:

What skills will I need?

If you're a developer building a project with Prismic and Gatsby, we recommend that you already have a basic knowledge of React, CSS, and Gatsby.

If a developer sets up Prismic for you, you won't need any technical knowledge — anyone can use Prismic.

Gatsby plugins and Prismic

Gatsby is a framework that offers a wide variety of plugins to customize and extend your application capabilities. Prismic has the following integration plugins:

Are you using gatsby-source-prismic-graphql?

We've moved away from supporting and documenting this plugin. Read our blog post if you're interested in the details about this process: Gatsby-Prismic plugins: what's going on?

Follow the migration guide to gatsby-source-prismic.

Steps to get started

These guides will walk you through every step, from creating content and adding it to your project to deploying it and seeing it live.

  • Set up Prismic
    Create a Repository and install the plugin in your project. You'll have connected your project to the source plugin and a Prismic repository by the end of this page.

  • Query Data
    Retrieve data from your Prismic API to your Gatsby app.

  • Define Routes
    On this page, you'll learn how to define the URL structure of your website and create internal links.

  • Template Content
    In this step, you'll learn how to render the content from your Prismic API in your application.

  • Preview Drafts
    Learn how to preview drafts before you publish them.

  • Deploy your App
    Here you'll learn how to deploy your site online.

  • Next article: Set up Prismic