This repo contains the frontend UI only for the Vortex Simulator.
Backend API lives separately in humanode-network/vortex-simulator-server.
Docs live separately in humanode-network/vortex-simulator-docs.
- React with React Router
- Rsbuild
- Tailwind v4 (via PostCSS) + token-driven CSS (
src/styles/base.css) - Yarn (Node version:
.node-version) public/landing/– landing page assets (seepublic/landing/README.md)
- Hints:
HintLabelfor inline glossary popups;PageHintfor page-level help overlays. - Search:
SearchBarcomponent standardizes the search row across pages. - Status/Stage bars: proposal pages share a stage bar for Draft → Pool → Chamber vote → Formation.
dist/is generated build output.- UI expects the API at
/api/*. During local dev, Rsbuild proxies/api/*tohttp://127.0.0.1:8788by default (override withAPI_PROXY_TARGET).