Telegram Serverless
Summary
Telegram Serverless is a backend-as-a-service for Telegram bots and Mini Apps that runs code directly on Telegram's infrastructure. It eliminates server provisioning and scaling by executing JavaScript modules in a near-native V8 sandbox, with an integrated database and Bot API access. The docs cover the project structure, module system, database schema (with a Drizzle-like DSL), migrations, and a two-phase workflow for building abstractions and then using them through an API layer and AI-assisted tooling.