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
[Watch Demo](docs/assets/demo.mp4) · [Quick Start](#quick-start) · [Star on GitHub](https://github.com/spencerkit/coder-studio)
30
17
31
-
**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.
32
-
33
-
## ✨ Key Features
34
-
35
-
- 🌐 **Browser-Based Workspace** — No desktop app needed, works in any modern browser
36
-
- 📱 **Cross-Device Continuity** — Start on desktop, continue on mobile, switch devices freely
37
-
- 🤖 **Multi-Agent Support** — Run Claude Code and OpenAI Codex sessions side by side
38
-
- 🔧 **Integrated Environment** — Terminal, file editor, Git viewer, and AI agents in one interface
39
-
- 🔒 **Self-Hosted & Private** — Code stays on your machine, no cloud IDE dependency
40
-
- ⚡ **Real-Time Sync** — Live workspace state across all connected devices
<divalign="center">See how one coding workspace follows you from desktop to mobile without losing context.</div>
52
25
53
-
| Feature | Benefit |
54
-
|---------|---------|
55
-
|**Deploy once, continue anywhere**| Start the service once, move between devices without breaking flow |
56
-
|**Unified workspace**| Agent, code, Git, and terminal in one place — no more app switching |
57
-
|**Multi-Agent support**| Run Claude Code and Codex sessions side by side |
58
-
|**Local-first & private**| Runs on your machine, code never leaves your device |
59
-
|**Zero-config browser access**| No desktop client, just open a URL from any device |
26
+
## Why It Feels Different
60
27
61
-
---
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.
62
31
63
-
## 🚀 Quick Start
32
+
## Quick Start
64
33
65
34
```bash
66
35
# Install globally
@@ -78,23 +47,23 @@ Your browser opens automatically. Select your project folder and start working w
78
47
79
48
## 💡 Use Cases
80
49
81
-
### Remote-Friendly Development
50
+
### Cross-Device Development
82
51
83
52
- Start an Agent task at the office, check progress on your phone during commute
84
53
- Review code changes on a tablet without opening your laptop
85
54
- Continue work from a home computer with zero setup
86
55
87
-
### Team Collaboration
56
+
### Long-Running AI Workflows
88
57
89
-
-Share workspace URL with teammates on the same network
90
-
-Code review without screen sharing — just open the link
91
-
-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
92
61
93
62
### AI-Assisted Coding
94
63
95
-
- Run multiple Claude Code or Codex sessions in parallel
96
-
-Monitor Agent progress from mobile while away from desk
97
-
-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
98
67
99
68
---
100
69
@@ -122,13 +91,13 @@ The same workspace URL works across all devices — interface adapts automatical
122
91
123
92
| Feature | Description |
124
93
|---------|-------------|
125
-
|**Multi-Agent Sessions**|Run Claude Code and Codex sessions side by side|
126
-
|**Integrated Editor**|Monaco-powered code editor with syntax highlighting|
127
-
|**Git Integration**|View branches, diffs, and changed files without leaving workspace|
128
-
|**Shell Terminal**|Full PTY terminal for commands and validating Agent output|
129
-
|**Responsive UI**|Desktop, tablet, and phone layouts that adapt automatically|
130
-
|**Session History**| Resume previous sessions with full context preserved|
131
-
|**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|
0 commit comments