TailClaude: Open Source Web UI for Accessing Claude Code Sessions from Mobile and Browser

TailClaude is an open source, free web UI that provides access to Claude Code sessions from mobile devices or any browser in under a minute, using Tailscale for connectivity.
What TailClaude Does
The tool connects to active Claude Code terminal sessions from mobile or browser without requiring setup on the phone. It offers real-time token streaming with a stop button, cost tracking per message, and markdown rendering. Users can browse, rename, and resume all past sessions with full history. The interface provides controls for model selection (Opus/Sonnet/Haiku), permission modes, effort level, and budget per message. Mobile access works by scanning a QR code from your phone for instant access via Tailscale Funnel, which provides HTTPS connectivity without requiring an app.
How Claude Code Was Used in Development
The developer used Claude Code to scaffold the entire project, including the SSE streaming backend and mobile-first chat UI. Claude helped figure out the Claude Code SDK's session model, write the QR code + Tailscale Funnel integration, and iterate on permission/model selector controls. The developer noted this allowed faster iteration than working alone.
Technical Implementation
The project uses Tailscale Funnel for secure HTTPS access without requiring app installation on mobile devices. The QR code scanning system provides instant connection to sessions. The backend implements Server-Sent Events (SSE) for real-time token streaming, and the frontend includes controls for managing Claude Code session parameters directly from the web interface.
📖 Read the full source: r/ClaudeAI
👀 See Also

Video Editor Builds Free Transcription Tool Treelo Using Claude Code
A video editor created Treelo, a free web tool that transcribes audio/video files into editable timestamp blocks with caption presets and exports to SRT, VTT, ASS, and WAV formats. The tool was built through iterative conversations with Claude Code.

General Bots: Open-source AI agent platform for self-hosted enterprise automation
General Bots is an open-source platform started in 2019 that provides AI agents, workflow automation, document processing, and integrations with local AI model support, designed for organizations needing full control over their infrastructure.

New Tool Injects Instructions into Claude Code Based on Context Usage
A developer created a tool that monitors context usage and injects custom instructions to prevent mid-task compaction disasters.

RouteLLM Setup for Cost-Effective AI Task Routing
A Reddit user shares a Docker Compose configuration that combines Ollama's local Qwen3.5:4b model with GitHub Copilot via OpenWire, using RouteLLM to route complex tasks to GPT-4o while handling simpler tasks locally.