@wrongstack/webui
v0.313.1
Published
Browser-based WebUI for WrongStack — React + Vite frontend. The WebSocket backend lives in the separate @wrongstack/webui-server package (extracted in PR #018b to remove the CLI -> @wrongstack/webui/server cross-package edge).
Downloads
8,235
Maintainers
Readme
@wrongstack/webui
React 19 + Vite browser client for WrongStack. The WebSocket and HTTP backend is
published separately as @wrongstack/webui-server; the CLI
starts both surfaces with wstack --webui (equivalent to wstack webui).
Development
From the workspace root:
pnpm --filter @wrongstack/webui dev
pnpm --filter @wrongstack/webui build
pnpm --filter @wrongstack/webui typecheck
pnpm --filter @wrongstack/webui test
pnpm --filter @wrongstack/webui test:coverageThe Vite development server serves the frontend. A functional agent session also
requires the WrongStack WebUI backend; use wstack --webui for the integrated
surface.
Package boundaries
src/components/,src/hooks/, andsrc/stores/implement the browser UI.src/lib/contains browser-side protocol and formatting utilities.@wrongstack/webui-serverowns the Node.js server implementation used by the CLI.src/server/index.tsis a temporary compatibility re-export of@wrongstack/webui-server; it is not a second backend implementation.
See TESTING.md for the package test and coverage policy.
License
MIT
