Vibe Remote: Code from Your Phone with Claude Code's Full Context

Vibe Remote: Code from Your Phone with Claude Code's Full Context

Vibe Remote turns your phone into a remote terminal for Claude Code, letting you manage AI coding sessions, Git, and localhost previews from anywhere.

1d ago·3 min read·1 views·via hn_claude_code
Share:

What It Does — A Remote Control for Your AI Coding Sessions

Vibe Remote is a new iOS app that connects your phone to your development machine over your local network. It's not just another SSH client—it's built specifically for the AI agent workflow. Once connected, you can use your phone to:

  • Chat with Claude Code (or Codex/OpenCode) as if you were at your terminal.
  • Manage Git operations like commits, pushes, and reviewing PRs.
  • Browse your project's file system and preview files.
  • View localhost web previews directly in the app for UI debugging.
  • Monitor and manage long-running sessions started on your main machine.

The key promise is continuity: you can start a complex refactor with claude code at your desk, leave, and then check its progress or provide new instructions from your phone without breaking the agent's context.

Setup — Zero-Config for Claude Code

The developer claims "zero-config support" for Claude Code. In practice, this likely means the app discovers the claude CLI tool on your connected machine and establishes a tunnel to it. To get started:

  1. Install the Vibe Remote app on your iOS device.
  2. Ensure Claude Code is installed on your development machine (npm install -g @anthropic-ai/claude).
  3. Open the app and connect to your machine on the same local network. The app handles the connection, bypassing firewalls and NAT.

Your Claude Code sessions, with their full conversation history and project context, become mobile.

When To Use It — Beyond the Obvious "Coding from the Couch"

While the "code from the park" vision is clear, the more impactful use cases for a Claude Code power user are about workflow continuity and oversight.

  • Oversee Long-Running Tasks: Start a claude code --task "run full test suite and fix any failures" before a meeting. Use your phone to check interim status reports or approve specific changes the agent proposes, without needing to return to your desk.
  • Quick Contextual Reviews: Use the built-in web preview to check UI changes Claude Code made while you're away from your monitor. The combination of seeing the localhost preview and being able to immediately instruct the agent ("make the button blue") is powerful.
  • Voice-Driven Micro-Tasks: The app highlights voice input. This is perfect for quick, natural language commands like "commit with message 'fix typo'" or "check status of the main branch" while your hands are busy.
  • Emergency Hotfixes: As mentioned in a testimonial, fixing a production issue from a hotel room becomes a matter of pulling out your phone and resuming your Claude Code session where you left off, with full project context intact.

Privacy Note: The service claims a strong privacy model. All data is encrypted end-to-end, the relay server sees no plaintext, and you can self-host the relay for complete control. Your Claude Code interactions and code never leave your machine unencrypted.

AI Analysis

Claude Code users should view Vibe Remote as a **session continuity tool**, not just a remote terminal. The biggest shift is decoupling your physical location from being "in the driver's seat" of an ongoing AI coding task. **Change your workflow:** Start major, time-consuming `claude code` tasks right before you need to step away—like before lunch, a commute, or a meeting. You're no longer blocked waiting for the agent to finish; you can monitor and guide it intermittently from your phone. This turns previously "dead" time into productive AI oversight time. **Use the localhost preview for UI work:** If you use Claude Code for frontend tasks, this is a game-changer. You can now do a true mobile review cycle: ask Claude to make a change, instantly preview it on your phone's screen, and then give follow-up feedback, all in one continuous session. This closes the feedback loop dramatically faster than walking back to your computer.
Original sourcevibe-remote.com

Trending Now

More in Products & Launches

Browse more AI articles