Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.04 KB

File metadata and controls

30 lines (19 loc) · 1.04 KB

absolutelyright.lol

A scientifically rigorous tracking system for how often Claude Code validates my life choices.

This code powers the https://absolutelyright.lol/ website:

screenshot-rocks

What this repo contains

  • 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)

Collecting your own data and running locally

  • 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