Explore Headless Turbo Theme
The Headless Turbo theme is Fynd's production-ready reference implementation for independently hosted headless storefronts. Your team owns the application runtime, configuration, CI/CD, and hosting. Fynd Commerce continues to provide catalog, pricing, cart, checkout, customers, and orders through GraphQL APIs.
The Headless Turbo theme does not use the FDK CLI theme lifecycle, Theme Editor, or Partners Marketplace submission workflow. The term "theme editor" is used as a generic term for wherever theme settings are edited. For Fynd Commerce hosted themes, this is the dedicated Theme Editor; for Headless Turbo, the equivalent is editing theme/config/settings_data.json file and theme/config/settings_schema.json file directly in your repository.
Use this guide in the following order:
📄️ Introduction
Understand Headless Turbo theme, its capabilities, and when to use an independently hosted Fynd Commerce storefront.
📄️ Architecture
Understand the React, GraphQL, Webpack, Fastify, and Fynd Commerce components that power the Headless Turbo theme.
📄️ Getting Started
Clone, configure, and run the Headless Turbo theme locally with a Fynd Commerce sales channel.
📄️ Theme Page
Theme pages are React components that define the structure and content for specific routes. Pages can include custom or system templates and are registered in the theme's entry file.
🗃️ Development
9 items
🗃️ Advanced
5 items
📄️ Deployment
Build and deploy the Headless Turbo theme on Boltic, AWS EC2, Cloudflare Workers, or a compatible hosting platform.