Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up

Announcing Gatsby Recipes Alpha 2

Kyle Mathews
August 4th, 2020

I’m excited to announce the second alpha of Gatsby Recipes!

In April we released our first alpha version of Recipes, a new command line tool for automating common site building tasks. We learned a lot from all the early adopters and testers (thanks!), plus those contributing their own home-cooked Gatsby Recipes. In this second alpha release we have incorporated these lessons as we completely rewrote many parts of Recipes to better fulfill our vision.

This is fitting because, ultimately, Recipes are about wish fulfillment. People turn to Gatsby with requests like:

  • I want to create a site with data from Airtable
  • I want Tailwind installed & set up
  • I want an e-commerce site powered by Shopify

Recipes are the way to easily grant such wishes by automating all the setup behind these necessary but tedious tasks so creators can just get busy, well, creating.

Our vision

When designing Recipes, we’ve borrowed a lot of the ideas from the world of Infrastructure as Code. Like today’s cloud native applications, websites are now modular: assembled from a collection of cloud services like headless CMS, e-commerce, auth, build, function, and CDN infrastructure. Recipes let you define and manage your infrastructure through normal React code patterns you’re familiar with — but in an interactive and automated way.

Like WordPress, we want Gatsby to have its own famous 5 minute install. Whatever combination of resources your site needs, from npm packages to Gatsby plugins to external cloud services, Recipes will provision and configure it for you, automatically, in a few short minutes.

You’ll be able to choose from official Recipes that are part of Gatsby core, or browse the abundance of community-written Recipes — and choose different ones to develop your own cookbook to fit your organization’s needs.

What did we focus on for this release?

1. Making Recipes “React for web infrastructure”

The initial version only supported “static” components — you couldn’t write code to ask the user for input, to pull data from remote sources, etc. This release adds initial basic support for making Recipe components fully dynamic.

The following is an example of what’s now possible. The Recipe defines data and loops over them to define GitHub project columns & labels for the project. For the moment the data must be hard coded but in future releases, we’ll support fetching that data from an API.

Read John Otander’s blog post for a deeper dive on this change.

2. A --develop mode for writing recipes with hot reloading

With the new version, when you run a recipe with the --develop flag, the recipe server will watch your recipe and hot reload the terminal output when you make edits.

3. Support for running recipes in CI

The initial release was interactive — it’d walk you through each step of running a Recipe. Unfortunately this made it impossible to run the Recipes in CI or in other automated environments…so we fixed it.

You now run Recipes like this: gatsby recipes ./my-recipe.mdx --install

What’s coming next?

For our recent Gatsby Days, we demo’ed a much-requested feature: support for Recipes which ask the user for input. This plus integration of Recipes into Admin will be launched soon.

We were genuinely excited to ship the first version of Recipes, and we are even more excited now to release these improvements. The Gatsby developer experience is a prime directive for our work, and we want to make setting up and maintaining sites a lot lot easier (not to mention even sorta fun).

First we set out to make Gatsby 1000x faster — and succeeded. Now we are working hard at making Gatsby 1000x easier to use. Recipes were a significant first step towards adding a lot more automation capabilities to Gatsby, and we have a lot of new tools and features on the way to build on this foundation.

Get cooking

Try out recipes today! Install the latest version of gatsby-cli and gatsby to try out Recipes Alpha II:

To stay current with future developments, follow the Gatsby Recipes umbrella issue.

Share on TwitterShare on LinkedInShare on FacebookShare via Email

Founder @ GatsbyJS. Likes tech, reading/writing, founding things. Blogs at bricolage.io.

Follow Kyle Mathews on Twitter

Tagged with Gatsby Cloud, gatsby-inc, releasesView all Tags

Talk to our team of Gatsby Experts to supercharge your website performance.

Contact Gatsby Now
© 2023 Gatsby, Inc.