Controlling Claude Code from Telegram
Short answer: you connect a Telegram bot to the machine your AI runs on, then message it like a person. You send work from your phone, it does the work on the server, and it messages you back when it is finished. You do not need to be at a computer for any of it.
Why a chat app, of all things
It sounds like an odd choice until you use it. Working with an AI that builds things is already a conversation. You ask for something, you look at it, you ask for a change. A chat app is simply the right shape for that.
Three things make it fit better than a website:
- It is already on your phone. No new app, no logging in, no remembering a URL.
- It notifies you. When something is done at 4am, the message is just there in the morning.
- It keeps the history. Scroll up and you can see what you asked for and when.
The important part is that closing the chat does not stop anything. The work is happening on a machine somewhere else. Telegram is the remote control, not the engine.
What it feels like day to day
You message it before bed the way you would message a colleague. "Add a screen where people can save their favourites." Then you put the phone down and go to sleep. In the morning there is a message saying it is ready, and something you can install and try.
If it gets stuck or needs a decision from you, it asks, and that message waits for you rather than blocking everything.
What to watch out for when you set it up
Two things catch people out, and both fail quietly.
The token has to be stored exactly right. The bot token is a long string you get from Telegram. If it gets stored with quotation marks around it when it should be bare, nothing throws an error. The bot simply never replies, and you will go looking for the problem in completely the wrong place.
Only you should be able to talk to it. A bot with no restrictions will happily take instructions from any stranger who finds it, and this bot can change your files. Whatever you set up, make sure it only listens to you.
Is this an official feature?
Chat based control of Claude Code is a real and supported way of working, not a trick. What varies is how much of the surrounding setup you do yourself. You still need a machine that stays awake, a session that survives a reboot, and a bot that is locked to you.
If you would rather skip that part, every KAppMaker AI machine arrives with its Telegram side already connected. You tap a link, send one message, and confirm it is you. If you would rather build it, we wrote up what that takes.