Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Next.js starter for building an e-commerce store with Strapi CMS, Snipcart payments, and Tailwind styling.

Next.js ecommerce starter built as a web programming final exam, using MongoDB, Prisma, Tailwind CSS, and JWT auth.
The Strapi Starter Next.js E-commerce is a deprecated open-source starter that combines a Next.js frontend with a Strapi v3 backend to create a simple e-commerce store for selling dev stickers.
The Strapi Starter Next.js E-commerce is a starter project scaffolded with the Strapi CLI that creates a monorepo containing a Next.js storefront and a Strapi v3 CMS backend. It is built by the Strapi team and is open source, so anyone can contribute features or report bugs. The starter was designed to demonstrate how to build an e-commerce website using Strapi and Next.js, with Snipcart handling payments.
true) by default, allowing the frontend to fetch data without authentication.npx create-strapi-starter@3 my-site next-ecommerce) creates the monorepo, installs dependencies, and runs both servers.Yes. It is open source and free to use, with the full source code available on GitHub under the Strapi organization.
No. Payments will not work on localhost. The starter redirects users to a Snipcart tutorial that explains how to test payments locally using ngrok.
No. The repository is deprecated and only supports Strapi v3. For Strapi v4 starters, check the starters-and-templates monorepo.
It uses Snipcart for the shopping cart and checkout. Snipcart also has a tutorial for building the same site selling cupcakes.
