One commerce experience for independent stores, connected markets, and direct deals.
Commerce should not need a different frontend every time a store changes backend, market, or channel. Mobazha Unified brings storefronts, product discovery, checkout, orders, store management, and marketplace experiences into one responsive application that can follow the store across hosted and self-hosted operation.
Try Mobazha · Explore the product · Run your own store · Documentation · Contributing
Current status:
v0.3.0-rc.1is the public release target. Workspace package versions such as0.0.1are development versions, not separate product releases.
A merchant storefront presented by Mobazha Unified. The same experience can connect to a hosted or self-hosted backend.
Commerce from both sides
For buyers, Unified provides the path from discovery and product detail through checkout, payment, order progress, communication, and recovery.
For sellers, it brings together store identity, listings, supply, shipping, payments, orders, promotions, storefront presentation, and day-to-day operations.
For markets and integrations, the same commerce journeys can appear through marketplaces, direct links, embedded channels, responsive Web experiences, and Agent-assisted workflows. What appears in the interface follows the capabilities and permissions of the connected backend.
One interface, different ways to run
- Hosted: use app.mobazha.org without operating the server yourself.
- Self-hosted: connect Unified to an open-source Mobazha Node that you control.
- Composed: package selected buyer, seller, marketplace, or embedded experiences for a specific distribution or channel.
Unified presents commerce; it does not become a second source of truth. The backend serving the active store or order validates protected actions and owns the resulting business state.
See how Mobazha fits together or compare hosted, self-hosted, and hybrid operation.
Try or build it
Open app.mobazha.org to explore the current hosted experience.
Developers can run Unified against a compatible hosted or local backend:
git clone https://github.com/mobazha/mobazha-unified.git
cd mobazha-unified
corepack pnpm install --frozen-lockfile
corepack pnpm dev:vite
The development server listens on http://127.0.0.1:3000 by default. Connection profiles and local
backend configuration are covered in the repository documentation.

Comments