I built a GoodReads reading stats dashboard

Essay - Published: 2026.06.10 | 1 min read (196 words)
create

DISCLOSURE: If you buy through affiliate links, I may earn a small commission. (disclosures)

TL;DR - A dashboard visualizing your GoodReads data export.

Try it now: GoodReads Dashboard.

What is it

A small site that visualizes your GoodReads data exports.

  • Total pages and books read
  • Top authors and series
  • Ratings, length, and year distributions

How it's built

Everything runs locally in your browser. I wanted to minimize infrastructure investment and get this out as fast as possible and local first does that well.

Fully agentically engineered. It builds into my labs server's design for new experiments and serves a small, self contained plugin.

  • Backend: Labs server - Rust + Axum using CloudSeed Rust
  • Frontend: Wasm calculations and html templating with maud

Next

I've been enjoying building small projects more with agentic engineering. Fun way to ship little things without too much effort. I'm trying to turn this into a regular practice of play rather than just creating for "impact".

If you liked this post you might also like:

Want more like this?

The best way to support my work is to like / comment / share this post on your favorite socials.

Built with CloudSeed Rust