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
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
-
120
91
## Getting Started
121
92
122
93
**Installation:**
@@ -160,6 +131,33 @@ You might be wondering: *Should I use echokit_pty or Claude Code's official Remo
160
131
161
132
**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.
162
133
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
+
163
161
## The Vision
164
162
165
163
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