ksp playground
ksp playground
Command ReferenceLaunch a local web-based interactive KSP protocol laboratory right in your desktop browser.
Interactive & Fun
Purpose
Launch a local web-based interactive KSP protocol laboratory right in your desktop browser.
Syntax
Command-line specificationbash / powershell
ksp playground [OPTIONS]
Options & Flags
| Option Flag | Description |
|---|---|
| --port <PORT> | Local HTTP server port for playground UI (default: `3000`). |
| --no-open | Start the lab server without automatically launching your web browser. |
Example Usage
Example command
ksp playground --port 3000
Expected Output
[+] Interactive Protocol Lab starting on http://127.0.0.1:3000/playground [+] Simulated KSP Backend active on ws://127.0.0.1:3001/bridge [✔] Opening default browser...
Implementation Notes
Mirrors the exact visual interactive playground available on `kspprotocol.dev/playground` for offline local experimentation.