Documentation for S5ARC • Open Source Platform

Open Source
Ecommerce Platform.

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

S5ARC Dashboard Preview

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

Next.js 15
App Router
TypeScript
Type Safety
Drizzle ORM
Database
PostgreSQL
Data Store
Better-Auth
Authentication
Zod
Validation
Tailwind CSS
Styling
Vercel
Deployment

Start Building Today

Three simple steps to get your store up and running

1

Clone the Repository

Get started with the open-source codebase

git clone https://github.com/S5SAJID/next-dashcommerce.git
2

Configure Environment

Set up your database and authentication

cp .env.example .env.local
3

Launch Your Platform

Start the development server

npm install && npm run dev