A scientifically rigorous tracking system for how often Claude Code validates my life choices.
This code powers the https://absolutelyright.lol/ website:
- Frontend → minimal HTML + JS, with charts drawn using roughViz
- Backend → Rust server (Axum + SQLite), serves the frontend and provides a tiny API
- Scripts → Python scripts to collect and upload counts from Claude Code sessions
Currently tracking:
- Times Claude Code said I'm "absolutely right"
- Times Claude Code said I'm just "right" (meh)
- Check out the scripts/README.md for info on how to collect your own Claude Code "you are absolutely right" counts.
- To run the server locally:
cargo run
# visit http://localhost:3003