<!-- Source: https://www.stormkit.io/blog/how-to-deploy-gatsby -->
<!-- Title: How do deploy Gatsby project to Stormkit -->
<!-- Description: Quick guide to show how to deploy Gatsby project to Stormkit -->

[GatsbyJS](https://www.gatsbyjs.com/) is a modern web development framework based on React, for generating websites.

- Log in to [Stormkit](https://www.stormkit.io/).
- Using the user interface, import your Gatsby project from one of the three supported Git providers (GitHub, GitLab, or Bitbucket).
- Navigate to the project’s production environment in Stormkit or create a new environment if needed.
- Specify your build command to npm docs:build.
- Specify output folder to public public

<div class="img-wrapper">
   <img src="/assets/blog/gatsby-deploycommand.png" alt="configuration required to deploy gatsby" />
</div>

- Click the “Deploy Now” button to deploy your site.

Read more in the [Stormkit Documentation](/docs/welcome/getting-started).
