-
Notifications
You must be signed in to change notification settings - Fork 2
FAQ
No. Coder Studio runs on your own machine and serves a browser UI from that local runtime. You can expose it to other devices, but the development environment remains local.
Coder Studio itself is local-first. However, provider CLIs such as Claude Code or Codex may send task context according to their own behavior and settings. Review the provider's documentation if this matters for your project.
Not directly. Coder Studio is strongest as a browser workspace around vibe coding sessions, terminals, files, Git, and cross-device visibility. Use a desktop editor when you need deep manual editing.
Only for AI sessions. You can still use Coder Studio for file browsing and terminals without provider CLIs installed.
Yes. Use LAN access when your phone is on the same network, or use Tailscale/ngrok/Cloudflare Tunnel for remote access. Set a password before exposing the service to other devices.
Mobile is best for checking status, reading output, viewing files, and light operations. Desktop remains better for deep editing and complex terminal work.
Technically yes if you expose the service URL, but be careful. A workspace can include file and terminal access. Use authentication, share only with trusted people, and stop temporary tunnels when finished.
Coder Studio stores local app state in its local data directory, backed by SQLite. Project files remain in the workspace directories you open.
The managed service can keep running in the background. Reopen Coder Studio with:
coder-studio openor check it with:
coder-studio statuscoder-studio stop