Telegram bots you can build without coding

Twelve guides to the Telegram bots people actually build. Each one covers what that bot type does, the commands it ends up with, the decisions worth making before you start, and a prompt you can paste into Botable to build it. No code in any of them.

Pick the bot you want to build

What every one of these bots gets

Whichever guide you follow, the bot you end up with is a real grammY application on Node.js, served over Telegram webhooks, with its own isolated SQLite database for anything it needs to remember. It runs 24/7 on managed infrastructure — hosting is not billed separately from credits — and you can read every file it is made of. To change it, you describe the change rather than editing code, and the running bot is updated in place so existing users and stored data survive.

Everything the platform doesWhat it costsFAQ

Not sure which one you need?

You do not have to pick from this list. Describe the bot you have in mind in your own words on the home page and it gets built the same way — these twelve are the starting points people reach for most, not the menu.

Describe your own bot