A modern, responsive UI theme for Curio.
Cuview provides a modern, lightweight alternative to the built-in Curio UI, giving a concise view of cluster health, machine availability, sealing throughput, storage allocation, and market signals. It’s a static frontend that connects directly to Curio RPC, so you can host it anywhere—such as GitHub Pages, S3, or any static host with RPC access.
- Visit cuview.strahe.com for the latest build.
 - Make sure protocols match: use 
http://with anhttp://Curio RPC endpoint, andhttps://withhttps://to avoid mixed-content warnings. - To self-host, deploy the static bundle to any host that can reach your Curio RPC.
 
npm install    # Install dependencies
npm run dev    # Start local preview
npm run check  # Run type, lint, and formatting checks
npm run build  # Create production buildHave ideas or issues? Open an issue to share your feedback.
MIT License