Architecture
| Layer | Technology |
|---|---|
| Runtime | Node.js 24, ESM throughout |
| Package mgr | pnpm 10 + workspaces |
| Build | Turbo 2.8 |
| API | Hono + tRPC 11 |
| Frontend | Next.js 16 App Router, React 19, all client components |
| Styling | Tailwind CSS 4, dark mode only, Radix UI |
| Database | PostgreSQL 16 + pgvector, Drizzle ORM |
| Validation | Zod (shared schemas in domain-model) |
| Auth | JWT sessions (web), magic links (portal) |
| Events | Transactional outbox, polling dispatcher |
| Workflows | Temporal (Google sync, scheduled automations) |
| Testing | Vitest 3.2 |
| Linting | Biome 2.4 |
| Observability | OpenTelemetry + Jaeger, Pino |
| Storage | S3-compatible (MinIO dev, AWS/R2 prod) |
| Mailpit (dev), SMTP (prod) |