
ChatCode
A vibe coding telegram bot.
11 followers
A vibe coding telegram bot.
11 followers
A powerful Telegram bot that integrates with Claude Code to provide AI-powered coding assistance directly through Telegram. Code anywhere, anytime on your mobile device.

Currently, if you want to vibe code on your phone, one solution is to use something like VibeTunnel to connect to a terminal-based tool like ClaudeCode or similar. However, typing on a phone is inconvenient, and viewing diffs is not very user-friendly either.
I’ve developed this Vibe Coding Telegram bot that allows seamless interaction with ClaudeCode directly within Telegram. I’ve implemented numerous optimizations—such as diff display, permission control, and more—to make using ClaudeCode in Telegram extremely convenient.
I think these two features significantly improve the mobile experience:
First, by using Telegram’s Mini App functionality, it can directly open a web page to view diffs.
Second, it implements the same permission control as in the terminal, making every action by the agent fully controllable.
The bot currently supports Telegram’s polling mode, so you can easily create and run your own bot locally on your computer, without needing a public IP or cloud server.