HeadlinesBriefing favicon HeadlinesBriefing.com

Inkwell: Self-Hosted RSS Reader Optimized for Kindle E-Ink Screens

Hacker News •
×

Inkwell is a self-hosted RSS/Atom reader that delivers articles as static HTML optimized for e-ink devices like Kindle. The project emerged from the Show HN community and targets readers who prefer consuming content on devices with limited browser capabilities and slower refresh rates.

A background job system pre-processes articles and transcodes embedded images, ensuring that tapping an article on the device fetches ready-to-render bytes from local disk. This preprocessing eliminates the need for real-time rendering on resource-constrained hardware, making the reading experience significantly faster and more reliable.

The application supports multiple deployment options including Docker and docker-compose, with features for reverse proxy configuration, admin access control, and backup management. Authentication happens through a gateway that signs new Kindle devices without requiring on-screen keyboard input.

Inkwell addresses a genuine pain point for users who want to read RSS feeds on dedicated e-readers rather than tablets or phones. The static HTML approach combined with aggressive preprocessing creates a practical solution for low-power devices that struggle with modern web content.

The project includes comprehensive documentation covering installation, feed management, and configuration through YAML files and environment variables. Admin features allow users to organize feeds into groups and import OPML files for migration from other services.