Hey Indie Hackers,
I got tired of spinning up a full backend just for a simple Telegram bot or small API.
So I built API in Browser: a package that turns any browser tab into a real REST server.
Try the live demo:
https://telegram-bot-builder-npm.vercel.app/
Working %100 on client side also means the bot goes offline as soon as I left the website? Isn’t it a bit counterintuitive for an automation tool?
First, you need to understand how the bot works. Since it runs in the browser, the session or target browser must always remain open. Do not close. Once closed, the bot is no longer active. That's the honest limit of a serverless browser. This bot or tool would be more ideal for personal projects, not for clients.Or recurring commercial