Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Full-stack e-commerce starter with Next.js 13 admin dashboard & CMS, using Tailwind, Prisma, MySQL and Stripe checkout.

Open-source AI-native Next.js e-commerce template powered by Stripe, with a typed Commerce Kit SDK and 149 ready-made themes.

SimSim is a static NFT marketplace website template built with HTML, CSS, JavaScript, Bootstrap, GSAP, and jQuery UI.

Next.js ecommerce starter built as a web programming final exam, using MongoDB, Prisma, Tailwind CSS, and JWT auth.

Free one-page Tailwind CSS landing page template for product showcase and eCommerce sites, with hero header, product cards, and contact form.
Dropship Admin is a full-stack e-commerce starter built on Next.js 13 App Router that combines a storefront, an admin dashboard, a CMS, and generated API routes in one repository.
Dropship Admin is a GitHub repository for a full-stack e-commerce application built with Next.js 13 App Router, React, Tailwind CSS, Prisma, and MySQL. It takes store configuration, product data, orders, and media uploads as input and produces a customer-facing e-commerce storefront plus an admin dashboard that acts as CMS, admin panel, and API provider. The project was published by vishwavinoth and uses PlanetScale for MySQL hosting, Clerk for authentication, Cloudinary for image uploads, and Stripe for checkout.
npm i, and create a .env file with Clerk, Stripe, Cloudinary, database, and store front URL values.npx prisma generate and npx prisma db push.npm run dev and access the storefront and dashboard locally.The project is a public GitHub repository, so you can clone and run it yourself. Costs come from third-party services you connect: PlanetScale for MySQL, Stripe for payments, Cloudinary for image hosting, and Clerk for authentication.
The prerequisites section specifies Node version 14.x, and commands are run through npm.
The .env file needs Clerk publishable and secret keys, Clerk sign-in and sign-up URLs, a Prisma database URL, a Cloudinary cloud name, Stripe API keys, a storefront URL, and a Stripe webhook secret.
