OpenAgents Autopilot
July 19, 2026 ยท View on GitHub
A Node 24 and pnpm workspace for the OpenAgents application stack.
- Public site, docs, and app: TanStack Start at
/,/docs,/astro,/download, and/app(/installis a compatibility redirect) - API: Node service on Google Cloud Run
- Auth: OpenAuth target
- Data and sync: Cloud SQL Postgres, Cloud Run LiveHub, Cloud Storage
- Agent: OpenCode
- Infrastructure: Google Cloud only
Layout
apps/start/ TanStack Start public site, curated docs, authenticated app, and retained UI
workers/api/ retained path for the Node/Cloud Run API
packages/sync-schema/ Effect Schema protocol models
packages/sync-client/ browser-side sync helpers
packages/sync-worker/ server-side sync helpers
docs/ architecture audits and migration plans
Foldkit reference source must stay outside this repo. Use
../projects/repos/foldkit/ or the installed foldkit package. Do not commit
repos/foldkit.
Getting Started
pnpm install
pnpm run dev:web
API dev:
pnpm run dev:api
Validation:
pnpm run typecheck
pnpm run test
pnpm run lint
pnpm run build