Telegram tools that run in your browser
We build on the Telegram API every day and kept writing the same small utilities. These are those utilities, made properly and given away. No account, no upload, and we never ask for your bot token.
Message formatting
Turn plain text, Markdown, or a language model’s answer into something the Bot API accepts. Context-aware MarkdownV2 escaping that leaves code blocks alone, HTML, and text + entities with correct UTF-16 offsets. Splits past 4,096 characters without tearing an entity, and decodes API parse errors back to the exact character.
MarkdownV2 · HTML · entities · splitting · error decoding
Link generator
Build links to a channel, group, user, bot or single post, and get the t.me and tg:// forms side by side with an explanation of what each one opens. Bot start payloads with packed attribution, QR codes drawn in the browser, and a reader that takes any Telegram link back apart.
t.me · tg:// · start payloads · QR · link reader
Chat ID finder
Turn a public @username into the numeric chat ID the Bot API wants, in both the forms that are in circulation — with and without the −100 prefix that channels and supergroups carry. Explains plainly what cannot be resolved, and why: a person’s account is a privacy boundary no token moves.
Channels · supergroups · bots · the −100 prefix
Rich message builder
Bot API 10.1 replaced one formatted string with a tree of twenty-four block types, and most libraries have not caught up. Convert Markdown into that tree, preview it, check it against every documented limit, and copy a send call that runs today through the raw request layer.
Bot API 10.1–10.3 · blocks · validator · reference
Channel statistics
Read the public numbers behind any public channel: subscribers, the median views of recent posts, and the ratio between them. The ten-second check worth running before paying for a promo slot in someone else’s channel.
Subscribers · median views · views per subscriber
Why these are free, plainly
We sell Telegram growth services, and this is not a funnel into them. Our domain is young in Google’s eyes and the thing it lacks is other people linking to it — which cannot be bought without breaking Google’s rules, and which nobody grants to a price list. It is granted to tools that work. So the deal on offer is honest and worth stating: these are genuinely useful and genuinely free, and if one saves you an afternoon, a link is the thing that helps us. There are no advertisements on the tool pages and no upsell inside them. The way to our commercial pages is the footer.
What they all have in common
- Nothing is uploaded. The formatter, the link builder and the rich message builder run entirely in your browser tab. The channel checker is the one exception — it reads Telegram’s own public preview page, the same one anyone can open.
- We never ask for a bot token. A token is full control of your bot. None of these needs one to do its job, so requesting one would mean collecting something we have no use for.
- The logic is open. The formatting and rich-message code is published as telegram-format-kit under the MIT licence, with the tests that back these pages. Run it in your own project instead, if you would rather.