My WHOOP has no screen. My Kindle had no job. So I put them together
I run a lot, so every morning I check my recovery and decide whether to run or take a rest day. I wanted an always-on screen that would let me see everything at a glance. Then I remembered the old Kindle collecting dust in the corner. So I built this: WHOOP API → a server on my Mac mini → grayscale PNG → Kindle screensaver. It’s now open source, including the full setup guide.
In plain words
Kindle for WHOOP transforms an old Kindle e-reader into a low-power health dashboard for WHOOP fitness trackers. The open-source project pulls data from the WHOOP API, processes it on a Mac mini, and displays recovery metrics as a grayscale image on the Kindle's e-ink screen. It's designed for runners and athletes who want to check their daily recovery status at a glance without reaching for their phone, breathing new life into unused devices.
written from the facts on this page · September 2026
From the sources
Turn a spare Kindle into a low-power WHOOP dashboard. - kaibuildsai/kindle-for-whoop
My WHOOP has no screen. My old Kindle had no job. So I put them together. A personal experiment that gives an old Kindle a second life as a low-power, glanceable WHOOP health display. I wanted a simple way to glance at my WHOOP data without checking my phone. The result is an always-visible e-ink dashboard that wakes briefly to refresh, then leaves the latest image on screen without keeping the Kindle fully powered. Missing or still-processing measurements appear as labels or dashes rather than misleading zeros. Training Load is calculated by this project; it is not a field returned by the WHOOP API. See Dashboard content strategy for the complete field definitions and current limitations.…from github.com
Does the same job
all alternatives →
Any2K: Anything to KindleOct 2025 · ▲117Curate, read & listen to your content anywhere & Kindle too!

- LPLow-power Kindle-based dashboard2021 · github.com · ▲284



More dev tools this month
the category →



Open-source GTM skills for technical founders
Dev tools · 29d ago · gtmcofounder.com

OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.
Dev tools · 2d ago · opentrailpaper.com

Launched alongside, August 2026
the whole month →- TL
Life & fun · 10d ago · louisabraham.github.io


- SA
Hello HN! I found that picking out plausible but diverse skin tones for my digital art and game development projects was kind of difficult, and I got curious about if there was a way to define a color space that made it easy. I've built a color picker and procedural generation algorithm based on the space as well as a bunch of other fun js features and demos throughout the page that use the equations. If you find it interesting, I have lots of explanations of how I built it and what properties the space has. The methodology might be a bit shaky, but hopefully the result is as helpful for…
Life & fun · Aug 2026 · toneyalexander.github.io


I trained a 125M-parameter transformer to autocomplete piano performances in real time (~108 notes/sec on an iPhone 15). The idea is basically GitHub Copilot or Tabnine, except instead of prompting it with code, you prompt it by playing a few notes on a MIDI piano. The model then continues what you played, entirely on-device. The app is free if anyone wants to try it. Happy to answer questions about the model, training, Core ML, or the many things that didn't work.
AI · 17d ago · simedw.com