# 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).
