CodeIssuesDiscussionsWikiPull RequestsProjectsCommitsActionsReleasesContributorsPulse● GatesSecuritySettingsDeploymentsPipelineInsightsAgents✨ Explain✨ Ask AI✨ Workspace✨ Spec✨ Tests▓ Debt Map✨ NL Search🏛 Archaeology
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | # Architecture overview
## Goals
- Keep the surface small.
- Prefer boring, well-understood primitives.
- Fast cold-start on Bun.
## Components
- **HTTP layer:** Hono.
- **Data:** PostgreSQL via Drizzle.
- **Jobs:** in-process, cron-driven.
## Non-goals
- Multi-tenant isolation at the data layer.
- Horizontal scale-out (v1 is single-node).
|