A complete commerce infrastructure so you can focus on your products and customers, not your technology stack.
Pick a name and subdomain, and your fully isolated storefront goes live in seconds with its own database schema.
Choose from professionally designed templates. Customize colors, fonts, and layout to match your brand identity.
Every store gets its own subdomain (mystore.shopcloud.com) with automatic DNS routing and SSL.
Manage your store name, logo, favicon, currency, timezone, social links, and contact details from one place.
Full CRUD with SKU tracking, regular and sale pricing, multi-image galleries, and bilingual descriptions.
Organize with categories and curated collections. Arabic and English names for each, with image support.
Create percentage or fixed-amount discounts. Apply to specific products or entire categories with date ranges.
Database-enforced stock constraints with select_for_update locking to prevent overselling at checkout.
Slide-out cart drawer with quantity controls, persistent across page navigation via localStorage.
Guest-friendly checkout with address form, state-based shipping rates, order notes, and real-time stock validation.
State-based shipping rates, carrier tracking, shipment status from pending to delivered.
Automatic order confirmation emails sent via Celery background tasks using Brevo transactional email.
Each tenant runs in its own PostgreSQL schema. Complete data separation at the database level.
HttpOnly cookies prevent XSS token theft. Automatic token refresh with 401 retry interceptors.
Email-based authentication with profile management, password reset, and language preferences.
Celery + Redis for async email delivery, discount expiration cron, and future analytics processing.