B2C Starter with built-in content editing
by tinloof
The Munchies Starter is a Next.js 15 storefront with instant navigation, product grid, cart, and checkout. Includes integrations for Sanity, Resend, and Vercel Analytics.

Munchies
E-commerce platform built with Astro + Cloudflare.
Tech Stack
- Astro 5 (SSR) + Cloudflare Workers/Pages
- Medusa v2 backend
- Sanity v5 CMS
- Orama search (Cloudflare Workers)
- React 19, Tailwind CSS 4, Stripe
Prerequisites
- Node.js >= 18
- pnpm 9+
- PostgreSQL
- Redis (optional)
Quick Start
1pnpm install2# Copy .env files in each app3pnpm devMonorepo Structure
1apps/2├── web/ # Astro storefront3├── medusa-backend/ # E-commerce backend4└── search/ # Search serviceScripts
| Command | Description |
|---|---|
| Start all apps | |
| Build all apps | |
| Generate types | |
| Lint check | |
| Auto-fix lint |