Platform Features

Everything your store needs

A complete commerce infrastructure so you can focus on your products and customers, not your technology stack.

Store Management

Instant Store Creation

Pick a name and subdomain, and your fully isolated storefront goes live in seconds with its own database schema.

Theme Gallery

Choose from professionally designed templates. Customize colors, fonts, and layout to match your brand identity.

Custom Subdomain

Every store gets its own subdomain (mystore.shopcloud.com) with automatic DNS routing and SSL.

Storefront Config

Manage your store name, logo, favicon, currency, timezone, social links, and contact details from one place.

Products & Catalog

Product Management

Full CRUD with SKU tracking, regular and sale pricing, multi-image galleries, and bilingual descriptions.

Categories & Collections

Organize with categories and curated collections. Arabic and English names for each, with image support.

Discount Engine

Create percentage or fixed-amount discounts. Apply to specific products or entire categories with date ranges.

Smart Inventory

Database-enforced stock constraints with select_for_update locking to prevent overselling at checkout.

Orders & Checkout

Shopping Cart

Slide-out cart drawer with quantity controls, persistent across page navigation via localStorage.

Complete Checkout

Guest-friendly checkout with address form, state-based shipping rates, order notes, and real-time stock validation.

Shipping Management

State-based shipping rates, carrier tracking, shipment status from pending to delivered.

Email Notifications

Automatic order confirmation emails sent via Celery background tasks using Brevo transactional email.

Platform & Security

Schema Isolation

Each tenant runs in its own PostgreSQL schema. Complete data separation at the database level.

JWT Cookie Auth

HttpOnly cookies prevent XSS token theft. Automatic token refresh with 401 retry interceptors.

Merchant Accounts

Email-based authentication with profile management, password reset, and language preferences.

Background Tasks

Celery + Redis for async email delivery, discount expiration cron, and future analytics processing.