Shopify Hydrogen
Shopify's React commerce framework is a high-signal commerce route again because Vercel and Shopify are publicly rebuilding Hydrogen, with the live preview work tracked on Shopify's
hydrogenpreviewbranch.
Current Source Snapshot
Checked 2026-07-06:
| Source | Current value |
|---|---|
Shopify Hydrogen repo HEAD |
156e44222d3b6672ec99e047b2e2fb58d4ccafe0 |
Shopify Hydrogen preview branch |
fc0b6d2cd1dcc5b7db082e1253ccd5146533285f |
npm @shopify/hydrogen |
2026.4.4, published 2026-06-15 |
npm @shopify/cli |
4.4.0, published 2026-07-06 |
Use the preview branch as a source-watch signal, not a production default. For production commerce work, verify the target project's installed package versions and Shopify docs first.
Wiki Lens
The Vercel + Shopify signal matters for three reasons:
- Commerce framework route. Hydrogen is the Shopify-native React commerce path, adjacent to Remix / React Router lineage and Vercel's hosting/deploy story.
- Platform partnership. The Vercel blog is a first-party signal that Vercel wants serious Shopify storefronts to deploy well on its platform, not just generic Next.js commerce templates.
- Agent stack fit. Shopify storefront work should route through
shopifyCLI, local brand/store facts, Hydrogen docs/source, and Vercel preview discipline before custom MCP/app automation.
Usage
Use this page when a task mentions Shopify storefronts, Hydrogen, Oxygen/Vercel commerce deployments, React Router/Remix commerce architecture, or the Vercel + Shopify preview branch.
Default workflow:
- Inspect the repo's package versions and Shopify app/store context.
- Use Service CLI Coverage for
shopifyCLI routing and Vercel for deployment/env/preview behavior. - Prefer preview/branch deployments until production intent is explicit.
- Treat the Hydrogen
previewbranch as moving source; pin the exact commit used for any implementation decision.
Relationship to Remix
Remix remains the broader web-standards React framework page. This page is narrower: commerce storefronts, Shopify data contracts, Shopify CLI, and the current Vercel/Shopify rebuild signal.
Timeline
- 2026-07-06 | Added the Hydrogen page after Kevin flagged the Vercel + Shopify rebuild blog and Shopify
hydrogen/tree/preview. Recorded repo/npx snapshots and routed commerce storefront work through Shopify CLI plus Vercel preview discipline. Source: User request; Vercel blog; Shopify Hydrogen GitHub; npm registry, 2026-07-06