Remix.run Logo
duckkg5 3 days ago

Why not just use the mobile app? It has Claude Code built in. Maybe I'm an unsophisticated idiot but it works well for me. Some shortcomings with repo management but other than that, CC mobile seems ... fine

bakies 2 days ago | parent | next [-]

I've built something similar to run in my own cloud to run my own container images and add some features. The Claude Code web app has been pretty buggy for me and I like to run these things myself. If I do run into bugs or issues I still have access to the containers (and I do, because I vibe coded the whole thing). I gave it service accounts to the cloud it's running in, where the CI builds take place and setup dev environments per PR that deploy automatically. This is a massive productivity boost imo.

jimmydoe 3 days ago | parent | prev [-]

cc web can't run docker

nl 3 days ago | parent [-]

Can't it?

I know Jules can, and I'm pretty sure I've used Docker on Codex Web. I'm surprised Claude can't if the network permissions are correct.

jimmydoe 2 days ago | parent [-]

network is no issue. Just no container capability in cc web.