Show HN: Remotevibe – remote coding sessions on your own VPS from your phone Remotevibe, a new open-source tool by developer Alessandro Diaferia, lets iPhone users start remote coding sessions on their own VPS from a phone, using Claude Code with Remote Control. The tool, which requires a Claude Pro or Max subscription and a GitHub PAT, clones a repo into a Docker container on the user's hardware and registers the session with the Claude app, with no Anthropic API key needed. Sessions are long-lived and survive daemon or container restarts, and the project is available on GitHub. Start a coding session on your own hardware from your phone. remotevibe-demo.mp4 Open a small web app on your iPhone, pick one of your GitHub repos, tap start. A container on your VPS clones the repo and launches Claude Code with Remote Control enabled. Switch to the Claude app — the session is there, in your repo, on your machine, ready to work. iPhone ──tailnet──▶ remotevibed ──docker run──▶ container PWA Go, VPS ├─ git clone