For Medium writers
Readout is a Chrome extension that reads your own Medium account — lifetime totals, full daily-earnings history, and a per-article earnings curve — and shows it on one page, cached locally so it opens instantly.
Medium's own dashboard only ever shows whole months. Readout backfills your entire earnings history in the background, a couple weeks at a time, and keeps it current.
Click any article to see its own day-by-day earnings curve — not just a lifetime total. Views and reads don't have a daily breakdown in Medium's API; earnings does, and this is the only place that shows it.
Every sync writes to your browser's local storage first. Opening the dashboard reads that cache — it never waits on a network request.
Every article row expands into an inline chart of that article's own daily earnings, drawn from the same background-synced history — not a separate request. The read-ratio and view counts next to it are still lifetime totals, because that's genuinely all Medium exposes for those two.
Readout has no backend. There's no account, no server it talks to, and no analytics.