Strapi Starter Next Ecommerce

screenshot of Strapi Starter Next Ecommerce
nextjs
strapi

Strapi Starter Next.js E-commerce

Overview

The Strapi Starter Next.js E-commerce is a Next.js starter template for creating a simple e-commerce website using Strapi. It provides an example of a fully customizable website where users can buy dev stickers. The starter is open source, allowing for contributions and the addition of new features.

Features

  • Component: The starter includes a component for displaying products and categories.
  • Collection types: Two collection types, Product and Category, are used to organize the website's content.
  • Created products and categories: The starter includes 27 pre-created products and 6 pre-created categories.
  • Permissions set to true: Permissions are properly set for the product and category content types.
  • Responsive design: The starter utilizes Tailwind CSS for a responsive design that adapts to different screen sizes.
  • Slug system: A slug system is implemented for generating user-friendly URLs.
  • Publication system: The starter supports a publication system with draft and published modes.
  • Role-based access controls: Role-based access controls are implemented to manage user permissions.
  • Payments handled with Snipcart: Snipcart is used to handle payments on the website.
nextjs
Next.js

Next.js is a React-based web framework that enables server-side rendering, static site generation, and other powerful features for building modern web applications.

strapi
Strapi

Strapi is an open source headless CMS that provides a customizable content management system and API for your projects. It allows you to manage content in a visual interface and use a REST or GraphQL API to retrieve the data.

ecommerce
Ecommerce

Ecommerce websites sell products or services to customers through an online storefront. These websites typically include features such as product listings, shopping carts, payment processing, and order management tools.