A B2B wholesale marketplace with a multi-language vendor website and a vendor dashboard. Built using Next.js App Router, supporting global vendors, product management, and multilingual storefronts.
- 🌍 Multi-language support (RTL/LTR)
- 🛒 Vendor storefront with products & categories
- 📊 Vendor dashboard for product & order management
- 🔐 Authentication + role-based access
- ⚡ Optimized SEO & performance with Next.js App Router
- 🖼 Image upload (S3/Cloudinary)
- 📦 Inventory & bulk pricing management
- Next.js 14+ (App Router)
- React 18 + TypeScript
- TailwindCSS / ShadCN UI
- Prisma ORM (optional)
- PostgreSQL / MySQL / MongoDB
- next-intl / next-i18next for i18n
git clone [https://github.com/y00usry/b2b-marketplace-web-and-dashboard]
cd b2b-marketplace-web-and-dashboard
npm install
npm run dev