Projects
2024

Aiogram 3 Bot Template

Scalable Telegram bot framework on aiogram 3 - layered structure, FSM, i18n, database integration, and Docker deploy out of the box.

Year
2024
Focus
Bots

Overview

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

aiogramPythonPostgreSQLRedisDocker