Skip to content

GoCart is a free and open-source multi-vendor e-commerce template built with Next.js and Tailwind CSS. It features a modern design, responsive layout and essential pages to help you launch scalable online stores and marketplaces with ease.

License

Notifications You must be signed in to change notification settings

cliff357/gocart

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoCart Favicon GoCart

An open-source multi-vendor e-commerce platform built with Next.js and Tailwind CSS.

License PRs Welcome GitHub issues


📖 Table of Contents


Features

  • Multi-Vendor Architecture: Allows multiple vendors to register, manage their own products, and sell on a single platform.
  • Customer-Facing Storefront: A beautiful and responsive user interface for customers to browse and purchase products.
  • Vendor Dashboards: Dedicated dashboards for vendors to manage products, view sales analytics, and track orders.
  • Admin Panel: A comprehensive dashboard for platform administrators to oversee vendors, products, and commissions.

🎨 Color System

GoCart features a centralized color configuration system that makes it easy to customize and maintain your site's color scheme.

🚀 Quick Start

Change your entire site's color scheme in 5 minutes:

  1. Open lib/config/colors.js
  2. Find primary.500 (around line 16)
  3. Change it to your color: '#your-color-here'
  4. Restart the dev server: npm run dev
  5. Done! 🎉

📚 Documentation

🎨 Pre-built Themes

Choose from 8+ ready-to-use themes:

  • 🌿 Fresh Green (current)
  • 🔥 Vibrant Orange
  • 💼 Professional Blue
  • 💎 Elegant Purple
  • ❤️ Warm Red
  • 🌙 Deep Indigo
  • 💧 Fresh Cyan
  • 🎀 Soft Pink

See themes.js for all options.

🛠️ Tech Stack

  • Framework: Next.js
  • Styling: Tailwind CSS
  • UI Components: Lucide React for icons
  • State Management: Redux Toolkit
  • Color System: Centralized configuration with theme support

🚀 Getting Started

First, install the dependencies. We recommend using npm for this project.

npm install

Then, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/(public)/page.js. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Outfit, a new font family for Vercel.


🤝 Contributing

We welcome contributions! Please see our CONTRIBUTING.md for more details on how to get started.


📜 License

This project is licensed under the MIT License. See the LICENSE.md file for details.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

About

GoCart is a free and open-source multi-vendor e-commerce template built with Next.js and Tailwind CSS. It features a modern design, responsive layout and essential pages to help you launch scalable online stores and marketplaces with ease.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.5%
  • HTML 1.2%
  • CSS 0.3%