Ecosystem
Official AlphaBase package map and deployment topology.
This page describes the actual AlphaBase ecosystem in this repository.
Product Surfaces
| Surface | Package | Role |
|---|---|---|
| CLI + TUI runtime | packages/alphabase | Core runtime, agent loop, server routes |
| Desktop app | packages/desktop | Native shell (Tauri) for AlphaBase UI |
| Shared app UI | packages/app | Conversation and runtime UI layer |
| VS Code extension | packages/extensions/vscode-v2 | In-editor chat and runtime bridge |
| Web/docs site | packages/web | Astro marketing/docs site |
| SDK | packages/sdk/js | Typed client/server helpers |
| Shared runtime contracts | packages/core | Submit/intent/runtime transport utilities |
| Cloudflare function | packages/function | Share sync + cloud endpoints |
| Supabase CIS backend | supabase/functions/cis | CIS ingest/bootstrap API |
Runtime Topology
- user sends prompt from Desktop/TUI/VS Code/Web
- shared runtime submits through server/session routes
- tool/model execution streams updates
- results persist to session storage and sync surfaces
- CIS capture paths upload normalized knowledge
Launch Deployment (Current)
- Frontend/docs: Cloudflare Pages
- Runtime-backed clients: local AlphaBase runtime (
serve/web) and app shells - CIS backend: Supabase Edge Function + Postgres migrations under
supabase/