Next Prisma Tailwind Ecommerce

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

Open-Source Full-stack E-Commerce Storefront with CMS Admin Panel. Built with Typescript, Next.js 14 App Dir, Tailwind CSS ( @shadcn-ui ) and Prisma. Admin Panel: https://pardis.vercel.app

Overview

The open-source Next.js E-Commerce Storefront with Admin Panel project offers a powerful solution for building and managing e-commerce websites using TypeScript, Tailwind CSS, and Prisma. With features such as an admin dashboard, dynamic sitemap generation, and file uploads using next-cloudinary, this project provides flexibility and functionality for e-commerce development.

Features

  • Next.js 14 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 from shadcn/ui
  • Type-Validation with Zod
  • Next Metadata API for SEO handling
  • Comprehensive implementations for i18n
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.