What problem does it solve? Building a custom headless Shopify storefront requires coordinating the Storefront API, server-side cart state, CDN caching strategies, and edge deployment, which is error-prone without a structured framework guide. ## Core Features & Use Cases - Project Scaffolding & Configuration: Set up a Hydrogen project with createHydrogenContext, Storefront API tokens, and session management wired through server.ts. - Storefront API Querying & Caching: Query products and collections with storefront.query using CacheLong, CacheShort, and CacheNone strategies matched to data volatility. - Server-Side Cart & Deployment: Implement cart actions with CartForm and cookie-based cart IDs, then deploy to Oxygen via the Shopify CLI or GitHub Actions. - Use Case: A fashion brand migrating from a legacy Shopify theme can scaffold a Hydrogen storefront, build product and collection routes with localized pricing via @inContext, and deploy automatically to Oxygen on every push to main. ## Quick Start Ask the AI to scaffold a Shopify Hydrogen storefront with a product detail route, a server-side cart, and an Oxygen deployment workflow.