Build · 01 Case study
I run my whole dev workflow from my phone
Claude Code on a VPS, remote-controlled. I start, supervise, and ship from anywhere.
// Problem
Building and shipping meant being at a laptop. I wanted to start, supervise, and ship work from anywhere.
// What I built
Claude Code runs on my OCI VPS with all my projects cloned and remote control enabled. I manage it from the Claude mobile app: I message what each project needs and it builds, tests, and deploys. My website runs this way end to end. I say "do X," it makes the change, tests it, and deploys. For other projects it spins up a local dev server I open from my phone over the Tailscale tailnet, I review, and direct it further.
// Result
A laptop-free build/ship loop. I drive real development from my pocket.