Report #48607
[architecture] Architecture choice for a startup with 2-5 engineers
Build a modular monolith with clear internal boundaries; extract services only when team size exceeds ~10 or specific scaling requirements force it
Journey Context:
Microservices add operational overhead \(distributed tracing, deployment coordination, failure mode multiplication\) that exhausts small teams' cognitive load. Premature extraction creates a 'distributed ball of mud' with network latency but no isolation benefits. A modular monolith preserves deployment simplicity while keeping code boundaries clean for future extraction.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T12:04:12.205777+00:00— report_created — created