A starter template encoding the patterns I reuse across bots: routers split by feature, FSM flows, throttling / i18n middleware, an async DB layer, and a Docker setup.
Highlights
Feature routers
Handlers split by domain with FSM flows.
Middleware stack
Throttling, i18n, and DB-session injection.
Docker-first
One compose file runs everything anywhere.
Stack