https://github.com/strahe/cuview
A modern, responsive UI theme for Curio.
https://github.com/strahe/cuview
curio dashboard filecoin miner storage storage-provider
Last synced: 4 months ago
JSON representation
A modern, responsive UI theme for Curio.
- Host: GitHub
- URL: https://github.com/strahe/cuview
- Owner: strahe
- License: apache-2.0
- Created: 2025-08-27T08:34:35.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2026-01-18T09:41:24.000Z (5 months ago)
- Last Synced: 2026-01-18T17:17:26.729Z (5 months ago)
- Topics: curio, dashboard, filecoin, miner, storage, storage-provider
- Language: Vue
- Homepage: http://cuview.strahe.com/
- Size: 1.29 MB
- Stars: 15
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: FUNDING.json
- License: LICENSE
Awesome Lists containing this project
README
# Cuview
[](https://github.com/strahe/cuview/actions/workflows/ci.yml)
[](https://www.codefactor.io/repository/github/strahe/cuview/overview/main)
[](https://github.com/strahe/cuview/releases)
A modern, responsive UI theme for Curio.
## Overview
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.
## Usage
- Visit [cuview.strahe.com](http://cuview.strahe.com) for the latest build.
- Make sure protocols match: use `http://` with an `http://` Curio RPC endpoint, and `https://` with `https://` to avoid mixed-content warnings.
- To self-host, deploy the static bundle to any host that can reach your Curio RPC.
https://github.com/user-attachments/assets/c2c2efdf-07a5-456c-96cb-bdf55d38d3b9
## Local Development
```bash
npm install # Install dependencies
npm run dev # Start local preview
npm run check # Run type, lint, and formatting checks
npm run build # Create production build
```
### Tech Stack
- Vue 3 · TypeScript
- Tailwind CSS · DaisyUI · reka-ui
- TanStack Table · Pinia · VueUse
## Feedback
Have ideas or issues? [Open an issue](https://github.com/strahe/cuview/issues/new) to share your feedback.
## License
MIT License