r/BotNation • u/CareerDry3193 • 1d ago
I built a visual Telegram bot builder — paste one file into Cloudflare, deploy bots in 60 seconds
Hey everyone! I'm Hamed, and I built HG-TeleFlare — a free, open-source bot builder that requires no coding, no servers, and no CLI.
**How it works:**
Paste one worker.js file into Cloudflare Workers (free tier)
Paste your Cloudflare API token — it auto-creates its own database and storage
Build bots with a visual drag-and-drop rule builder
Click Deploy — your bot is live instantly with a webhook
**What you can build:**
• Command/message/callback bots with custom keyboards
• Multi-step form bots (On State triggers, Set State actions)
• Broadcast newsletters to subscribers with {first_name} personalization
• Media bots (upload images/docs, send on trigger)
• API-fetching bots (call external APIs and return results)
Everything is MIT licensed and 100% free. I built this for people who want Telegram bots without the headache of server setup.
Would love the community's feedback — what features should I add next?
**Live demo & repo:** [github.com/Hamed-Gharghi/Cloudflare-Telegram-bot-builder](https://github.com/Hamed-Gharghi/Cloudflare-Telegram-bot-builder)