Try the CLI.
Before it ships.
Explore the planned cortlet-ws command experience directly in your browser.
Playground preview
This playground demonstrates the planned cortlet-ws experience. Commands and results are simulated and may not represent the behavior, output, performance, or results of the production-stable v1 release.
Interactive terminal
cortlet-ws
Try: cortlet-ws ping wss://echo.websocket.org
Supported playground commands
Five commands.
One focused tool.
connect
cortlet-ws connect wss://...Open a WebSocket connection and inspect traffic.
send
cortlet-ws send wss://... "hello"Send a message to a WebSocket endpoint.
ping
cortlet-ws ping wss://...Measure ping/pong latency.
inspect
cortlet-ws inspect wss://...Watch connection lifecycle events and metadata.
reconnect-test
cortlet-ws reconnect-test wss://...Test disconnect and reconnect behavior.
help
cortlet-ws helpShow available commands and usage information.
clear
cortlet-ws clearClear all output from the playground terminal.
What this is
A preview of the workflow.
Not the native runtime.
The real cortlet-ws CLI is being built as a native macOS tool. This browser playground exists to demonstrate the command model, output style, and debugging workflow while development continues.