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

NERF Open Source AI Security Engineering Platform Enters Public Beta
NERF is an open source AI security engineering platform and autonomous coding agent that covers offensive, defensive, and privacy security techniques across 117 domains. It features 9 auto-detected operating modes, 26 LLM provider support, and compliance automation for 39 frameworks.

Chrome Extension Adds Live Preview to Claude Code Web
A Chrome extension called Claude Code Preview adds live preview functionality to Claude Code Web, similar to Lovable and other 'vibecoding' sites, allowing side-by-side viewing of deployments.

MegaClaw: Containerized OpenClaw Setup with Playwright and Homebrew
MegaClaw is a two-image Podman setup for OpenClaw that addresses common installation issues like permission errors and missing dependencies. It uses a multi-stage build with pre-installed Playwright and Homebrew, and bakes user configuration into a runtime image.

OpenProphet: Open-Source Autonomous Trading Agent with Web UI
OpenProphet is an open-source, autonomous trading agent with a web interface that supports multiple Alpaca accounts simultaneously and runs on OpenCode. It allows configuration of agent personas and strategies, with the ability to use any LLM, not just Claude.