Apps inventory
| App | Status | Purpose | Local entry |
|---|---|---|---|
apps/svelte-web | Active | Main SvelteKit web app for public, portal, and dashboard flows | cd apps/svelte-web && bun run dev |
apps/api | Production | Hono host for Better Auth and tRPC | bun --filter api dev |
apps/worker | Production | BullMQ worker and Bull Board | bun --filter worker dev |
apps/docs | Internal-only | Astro/Starlight docs site | bun --filter @repo/docs dev |
apps/ios-user / apps/android/app-user | Native customer apps | Store-bound native customer app | Xcode / Gradle |
apps/ios-agent / apps/android/app-agent | Native agent apps | Native agent dashboard | Xcode / Gradle |
Native app directories are intentionally outside root Bun workspaces. Keep them in release, contract, and i18n docs even though they are absent from package.json workspaces.