Documentation
¶
Overview ¶
Package webui serves cct's local desktop GUI: a small single-page app served over a loopback-only HTTP server, backed by the same core packages as the CLI. It is pure standard library (no third-party web framework, no build step), so it cross-compiles to every target like the rest of the binary.
Safety model: the server binds to 127.0.0.1 only (never a routable address), requires a per-launch random token on every /api call (so other local processes and malicious web pages cannot drive it), and checks the Host header to mitigate DNS-rebinding. It never uploads anything; it is just a local face over the existing export/import/inspect operations.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.