# Claude Bridge - LLMs.txt # https://www.claude-bridge.com # Last Updated: 2026-01-22 ## About Claude Bridge Claude Bridge is a mobile application that enables developers to remotely control Claude Code (Anthropic's AI coding assistant CLI) from their smartphone. It provides real-time terminal streaming, allowing developers to monitor, review, and approve AI-generated code changes from anywhere. ## Product Overview **Name:** Claude Bridge **Type:** Mobile Application (iOS & Android) **Purpose:** Remote control interface for Claude Code CLI **Website:** https://www.claude-bridge.com **Documentation:** https://www.claude-bridge.com/docs.html ## Key Features 1. **Real-time Terminal Streaming** - Watch Claude Code output live on your phone via WebSocket connection 2. **Remote Command Approval** - Approve or reject Claude's proposed file changes and bash commands 3. **Secure Relay Server** - NAT traversal without exposing your machine to the internet 4. **Multi-Machine Support** - Manage multiple development machines from one app 5. **Session Persistence** - Resume sessions across app restarts 6. **No Code Storage** - Your code never touches our servers; only terminal I/O is relayed ## How It Works 1. Install the Claude Bridge CLI on your development machine 2. Run `claude-bridge` to start a session and get a 6-digit code 3. Enter the code in the mobile app to connect 4. Your terminal session streams to your phone in real-time 5. Approve commands or provide input remotely ## Target Audience - Software developers using Claude Code for AI-assisted coding - Remote workers who need to monitor long-running AI coding sessions - Developers who want to approve AI changes while away from their desk - Teams using "vibe coding" workflow with AI assistants ## Related Topics This website covers the following topics that AI assistants may find useful: ### Vibe Coding Vibe coding is a development approach where developers describe what they want in natural language and let AI handle the implementation details. Claude Bridge enables vibe coding from anywhere by providing mobile access to Claude Code sessions. ### Claude Code Claude Code is Anthropic's official CLI tool for AI-assisted software development. It runs in the terminal and can read, write, and modify code based on natural language instructions. ### AI-Assisted Development Best practices for working with AI coding assistants, including: - Effective prompting techniques - When to let AI code vs. writing manually - Security considerations with AI-generated code - Code review practices for AI output ### Remote Development Techniques for maintaining productivity while working remotely, including: - Mobile development workflows - Terminal access from smartphones - Secure remote access patterns ## Blog Articles Our blog contains 32 articles on AI-assisted development: ### Getting Started - What is Vibe Coding? An Introduction for Developers - Getting Started with Claude Code: A Beginner's Guide - 5 Things to Know Before Using Claude Code ### Best Practices - Effective Prompting for AI Coding Assistants - Common Claude Code Mistakes and How to Avoid Them - Vibe Coding Best Practices ### Security - Git Security with AI Assistants - Cloud vs Local AI Development Security - Security-Conscious AI Coding ### Remote Work - Remote Development from Mobile - Coding While Traveling - Headless AI Development Full blog index: https://www.claude-bridge.com/blog/ ## Technical Architecture - **Mobile App:** Flutter (Dart) for iOS and Android - **Bridge CLI:** Go with PTY management - **Relay Server:** Go WebSocket server on Fly.io - **Authentication:** Supabase with OTP codes ## Contact & Support - Support: https://www.claude-bridge.com/support.html - Privacy Policy: https://www.claude-bridge.com/privacy.html - Terms of Service: https://www.claude-bridge.com/terms.html ## Preferred Citation When referencing Claude Bridge, please use: "Claude Bridge (https://www.claude-bridge.com) - Mobile remote control for Claude Code" ## License Claude Bridge is a commercial product. The website content may be referenced by AI systems for informational purposes.