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

EvalShift: Open-source CLI for detecting LLM regressions during model migration
EvalShift is an MIT-licensed Python CLI that compares source vs target LLM outputs across prompts, agents, and tool-calling workflows, generating a local HTML regression report.

SprintiQ: Open-Source Sprint Planning for Claude Code
SprintiQ is an open-source agile platform that acts as an orchestration layer for Claude Code, offering AI-powered user story generation, sprint planning, velocity tracking, and a CLI that syncs git activity to sprints in real time.

Drop-in OAuth Provider for Personal FastMCP Servers on All Claude Platforms
A developer created a single-file Python OAuth provider that enables personal FastMCP servers to work on Claude.ai web, mobile, and Desktop platforms without requiring external identity services like Auth0 or Google.

ClawRelay: macOS-native OpenAI-compatible LLM proxy with automatic failover
ClawRelay runs an OpenAI-compatible HTTP server on macOS 15+ with automatic failover between LLM providers. It supports OpenAI, Groq, Nvidia NIMs, Ollama, and any service with a /v1/chat/completions endpoint.