Project-specific Hydrogen idioms for apps/storefront. The canonical Hydrogen patterns (route placement, ComponentPlaceholder, loaders, caching) live in apps/storefront/CLAUDE.md and load on-demand when working in that directory. This page captures the Corza-specific deviations and extensions.

Hydrogen + Vite versions

The catalog in pnpm-workspace.yaml pins @shopify/hydrogen: ^2026.4.2 and vite: ^8.0.1, so the storefront resolves to Hydrogen 2026.4 / Vite 8. Confirm by inspecting the actual storefront package.json once a contribution captures the wired versions in production.

Project-specific patterns

Hydrogen patterns pending

File type: clarification or type: decision contributions when the team picks a non-default approach (e.g., specific cache strategy for B2B catalog, server-vs-client fetch boundaries with Pack Digital, GoldTalk middleware integration patterns).