Bold & vibrant Shopify Hydrogen + Oxygen headless storefront for Beauty/Wellness.
- Hydrogen — React Router 7
- Oxygen — Edge hosting (free on paid Shopify plans)
- Tailwind CSS — Custom brand design tokens
- TypeScript — Type-safe Storefront API queries
| Token | Hex |
|---|---|
| Pink (CTA) | #FF2D78 |
| Violet (Accent) | #7B2FFF |
| Dark (BG) | #0A0A0A |
| Gold | #F5C542 |
npm install
cp .env.example .env
npm run devOpen http://localhost:3000 — uses Mock.shop out of the box ✅
npx shopify hydrogen linknpx shopify hydrogen deployapp/
├── components/ — Layout, Hero, ProductCard, CartDrawer, AnnouncementBar
├── routes/ — _index, products.$handle, collections.$handle
├── lib/ — GraphQL fragments + utils
└── styles/ — Tailwind + brand CSS
Push to main → Oxygen builds at edge → Live ✅