Documentation

Everything you need to know about building, customizing, and deploying DigiCart - the open source e-commerce platform.

Getting Started

Configuration

Development

Deployment

Contributing

Introduction to DigiCart
Learn about DigiCart's features and architecture

What is DigiCart?

DigiCart is a modern, open-source e-commerce platform built with Next.js, React, and TypeScript. It provides everything you need to build beautiful, fast, and scalable online stores.

Key Features

Modern Stack

Built with Next.js 15, React 18, and TypeScript

Responsive Design

Mobile-first design with Tailwind CSS

API-First

RESTful and GraphQL APIs for flexibility

Extensible

Plugin system for custom functionality

Architecture Overview

DigiCart follows a modern architecture pattern with clear separation of concerns:

  • Frontend: Next.js with React Server Components
  • API Layer: Next.js API Routes with tRPC
  • Database: PostgreSQL with Prisma ORM
  • Authentication: NextAuth.js with multiple providers
GitHub Repository
View source code and contribute
Community
Join our Discord community
API Reference
Detailed API documentation