https://github.com/yoavf/absolutelyright
Claude said I'm absolutely right!
https://github.com/yoavf/absolutelyright
Last synced: 2 months ago
JSON representation
Claude said I'm absolutely right!
- Host: GitHub
- URL: https://github.com/yoavf/absolutelyright
- Owner: yoavf
- License: mit
- Created: 2025-09-04T20:37:41.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-10-03T11:17:18.000Z (3 months ago)
- Last Synced: 2025-10-03T11:41:06.611Z (3 months ago)
- Language: Python
- Homepage: https://absolutelyright.lol
- Size: 62.5 KB
- Stars: 295
- Watchers: 3
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - yoavf/absolutelyright - Claude said I'm absolutely right! (Python)
README
# absolutelyright.lol
A scientifically rigorous tracking system for how often Claude Code validates my life choices.
This code powers the [https://absolutelyright.lol/](https://absolutelyright.lol/) website:

## What this repo contains
- **Frontend** → minimal HTML + JS, with charts drawn using [roughViz](https://www.jwilber.me/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](./scripts/README.md) for info on how to collect your own Claude Code "you are absolutely right" counts.
- To run the server locally:
```bash
cargo run
# visit http://localhost:3003
```