Skip to content

Architecture

The concept depth for the topics you need to understand as a user to make conscious architectural decisions in your app — lifecycle, permissions, migrations, event dispatcher, encryption, UI architecture, type safety, testing.

If you’re looking for first contact:

You’re looking for…Go to
First steps?QuickstartWalkthrough
Concept overview (pipeline, multi-tenant, …)Framework
Ready-made features (auth, audit, notifications, …)Bundled features
Deployment + hostingPlatform
Runnable examplesRecipes

What’s NOT here

Strategic ADRs, internal roadmap snapshots, spike plans, competitor scans and pricing architecture do not live in the public docs — they sit under docs/plans/architecture/ in the framework repo (reachable for OSS power users via GitHub). What you find here is only the concept depth you need when building an app.

Status markers

Pages carry a status marker at the top:

  • Status: ✅ — the idea is in code; the doc describes what’s actually shipped
  • Status: 🚧 — in progress
  • Status: ⬜ — planned, not yet in the repo