ksp playground
DocsCLIksp playground

ksp playground

Command Reference

Launch 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 specification
bash / powershell
ksp playground [OPTIONS]

Options & Flags

Option FlagDescription
--port <PORT>Local HTTP server port for playground UI (default: `3000`).
--no-openStart 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.