MinStack is a collection of small, independent Go modules for building backend services. Each module does one thing and composes cleanly with the others.
- Minimal — no unnecessary abstractions, no hidden config
- Composable — combine only the modules you need
- Explicit — every dependency is declared, every behavior is visible