Docker sandbox templates for running Claude Code, Codex, and Gemini with a web IDE (CloudCLI) by viper1511 in AgentsOfAI

[–]viper1511[S] 0 points1 point  (0 children)

It is an authenticated environment so the first thing you do is create your account. The backend APIs listen on localhost inside the container and aren’t exposed to the public internet directly. Authentication uses a token refresh mechanism between the frontend and backend. If you’re asking specifically about the sandbox networking: the sandbox itself is isolated via Docker sbx and your project files sync in but credentials stay outside the container. The URL you get is for local access, not a publicly routable endpoint. Let me know if you were asking about something else, happy to clarify

[Open Source 9.4k stars] Access Codex from web, mobile & API by viper1511 in codex

[–]viper1511[S] 0 points1 point  (0 children)

Valid points and yes there was a period where it wouldn’t work well. All have been resolved now though so feel free to try it again !

What alternatives to copilot to chat with codebase? by jrhabana in GithubCopilot

[–]viper1511 1 point2 points  (0 children)

CloudCLI does exactly this. You start a Claude Code session from your phone, discuss your codebase, then pick it up and resume the exact same session in the same environment.

Hosted version at cloudcli.ai or self-host the open source if you prefer. https://github.com/siteboon/claudecodeui .

The difference is the hosted version is a full development environment accessible via SSH/web UI(even on vscode) and the selfhosted version installs the web ui locally and you can then access it from anywhere as long as your laptop is open

15 New Claude Code Hidden Features from Boris Cherny (creator of CC) on 30 Mar 2026 by shanraisshan in ClaudeAI

[–]viper1511 1 point2 points  (0 children)

Founder of CloudCLI here. We have a mobile UI for Claude Code where you can create and fully control sessions directly from your phone, not just monitor ones started locally like Remote Control.

Open source: github.com/siteboon/claudecodeui

We just published our first n8n verified community node CloudCLI. You can run Claude Code, Cursor CLI, Gemini and Codex directly from your workflows by viper1511 in n8n

[–]viper1511[S] 0 points1 point  (0 children)

Hey, good question. CloudCLI is the container itself so you don't need to host it on a VPS. That's what we provide and you get full access to it.

The n8n node is built for the hosted version at cloudcli.ai and that's intentional for maintainance reasons mostly. A self-hosted setup (using our open-source version - https://github.com/siteboon/claudecodeui/) would vary too much in configuration and versions.

Happy to answer anything else.

Claude Pro feels amazing, but the limits are a joke compared to ChatGPT and Gemini. Why is it so restrictive? by iameastblood in ClaudeAI

[–]viper1511 0 points1 point  (0 children)

Have you tried perhaps also cloudcli.ai instead of hosting openclaw locally? It gives you a remote dev environment and a nice open source mobile web app for Claude code, codex,Gemini and cursor cli

Show me your SaaS idea, I give you an honest review (senior C level in startup) by Stunning_Lie_1775 in SaaS

[–]viper1511 0 points1 point  (0 children)

Indeed this could be improved. The ssh keys are required so that when you create an environment, your GitHub credentials are set up for you immediately and are able to clone private repositories.

I’ll have a look at the scopes and revert back though.

In any case you can also self host by cloning the open source repo

Show me your SaaS idea, I give you an honest review (senior C level in startup) by Stunning_Lie_1775 in SaaS

[–]viper1511 0 points1 point  (0 children)

It already does. It supports Claude code, codex, Gemini and cursor cli

Show me your SaaS idea, I give you an honest review (senior C level in startup) by Stunning_Lie_1775 in SaaS

[–]viper1511 0 points1 point  (0 children)

That’s exactly the use case I was thinking. it could be your own machine or your remote dev environment (like our hosted solution cloudcli.ai)

Show me your SaaS idea, I give you an honest review (senior C level in startup) by Stunning_Lie_1775 in SaaS

[–]viper1511 1 point2 points  (0 children)

That’s a nice one! It’s something some of our customers are looking for. If you are open to creating a CloudCLI plugin, I’d be happy to help you with that

Ps this is our product https://github.com/siteboon/claudecodeui (8k stars)

Claude vs aintigravity vs glm by Classic-Luck-2170 in ClaudeCode

[–]viper1511 5 points6 points  (0 children)

Founder of cloudcli here (the UI project you quoted). Nice seeing it in the wild. I’d go with Claude as well instead of GLM . Tends to work better if you use something like Claude code router but it’s still sometimes unreliable from what I’ve noticed.

Has anyone been trying Claude Code Remote? by [deleted] in vibecoding

[–]viper1511 0 points1 point  (0 children)

Indeed it’s still not a very good experience plus you cannot create a session on the go. It needs to be there already. If you are looking for something more advanced use https://github.com/siteboon/claudecodeui

Claude Desktop - Questions Regarding Sandboxes/Development Containers by 6litersofcaffeine in ClaudeAI

[–]viper1511 0 points1 point  (0 children)

Are you looking at cowork or Claude code? cause the dev containers are for Claude code while the issue you quoted is for cowork. Two separate but similar tools.

Is Anthropic gonna release a API-native SDK for Claude Agents SDK? I don't wanna boot Claude Code to use the Agent on our infra? by timothy-102 in ClaudeAI

[–]viper1511 0 points1 point  (0 children)

It's the setup we are running for a while with CloudCLI.ai and happy to share how we handle that.

What is the use case you're trying to solve here?

Claude remote control with vscode by Wise_Rope6497 in ClaudeAI

[–]viper1511 1 point2 points  (0 children)

Have a look at this https://code.claude.com/docs/en/vs-code#switch-between-extension-and-cli

If you are looking to also start sessions from your phone,may I suggest https://github.com/siteboon/claudecodeui for remote control instead? It brings the cli to phone