Next Prisma Tailwind Ecommerce

screenshot of Next Prisma Tailwind Ecommerce
nextjs
react
tailwind
shadcn-ui
prisma

Next Prisma Tailwind Ecommerce

✨ Open-Source Full-stack E-Commerce Storefront with Admin Panel. Built with Typescript, Next.js 13 App Dir, Tailwind CSS ( @shadcn-ui ) and Prisma.

Overview:

The Next.js E-Commerce Storefront with Admin Panel project is an open-source solution for building and managing e-commerce websites. It is built with TypeScript, Tailwind CSS, and Prisma, providing a powerful and flexible platform. The project includes features such as a custom dynamic sitemap generation, an admin dashboard for managing products, orders, and payments, file uploads using Next-Cloudinary, authentication using middleware.ts and httpOnly cookies, a storefront with blog, products, and categories, database-stored blogs powered by MDX templates, email verification and invoices using react-email-tailwind-templates, and more.

Features:

  • Next.js 13 App Router and React Server Components
  • Custom dynamic Sitemap.xml generation
  • Admin dashboard with products, orders, and payments
  • File uploads using next-cloudinary
  • Authentication using middleware.ts and httpOnly cookies
  • Storefront with blog, products, and categories
  • Database-Stored blogs powered by MDX templates
  • Email verification and invoices using react-email-tailwind-templates
  • TailwindCSS for utility-first CSS
  • UI built with Radix and stunning UI components
  • Type-Validation with Zod
  • Next Metadata API for SEO handling
  • Comprehensive implementations for i18n (incomplete)
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.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.

shadcn-ui
Shadcn UI

Beautifully designed components that you can copy and paste into your apps. Accessible. Customizable. Open Source.

prisma
Prisma

Prisma is a server-side library that helps developers read and write data to the database in an intuitive, efficient and safe way.

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.

fullstack
Fullstack

A fullstack boilerplate provides a starter application that includes both frontend and backend. It should include database, auth, payments, user roles and other backend services to build a fully featured saas or webapps.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.