Open source multi-vendor e-commerce marketplace built with Next.js 16. Any user can sell products and collect payments.
- Framework: Next.js
- Tailwind CSS, shadcn/ui for styling & components
- PostgreSQL & Drizzle ORM for database
- Auth: better-auth
- T3 Env for typesafe environment variables
- File storage: Pinata
- React Email & Resend for Email
- Payment provider: Cashfree
📌 Make sure PNPM is installed in your device. You can follow this installation guide.
- Install dependencies
pnpm install
- Start dev server
pnpm dev
Feel free to create meaningful issues & pull requests.