What problem does it solve?
This frontend development assistant standardizes and accelerates work on the Storefront Next project by codifying patterns, best practices, and reusable scaffolding for React components, routes, hooks, providers, and SCAPI integrations.
Core Features & Use Cases
- Establishes server-component defaults, constraints on client boundaries, and loader patterns to ensure efficient data loading and streaming.
- Documents and enforces tooling patterns for adapters, Page Designer metadata generation, environment-config system, Tailwind design tokens, i18n with react-i18next, and robust form validation with React Hook Form + Zod.
- Provides guidance for Storybook 10 stories and tests, Vitest unit tests, and integration with SCAPI, React Server Components, and the extension system; applicable to frontend/ directory tasks (components, routes, hooks, providers, adapters), but not backend cartridges.
Quick Start
Open the storefront-next workspace in the frontend/ area and start applying the storefront-next patterns to React components, routes, and tests.