The Platform
A multi-tenant, event-driven backend platform for building regulated SaaS products — where every action is an auditable event, compliance is built in rather than bolted on, and the same core scales from a single service to a fleet.
This is the Product track: a plain-language, complete introduction for anyone — founders, buyers, partners, and non-technical readers. It avoids implementation detail. Engineers and architects who want the deep design should use the separate Architecture track.
The one idea
Most backends treat data storage, business logic, security, and compliance as separate concerns wired together by hand. This platform unifies them around a single concept:
Every action is an auditable event. Each meaningful thing that happens becomes an immutable, attributable record that carries its own identity, authority, audit trail, and compliance context. Business logic, read-models, notifications, and side-effects all hang off that event — consistently, transactionally, and observably. Specialized data paths (streams, bulk transfer, request/response, live state, broadcast) carry bytes at the right speed, while the event plane keeps the whole system governable.
The result: capabilities that are normally months of integration work — tamper-evident audit, data-subject erasure, multi-tenant isolation, reliable (at-least-once) delivery — come with the platform, not as afterthoughts.
Who it's for
- Regulated SaaS (fintech, health, public sector) that must prove how data is handled, retained, and erased.
- Multi-tenant products that need hard isolation between customers by default.
- Event-driven systems that want delivery guarantees and replay without building the plumbing.
Start here
| Page | What you'll learn |
|---|---|
| Product overview | The problem, the solution, the value, and why now — the whole story |
| How it works | The shape of the platform, explained simply |
| Capabilities | Every capability, in plain language, each marked Available now / Partial / Roadmap |
| Use cases | Who it's for, what you can build, and where it's not the right tool |
| How it compares | Functional comparison with the real peers — extensible application platforms (Medplum, Frappe/ERPNext, Supabase, enterprise LCAP) — and whether a direct competitor exists |
| Compliance & security | The built-in governance and trust story |
| Roadmap | What's coming next and why |
Looking for the deep technical design (kernel, ports, plugins, data flows)? That lives in the Architecture track.