What problem does it solve?
Enables developers to bridge their applications with TabzChrome terminals, allowing one-click command queuing and programmatic tab spawning from docs, CLIs, or web apps.
Core Features & Use Cases
- HTML data-terminal-command integration for static docs and pages.
- WebSocket and JavaScript API integrations for dynamic prompts and automation.
- POST /api/spawn to create new terminal tabs programmatically.
- Use cases include embedding Run in Terminal buttons on product docs, queueing commands from CLIs, and spawning Claude or other agents via Spawn API.
Quick Start
Decide which integration method you need, ensure the TabzChrome backend is running on localhost:8129 with a valid API token, then use one of:
- HTML Buttons: attach data-terminal-command attributes to UI elements.
- WebSocket / JS: connect to ws://localhost:8129 with a token and queue commands.
- Spawn API: POST to /api/spawn with a JSON payload including name, workingDir, and command.