Skip to content
Tech News
← Back to articles

Show HN: Inkwell – An RSS reader for e-ink devices

read original more articles
Why This Matters

Inkwell introduces a lightweight, self-hosted RSS reader optimized for e-ink devices like Kindle, enhancing offline reading and customization. Its focus on static HTML rendering and local content storage offers a seamless, privacy-conscious experience for users who prefer dedicated e-readers for news consumption. This development signifies a shift towards more personalized, efficient, and privacy-aware reading solutions in the tech industry.

Key Takeaways

inkwell is a self-hosted RSS/Atom reader that serves articles as static HTML tuned for the built-in browser on a Kindle. Background jobs pre-extract every article and transcode every embedded image, so a tap on the device fetches ready-to-render bytes from local disk.

Installation — build from source, run under Docker, first configuration.

Self-hosting — docker-compose, reverse proxy, admin access control, backups, upgrades.

Reading — the listing, article, and read-later views, and their behaviour on a Kindle.

Admin — add and remove feeds and groups, import OPML.

Authenticating your e-reader — sign a new Kindle in through the auth gateway without typing on the device.

Configuration reference — every YAML field and environment variable, with defaults.