shopify-hydrogen
Installation
SKILL.md
Shopify Hydrogen (Headless Storefronts)
Before writing code
Fetch live docs:
- Fetch
https://shopify.dev/docs/storefronts/headless/hydrogenfor Hydrogen documentation - Web-search
site:shopify.dev hydrogen remix loader actionfor data fetching patterns - Web-search
site:github.com shopify hydrogenfor source, examples, and demo store - Web-search
site:shopify.dev hydrogen cartfor current cart handler API - Web-search
site:shopify.dev hydrogen customer accountsfor authentication flow
What Is Hydrogen
Hydrogen is Shopify's React-based framework for headless commerce:
- Built on Remix (not Next.js) — server-side rendering, loaders, actions, nested routes
- Deployed to Oxygen (Shopify's edge hosting) or any Node.js-compatible host
- Optimized for Shopify's Storefront API
- Includes commerce-specific utilities: cart, customer accounts, SEO, analytics