Andrey Markin
  • home
  • blog
  • projects
  • services
  • directory
    • Tool
    • Library
    • Repo
    • Article
    • XTweet
    • Guideline
  • about
  • contact
  • meet

Mark Life Ltd

  1. Home
  2. Directory
  3. Telegram Claude
Meet

Mark Life Ltd

BG208147965

HomeContactPrivacyLLM-friendlyBlog RSSDirectory RSS
RepoAI CodingOpen Sourceagentscli

telegram-claude

Telegram bot interface for Claude Code on a VPS. Message the bot, it spawns Claude Code in the selected project directory and streams results back — voice notes, streaming responses, session continuity, plan-mode interception.

Added April 30, 2026
Visit repo

I built this to use Claude Code from my phone without opening an SSH client. Pick a project from an inline keyboard, type or record a voice note describing what you want, and Claude Code does the work — edits files, runs commands, opens PRs — streaming output back as Telegram messages.

See my walkthrough on setting up the underlying VPS environment (Hetzner + Tailscale + Tmux + Caddy) in Claude Code on VPS: Full Setup to Code from Your Phone — the Telegram bot is the layer on top that makes the whole thing feel like chatting with your dev environment.

Built with TypeScript, Bun, grammY, and Groq Whisper for voice transcription. Runs as a systemd user service on the same VPS that hosts your projects.

Related

  • Using Claude Code: The Unreasonable Effectiveness of HTMLThariq makes the case for HTML over Markdown as Claude Code's output format — richer visualizations, color, diagrams, and easier sharing once agents are the ones authoring and humans rarely hand-edit.
  • PullfrogAI PR review agent from Zod's creator. Dynamically scales effort, uses subagent swarms for large PRs, and runs inside GitHub Actions with batteries-included MCP tools.
  • quality-codeRhys Sullivan's TypeScript coding skill — branded types, discriminated unions, end-to-end types, real tests over mocks, OpenTelemetry observability, and picking the right abstractions instead of premature ones.
  • ExecutorOpen-source tool gateway for agents from Rhys Sullivan. Normalizes MCP, OpenAPI, GraphQL, and custom sources into one typed SDK that agents call in a sandbox — built on Cloudflare's Code Mode pattern.