Open Source
Ecommerce Platform.
Documentation for S5ARC, a multi-tenant e-commerce platform built for Cash on Delivery markets.

What's Inside S5ARC
Learn about S5ARC's features and capabilities for building modern e-commerce platforms.
Launch Before Lunch
Create a fully functional store in under 60 seconds. No setup complexity, no technical skills needed.
Cash on Delivery First
Optimized for COD markets in Pakistan, India, and Bangladesh. Accept orders instantly.
Multi-Tenant Architecture
Each store gets its own subdomain with strict data isolation and Row Level Security.
Headless API Ready
Fully documented REST API. Build custom frontends with any framework you prefer.
Type-Safe & Secure
End-to-end type safety with TypeScript, Zod, and Drizzle ORM. Zero runtime surprises.
Dynamic Subdomains
yourstore.s5arc.store automatically provisioned with Next.js middleware routing.
Modern Tech Stack
Built with cutting-edge technologies for performance and developer experience
Start Building Today
Three simple steps to get your store up and running
Clone the Repository
Get started with the open-source codebase
git clone https://github.com/S5SAJID/next-dashcommerce.gitConfigure Environment
Set up your database and authentication
cp .env.example .env.localLaunch Your Platform
Start the development server
npm install && npm run dev