cd /news/ai-products/i-built-a-self-hosted-alternative-to… · home topics ai-products article
[ARTICLE · art-81486] src=dev.to ↗ pub= topic=ai-products verified=true sentiment=↑ positive

I built a self-hosted alternative to Claude Code Channels -- here's why

A developer has built Telechat, a self-hosted alternative to Claude Code Channels that runs as a single process and supports Telegram, WhatsApp, Slack, and web chat. It features smart model routing to reduce costs by up to 60%, per-user budget caps, and a Desktop Bridge that sends push notifications for approval of destructive commands. The tool is available via npm and pip.

read1 min views1 publishedJul 31, 2026

When Claude Code Channels launched, I was stoked — Claude on my phone, finally. Then I hit the limitations:

So I built Telechat — same idea (Claude on your phone), completely different architecture.

It's self-hosted. Runs as one process on your machine. Messages go from your phone → your server → Anthropic API → back. No relay, no middleware, no telemetry. Your conversations never touch any server I control.

4 platforms, not 2. Telegram, WhatsApp, Slack, and web chat. All from one process.

Smart model routing. This is the cost killer. Telechat looks at each message and routes it to the cheapest model that can handle it. "What time is it in Tokyo?" → Haiku ($0.001). "Review this PR" → Opus. In practice, ~70% of my messages hit Haiku or Sonnet. Saves about 60% vs always using Sonnet.

Per-user budget caps. Daily and monthly limits. 80% warning, hard cutoff at 100%. Essential when you're sharing with a team.

Desktop Bridge — this is the feature that keeps surprising people. When Claude Code is running on your desktop and wants to do something destructive (delete a file, run a risky command), you get a push notification on your phone. Tap approve or deny. Keep working from the couch while Claude codes at your desk.

Setup is literally:

npm install -g telechatai && telechat init

Walk through the interactive setup, add your API key and bot tokens, done.

I'm not going to pretend it's better than Channels in every way. Channels wins on zero-setup convenience and being a first-party Anthropic product. But if you need WhatsApp, want self-hosted privacy, or care about cost control, give Telechat a look.

telechat.fyi | npm install -g telechatai

| pip install telechatai

Happy to answer questions. Roast the architecture, I can take it.

── more in #ai-products 4 stories · sorted by recency
── more on @telechat 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/i-built-a-self-hoste…] indexed:0 read:1min 2026-07-31 ·