Skip to content

Ecosystem

Official AlphaBase package map and deployment topology.

This page describes the actual AlphaBase ecosystem in this repository.

Product Surfaces

SurfacePackageRole
CLI + TUI runtimepackages/alphabaseCore runtime, agent loop, server routes
Desktop apppackages/desktopNative shell (Tauri) for AlphaBase UI
Shared app UIpackages/appConversation and runtime UI layer
VS Code extensionpackages/extensions/vscode-v2In-editor chat and runtime bridge
Web/docs sitepackages/webAstro marketing/docs site
SDKpackages/sdk/jsTyped client/server helpers
Shared runtime contractspackages/coreSubmit/intent/runtime transport utilities
Cloudflare functionpackages/functionShare sync + cloud endpoints
Supabase CIS backendsupabase/functions/cisCIS ingest/bootstrap API

Runtime Topology

  1. user sends prompt from Desktop/TUI/VS Code/Web
  2. shared runtime submits through server/session routes
  3. tool/model execution streams updates
  4. results persist to session storage and sync surfaces
  5. 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/

Extension Points