An open API service indexing awesome lists of open source software.

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!

Awesome Lists containing this project

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:

screenshot-rocks

## 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
```