Skip to content

Commit 3e9434f

Browse files
authored
Merge pull request #135 from second-state/alabulei1-patch-3
Reintroduce use cases for echokit_pty
2 parents 6dd5e59 + df6c798 commit 3e9434f

1 file changed

Lines changed: 27 additions & 29 deletions

File tree

doc/dev/2026-02-25-echokit-pty-intro.md

Lines changed: 27 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -88,35 +88,6 @@ echokit_pty is built with Rust. Here's the architecture:
8888
{"type": "response", "content": "Running tests...\n142 passed, 3 failed"}
8989
```
9090

91-
## Use Cases: What Can You Build?
92-
93-
The beauty of echokit_pty is that it turns Claude Code into a *platform*. Here's what you can build:
94-
95-
### Voice-Controlled Coding
96-
Speak commands, Claude Code executes, hear results. Perfect for hands-free workflows. This is what EchoKit + echokit_pty enables.
97-
98-
**Why echokit_pty for voice control?** While Claude Code's Remote Control works great for mobile/web access, it doesn't support voice interfaces or custom hardware. echokit_pty's open API lets you build exactly the voice experience you need—whether that's a custom device, specialized voice commands, or integration with other speech services.
99-
100-
But it's just one implementation. For more details, check out EchoKit's full integration [documentation](https://echokit.dev/docs/use-cases/claude-code).
101-
102-
### Web Apps
103-
Build a web interface for Claude Code. No terminal required. Just open a browser, connect to the WebSocket, and start coding. Great for presentations, teaching, or developers who prefer GUIs.
104-
105-
### Mobile Apps
106-
Control Claude Code from your phone. Run tests while walking. Check build status from the couch. Deploy from anywhere. Your coding environment fits in your pocket.
107-
108-
### Pair Programming Platforms
109-
Create a web app where multiple people can interact with Claude Code simultaneously. Real-time collaboration, shared context, better than screen sharing.
110-
111-
### Teaching & Demos
112-
Show Claude Code in presentations without terminal windows cluttering the screen. A clean web interface for live coding demos, tutorials, and workshops.
113-
114-
### Custom Developer Tools
115-
Build your own tools on top of Claude Code. Automations, dashboards, integrations—anything you can imagine. The WebSocket interface makes Claude Code a building block.
116-
117-
### IDE Integrations
118-
Embed Claude Code directly into your IDE. VS Code extension, JetBrains plugin, custom editor—give Claude Code a proper home in your development environment.
119-
12091
## Getting Started
12192

12293
**Installation:**
@@ -160,6 +131,33 @@ You might be wondering: *Should I use echokit_pty or Claude Code's official Remo
160131

161132
**They're complementary, not competing.** Remote Control is perfect for individual developers who want mobile access. echokit_pty is for builders who want to create entirely new experiences on top of Claude Code.
162133

134+
## Use Cases: What Can You Build?
135+
136+
The beauty of echokit_pty is that it turns Claude Code into a *platform*. Here's what you can build:
137+
138+
**Voice-Controlled Coding**
139+
Speak commands, Claude Code executes, hear results. Perfect for hands-free workflows. This is what EchoKit + echokit_pty enables.
140+
141+
**Why echokit_pty for voice control?** While Claude Code's Remote Control works great for mobile/web access, it doesn't support voice interfaces or custom hardware. echokit_pty's open API lets you build exactly the voice experience you need—whether that's a custom device, specialized voice commands, or integration with other speech services.
142+
143+
But it's just one implementation. For more details, check out EchoKit's full integration [documentation](https://echokit.dev/docs/use-cases/claude-code).
144+
145+
**Web Apps**
146+
Build a web interface for Claude Code. No terminal required. Just open a browser, connect to the WebSocket, and start coding. Great for presentations, teaching, or developers who prefer GUIs.
147+
148+
**Mobile Apps**
149+
Control Claude Code from your phone. Run tests while walking. Check build status from the couch. Deploy from anywhere. Your coding environment fits in your pocket.
150+
151+
**Pair Programming Platforms**
152+
Create a web app where multiple people can interact with Claude Code simultaneously. Real-time collaboration, shared context, better than screen sharing.
153+
154+
**Custom Developer Tools**
155+
Build your own tools on top of Claude Code. Automations, dashboards, integrations—anything you can imagine. The WebSocket interface makes Claude Code a building block.
156+
157+
**IDE Integrations**
158+
Embed Claude Code directly into your IDE. VS Code extension, JetBrains plugin, custom editor—give Claude Code a proper home in your development environment.
159+
160+
163161
## The Vision
164162

165163
Claude Code is the most capable AI coding assistant today. With Remote Control, it can now follow you beyond the terminal. But that's just the beginning.

0 commit comments

Comments
 (0)