E-commerce
E-commerce Store
Product catalog with cart and Stripe checkout.
stripecart
Expected output — 5 files
app/page.tsx
app/products/[id]/page.tsx
app/api/checkout/route.ts
components/cart.tsx
lib/stripe.ts
System prompt
Build an e-commerce storefront with product grid, product detail pages, cart drawer, Stripe Checkout integration and order confirmation.
Deploy after generating
Vercel
npx vercel --prodCloudflare Pages
npx wrangler pages deployNetlify
npx netlify deploy --prod