Start building with Gatsby and its ecosystem tools
See how Gatsby compares to other JAMstack frameworks and traditional content management systems (CMS)
RSS feed? SEO? Shopify integration? There’s a plugin for that!
Explore the many ways to use Gatsby:
Learn more with webinars on demand
We’re so glad you want to help! Here’s how to get started:
Check out what the community is building
Join us for GatsbyConf - March 2-3, 2021!
Get free swag by contributing to Gatsby!
Gatsby Cloud is the best way to use Gatsby's thriving plugin ecosystem:
Dedicated Gatsby support to turbocharge your site
Gatsby plugin for Heap Analytics.
yarn add gatsby-plugin-heap
// In your gatsby-config.js plugins: [ { resolve: 'gatsby-plugin-heap', options: { appId: 'YOUR-APP-ID', enableOnDevMode: true // if 'false', heap will be fired on NODE_ENV=production only }, }, ],