You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Coder Studio** is a browser-based AI coding workspace that runs on your local machine. Access your development environment from any device with a web browser — continue coding on your phone during commute, review changes on a tablet, or switch between computers seamlessly.
22
-
23
-
## ✨ Key Features
16
+
[View Workspace](docs/help/assets/screenshot-desktop-workspace-full.png) · [Quick Start](#quick-start) · [Star on GitHub](https://github.com/spencerkit/coder-studio)
24
17
25
-
- 🌐 **Browser-Based Workspace** — No desktop app needed, works in any modern browser
26
-
- 📱 **Cross-Device Continuity** — Start on desktop, continue on mobile, switch devices freely
27
-
- 🤖 **Multi-Agent Support** — Run Claude Code and OpenAI Codex sessions side by side
28
-
- 🔧 **Integrated Environment** — Terminal, file editor, Git viewer, and AI agents in one interface
29
-
- 🔒 **Self-Hosted & Private** — Code stays on your machine, no cloud IDE dependency
30
-
- ⚡ **Real-Time Sync** — Live workspace state across all connected devices
<divalign="center">Preview the full workspace layout built for AI coding, supervision, and device switching.</div>
37
25
38
-
| Feature | Benefit |
39
-
|---------|---------|
40
-
|**Deploy once, continue anywhere**| Start the service once, move between devices without breaking flow |
41
-
|**Unified workspace**| Agent, code, Git, and terminal in one place — no more app switching |
42
-
|**Multi-Agent support**| Run Claude Code and Codex sessions side by side |
43
-
|**Local-first & private**| Runs on your machine, code never leaves your device |
44
-
|**Zero-config browser access**| No desktop client, just open a URL from any device |
26
+
## Why It Feels Different
45
27
46
-
---
28
+
-**One browser workspace for AI coding** — Keep terminal, files, Git, and AI sessions in one place.
29
+
-**Built for device switching** — Start on desktop, continue on tablet, and check progress from your phone.
30
+
-**Objective-driven multi-step orchestration** — Let Supervisor steer long-running AI tasks so you do not have to babysit every turn, reduce repetitive manual prompting, and get more consistent outcomes.
47
31
48
-
## 🚀 Quick Start
32
+
## Quick Start
49
33
50
34
```bash
51
35
# Install globally
@@ -63,23 +47,23 @@ Your browser opens automatically. Select your project folder and start working w
63
47
64
48
## 💡 Use Cases
65
49
66
-
### Remote-Friendly Development
50
+
### Cross-Device Development
67
51
68
52
- Start an Agent task at the office, check progress on your phone during commute
69
53
- Review code changes on a tablet without opening your laptop
70
54
- Continue work from a home computer with zero setup
71
55
72
-
### Team Collaboration
56
+
### Long-Running AI Workflows
73
57
74
-
-Share workspace URL with teammates on the same network
75
-
-Code review without screen sharing — just open the link
76
-
-Real-time visibility into Agent progress for stakeholders
58
+
-Let Supervisor push multi-step tasks toward an objective without constant babysitting
59
+
-Check evaluation cycles and follow-up actions from your phone instead of watching terminal output
60
+
-Reduce repetitive prompting and manual coordination during long agent runs
77
61
78
62
### AI-Assisted Coding
79
63
80
-
- Run multiple Claude Code or Codex sessions in parallel
81
-
-Monitor Agent progress from mobile while away from desk
82
-
-Keep terminal, editor, and Git view in one unified interface
64
+
- Run Claude Code and Codex sessions side by side
65
+
-Keep terminal, editor, Git, and supervisor state in one unified interface
66
+
-Resume active AI work from another device without rebuilding context
83
67
84
68
---
85
69
@@ -107,13 +91,13 @@ The same workspace URL works across all devices — interface adapts automatical
107
91
108
92
| Feature | Description |
109
93
|---------|-------------|
110
-
|**Multi-Agent Sessions**|Run Claude Code and Codex sessions side by side|
111
-
|**Integrated Editor**|Monaco-powered code editor with syntax highlighting|
112
-
|**Git Integration**|View branches, diffs, and changed files without leaving workspace|
113
-
|**Shell Terminal**|Full PTY terminal for commands and validating Agent output|
114
-
|**Responsive UI**|Desktop, tablet, and phone layouts that adapt automatically|
115
-
|**Session History**| Resume previous sessions with full context preserved|
116
-
|**Dark/Light Theme**|Customizable appearance and keyboard shortcuts|
94
+
|**Cross-Device Workspace**|Reopen the same coding environment from desktop, tablet, or phone without rebuilding context|
95
+
|**Supervisor Loops**|Run objective-driven evaluation and follow-up cycles for long AI tasks with less manual babysitting|
96
+
|**Claude Code + Codex**|Use both agent CLIs inside one workspace instead of splitting your workflow across separate tools|
97
+
|**Unified Terminal, Editor, and Git**|Keep PTY terminals, Monaco editing, diffs, and changed files in one browser UI|
98
+
|**Responsive Workspace UI**|Use layouts tuned for desktop, tablet, and mobile instead of a desktop-only interface squeezed onto small screens|
99
+
|**Session Continuity**| Resume active sessions and keep AI work visible across device switches|
100
+
|**Local-First Runtime**|Keep code and runtime on your machine instead of relying on a cloud IDE|
117
101
118
102
---
119
103
@@ -146,7 +130,7 @@ The same workspace URL works across all devices — interface adapts automatical
146
130
147
131
-**AI Coding Power Users** — Daily Claude Code / Codex users who want better session management
148
132
-**Multi-Device Developers** — Switch between office, home, and mobile devices frequently
149
-
-**Remote-First Teams** — Need to share work progress without screen sharing
133
+
-**Developers Running Long AI Tasks** — Want Supervisor to keep multi-step work moving without constant babysitting
150
134
-**Privacy-Conscious Developers** — Want code to stay on local machine, not cloud IDE
0 commit comments