cd /news/ai-products/show-hn-inkfeed-rss-reader-for-kindl… · home topics ai-products article
[ARTICLE · art-17900] src=inkfeed.xyz pub= topic=ai-products verified=true sentiment=↑ positive

Show HN: Inkfeed – RSS Reader for Kindle

A developer built Inkfeed, a web-based RSS reader optimized for Amazon Kindle's experimental browser, allowing users to read feeds, download articles, and browse Wikipedia directly on the device. The open-source tool, created with help from Claude AI, includes a Go and SQLite backend hosted on a $4 monthly Hetzner VPS, with an optional backend-free mode for local-only use. The project aims to solve the inconvenience of manually transferring RSS articles to Kindle via Calibre or Amazon's Send to Kindle feature.

read2 min publishedMay 29, 2026

Hello.

The Kindle is my favorite device and I read a lot on it, but I also like reading RSS feeds, which aren't supported on the Kindle.

This requires me to either download the article and copy it to my Kindle (using Calibre) or sending it via Amazon's Send To Kindle feature. I dislike both options.

I wanted to read RSS feeds just like I read books on my Kindle, so I (with the help of Claude) built a web-based RSS reader that's compatible with the Kindle's experimental browser (tested on PaperWhite 11). It doesn't use any JS frameworks for maximum compatibility.

This RSS reader allows you to read feeds directly on the Kindle's browser, and you can also download the article directly on your Kindle or email it to yourself.

Initially it was a just a simple RSS reader using a CORS proxy, and saved RSS feeds and user preferences like font size to local storage, but the Kindle browser clears local storage after a while, so I decided to add a backend to save them, then I thought why stop here?

So I added the ability to email the article to yourself in case you want to add it to your Kindle library. A user tried Inkfeed and suggested I add the ability to browse Wikipedia, so I implemented that too. You can search for Wikipedia article, read them and download them on directly on your Kindle using Inkfeed.

You can still use it without the backend if you toggle "Backend mode" OFF in the settings, so that it truly does everything on your Kindle (except that it relies on a CORS proxy to fetch feeds).

I deployed the backend (Go + SQLite) on a Hetzner VPS (2 vCPU, 4GB RAM, 40GB SSD) that costs me $4 a month, and SSL is handled by Caddy.

The code is free and open source.

Here's the repo: https://github.com/adhamsalama/inkfeed I'd love to hear your feedback, and I also need people with older Kindle generations to test the JavaScript compatibility.

Comments URL: [https://news.ycombinator.com/item?id=48325703](https://news.ycombinator.com/item?id=48325703)

Points: 1

── more in #ai-products 4 stories · sorted by recency
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/show-hn-inkfeed-rss-…] indexed:0 read:2min 2026-05-29 ·