llms.txt Content
# Front-Commerce Developers
> Front-Commerce is a headless frontend solution for e-commerce platforms, offering a Progressive Web App (PWA) based on modern web standards.
Front-Commerce is available in two versions:
- [Front-Commerce 3.x](https://developers.front-commerce.com/docs/3.x/category/get-started): The latest version of Front-Commerce.
- [Front-Commerce 2.x](https://developers.front-commerce.com/docs/2.x/category/essentials): The legacy version of Front-Commerce.
This version can be checked in a project's package.json file:
- projects using Front-Commerce 3.x have "@front-commerce/core" dependency in their package.json
- projects using Front-Commerce 2.x have "front-commerce" dependency in their package.json
## Get Started
- [Loading data from unified GraphQL schema](https://developers.front-commerce.com/docs/3.x/get-started/loading-data-from-unified-graphql-schema): Explore how to retrieve dynamic data from your application's unified GraphQL schema in a Front-Commerce route using Remix. This guide delves into the practical aspects of querying and managing data through GraphQL, demonstrating the setup, execution, and optimization of data requests. Understand the synergistic relationship between Front-Commerce and Remix, with a focus on leveraging GraphQL for efficient data handling and page rendering.
- [Your first route](https://developers.front-commerce.com/docs/3.x/get-started/your-first-route): Create your first route to display a static content
- [Your first test 🧪](https://developers.front-commerce.com/docs/3.x/get-started/your-first-test): In Front-Commerce v3.4, we introduced a new way to test your application using `vitest`. This guide will help you to create your first test to ensure your application is working as expected.
## Guides
- [Add a component to Storybook](https://developers.front-commerce.com/docs/3.x/guides/add-component-to-storybook): Our goal with Front-Commerce is to give you the tools you need to develop a delightful user