// demo · ecommerce
Boutique e-commerce
Headless storefront with cart and checkout — and a back-office for products and orders.
Overview
A small DTC fashion shop. Browse collections, view product detail with variants, drop things into the cart, and run a 3-step checkout. The admin side covers a sales dashboard, product table with edit, and an order pipeline. Everything is frontend-only — orders post into local state and you can watch them flow through to the admin.
What's in this demo
- Collections, product gallery, size/color variants
- Cart drawer with persistent line items
- 3-step checkout (address → shipping → payment)
- Admin dashboard with revenue and recent orders
- Product table — search, filter, edit modal
- Order pipeline — paid, fulfilling, delivered
Stack we'd ship this on
This demo backs
Notes
Frontend-only. Mock data resets on refresh. Use it to feel the surface — for production we'd wire it to a real backend, auth, payments, and observability.