spree-headless-storefront
Installation
SKILL.md
Spree Headless Next.js Storefront
Before writing code
Fetch live docs:
- Fetch https://github.com/spree/storefront (README) for current setup and customization.
- Fetch https://spreecommerce.org/docs/developer/storefront/nextjs/quickstart for the quickstart.
- Fetch the Next.js 16 docs for App Router / Server Actions patterns the storefront uses.
- Cross-reference https://github.com/spree/sdk for SDK usage.
- Check the v5.4 announcement for the storefront's release context.
Conceptual Architecture
The Two Repos
| Repo | Role |
|---|---|
spree/spree-starter |
Rails backend application |
spree/storefront |
Next.js headless storefront |