Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A Gatsby 5 recipe site starter powered by Flotiq headless CMS with Tailwind CSS and one-click deploys.

Astro landing page starter with gradient background, responsive hamburger/dropdown menu, and switchable floating/fullscreen headers.
Flotiq Gatsby Recipe 2 is a Gatsby 5 starter template for building recipe websites, using Flotiq headless CMS as a content source and Tailwind CSS for styling.
This is an open-source starter project created by Flotiq, the headless CMS company, that pairs Gatsby 5 with the Flotiq content platform. It takes a Flotiq read-and-write API key and the project's recipe content types as inputs, and outputs a static recipe website with automatically generated pages. The starter uses the gatsby-source-flotiq plugin to fetch content objects from Flotiq, and the Flotiq components for React library to render those objects. It requires Node.js version 18 or higher, as mandated by Gatsby 5.
flotiq import .flotiq adds four sample recipe objects to your Flotiq account.The quickest start is through the Flotiq CLI: install flotiq-cli globally, then run flotiq start with a project name and your Flotiq read-and-write API key. That command creates the Gatsby project, installs npm dependencies, writes the environment variables into a .env file, imports example data, and launches the development server with gatsby develop. For manual setup, you set GATSBY_FLOTIQ_API_KEY in .env.development, run flotiq import .flotiq to add the four example objects, and then start Gatsby. When content changes in Flotiq, you rerun gatsby develop in development; in production you must rebuild the site, or use the Flotiq plugins for Gatsby Cloud or Netlify to automate rebuilds.
Yes, the starter is released under the MIT license, so the template code itself is free. Using it requires a Flotiq account, and Flotiq is a commercial headless CMS that offers its own pricing plans, but the README does not detail those plans.
Yes. The starter fetches all recipe content from Flotiq through the gatsby-source-flotiq plugin, so you need a Flotiq account and a read-and-write API key for import and development.
Gatsby 5 requires Node.js version 18 or higher, and the starter's README states it works on Node >= 18.0.0.
When you edit content objects in Flotiq, you must rebuild the site with gatsby build for production. The README suggests using the Flotiq Gatsby plugin for Gatsby Cloud or the Flotiq Netlify plugin to automate this, or configuring webhooks.
Yes. Running flotiq import .flotiq imports four example recipe objects into your Flotiq account, and the .flotiq directory also holds the content type definitions so you can start without creating content types manually.
