RTK Dashboard v2 — visual analytics companion for rtk gain
#875
ChrisX101010
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Built an open-source web dashboard that visualizes RTK token savings with interactive charts and real cost tracking.
Repo: https://github.com/ChrisX101010/rtk-dashboard
What it does
history.dbdirectly — Express backend connects to~/.local/share/rtk/history.dband serves real data via JSON APIgit status,cargo test,git push,docker logs,eslintScreenshots
The dashboard running in demo mode:
Quick start
git clone https://github.com/ChrisX101010/rtk-dashboard.git cd rtk-dashboard npm install npm run devFor real data, install backend deps and start the API server:
Related
This addresses the analytics visibility gap discussed in #142. Would love feedback on what data views would be most useful to the community.
Tech: React 18, Vite, Express, better-sqlite3. Zero chart libraries — all SVG/CSS hand-rolled. ~8KB CSS, ~55KB JS gzipped.
Beta Was this translation helpful? Give feedback.
All reactions