Storefront Scaffold

This Next.js App Router project is ready to pair with a Medusa backend. Configure NEXT_PUBLIC_MEDUSA_API_URL=http://localhost:9000 in .env.local and start both apps with pnpm dev.

Medusa test route

Fetch products from the Medusa Store API to verify connectivity.

View /medusa-test

Next steps

  • Swap in the Vercel Commerce storefront components.
  • Share utilities via packages/lib.
  • Deploy Medusa API separately or via the mirror workflow.