Comment by mands
3 days ago
I've seen this concept a few times recently and am interested.
However, what's the benefit over just using the "Claude Code for Web" feature built into the Claude Code mobile app?
It clones your repo into a VM which has a bunch of dev tools installed, you can install additional packages, set env vars, and then prompt it remotely. The sessions can be continued from the web and desktop apps, and it can even be "teleported" into the terminal app when back at a laptop/desktop.
Would be great to understand what the differences / advantages of OP approach are.
I feel like there’s something special about connecting to a server to build and deploying on the same server. Claude Code on the web lets you connect to a repo, test the code, and deploy it, but then you have to host the app and data somewhere else to take it live. IMO the ideal is doing everything in one place and it seems like a lot of dev tools are going in that direction too (v0, val town, deno deploy).
I’ve only used web codex version but everything about it was slower than what’s described here, broken flows, more rate limited and impossible to “human in the loop” before a PR.
The Claude code tui is so nice. The web and iOS apps neuter it weirdly.