A modern, responsive dashboard UI for Curio nodes.
- Comprehensive Node Overview: Monitor chain connectivity, storage stats, and task counts at a glance.
- Pipeline Monitoring: Real-time status for PoRep and Snap pipelines with detailed task history.
- Sector Management: Full visibility into sector lifecycle, expiration, and scheduler status.
- Market Operations: Manage storage asks, balance escrow, and monitor deals (MK12/MK20).
- Advanced Diagnostics: In-app sector diagnostics, CommR checks, and WdPost testing.
- System Control: Manage Harmony tasks, machines, and configuration layers.
- Hosted build (GitHub Pages): cuview.strahe.com
- Match protocols to avoid mixed-content issues: use
http://RPC endpoints withhttp://pages, andhttps://RPC endpoints withhttps://pages. - Self-hosting is supported by deploying the static build output (
dist/) to any static host with access to Curio RPC.
- Node.js 20+
- pnpm (recommended)
pnpm installBefore running the dashboard, ensure you have a Curio node running with the WebRPC API enabled. Configure the connection on the initial setup page.
pnpm devTo build the production-ready static assets:
pnpm buildThe output will be in the dist/ directory.
MIT