Files
aidoit.top/docs/decisions/0001-modular-monolith.md
Pavel Kerndl c0b013f067
CI / frontend (push) Canceled after 0s
CI / api (push) Canceled after 0s
Initialize Aidoit v0.1 monorepo
2026-07-27 18:27:37 +02:00

384 B

ADR 0001: Start as a modular monolith

Status

Accepted

Decision

The first production version uses a single FastAPI deployment with explicit module boundaries.

Reasons

  • one operator
  • easier local development
  • simpler deployment and backups
  • no premature distributed systems complexity
  • modules can be extracted later when justified by real load or isolation needs