SOMA-Delights
The business-applications family: complete, lean platforms on SOMA. Delivery operations is the first application.
Replaces: Custom domain backends, bespoke mobile app stacks, hand-assembled Docker Compose setups
Key components
| Component | What it is | Status |
|---|---|---|
| s-delights | Rust API: 80+ routes, 35 route modules, 108+ applied migrations; three-tier surface (staff/customer/driver); Razorpay payments; Leptos/WASM ops dashboard embedded in binary | shipped |
| soma-cust-mobile | React Native / Expo 56 customer app: onboarding, subscriptions, wellness, payments, delivery tracking, partner referral | usable |
| soma-driver-mobile | React Native / Expo 56 driver app: route, delivery status, cold-chain checkpoints, earnings | usable |
| soma-console | 9 services + Postgres 17 + Redis 7 + Caddy 2 in one Docker Compose file; seed container provisions tenant, admin user, flag environments | shipped |
| soma-ecosystem | Single Docker image: all nine services + embedded Postgres + Redis + Caddy; first-boot secret auto-generation; `docker run -p 80:80 soma/ecosystem:local` | usable |
Why it matters
- →SOMA-Delights is the business-applications family: lean, complete platforms on the SOMA substrate — delivery operations is the first application
- →The delivery-operations product integrates soma-iam, soma-audit, soma-notify, soma-flags, soma-licensing, and soma-infra — the full-platform integration story is real and working
- →s-delights has 108+ applied migrations, more than any other codebase in the platform
- →`docker run -p 80:80 soma/ecosystem:local` runs the full platform stack in one command — the ecosystem image is the on-ramp for local evaluation
Maturity
Git activity
Delights: 5 commits (2026-07-16 to 2026-07-20). Ecosystem: 5 commits on 2026-07-16 (initial build-out).