CONTENTFORGER

E-commerce

E-commerce Store

Product catalog with cart and Stripe checkout.

Complex
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 --prod

Cloudflare Pages

npx wrangler pages deploy

Netlify

npx netlify deploy --prod