---
title: "Gatsby on Launch"
description: "Learn how to configure, build, troubleshoot and deploy your Gatsby site in Contentstack Launch."
url: "https://www.contentstack.com/docs/launch/gatsby-on-launch"
product: "Contentstack"
doc_type: "guide"
audience:
  - developers
  - admins
version: "current"
last_updated: "2026-07-23"
---

# Gatsby on Launch

[Gatsby](https://www.gatsbyjs.com/) is an open-source React-based framework that provides a hybrid static/server-side rendered model. Using Gatsby data fetching, you can render your content differently based on your application's use case and build APIs using Gatsby Functions.

### Supported Features

Launch supports the following Gatsby features out of the box:

*   [Gatsby Functions](https://www.gatsbyjs.com/docs/reference/functions/getting-started/)
*   [DSG](https://www.gatsbyjs.com/docs/how-to/rendering-options/using-deferred-static-generation/)
*   [SSR](https://www.gatsbyjs.com/docs/reference/rendering-options/server-side-rendering/)

## Launch Gatsby Server Configuration

Refer to the [Server Configuration](/docs/launch/server-configuration) document to learn about the Gatsby server configuration.

**Additional Resource:** Please refer to the [Quick Start Guide with Gatsby](/docs/launch/quick-start-gatsby) documentation for a step-by-step walkthrough to deploy a Gatsby site on Launch.