E-commerce
Storefront
Catalog, cart, and checkout with a CMS-free product pipeline.
A storefront that treats products as code: a typed catalog with variants, a server-actions cart, Stripe Checkout with webhook-driven order state, and SEO-ready product pages — no CMS to babysit.
What's inside
- Product catalog with variants and inventory basics
- Cart built on server actions
- Stripe Checkout + webhook order reconciliation
- Order confirmation emails
- SEO product pages with structured data
- Admin seed scripts for the catalog
Quickstart
$ git clone git@github.com:devai-io/storefront.git my-store$ cd my-store && bun install$ cp .env.example .env # add Stripe keys$ bun dev
from production
Built from the commerce work behind live production storefronts.