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
- API routes
- 80+35 modules
- Applied migrations
- 108most in the platform
- Apps on one backend
- 3ops · customer · driver
- SOMA services consumed
- 6the whole substrate
The proof of the whole platform
Every claim on this site converges here: one vertical product — delivery operations — consuming six SOMA services in production shape, serving three apps from one backend. This is what the operations layer looks like when the assembly story is real.
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).