
The best part of my morning is picking up my Kindle and finding the day’s articles already waiting. No phone notifications. No algorithmic feed. Just a curated digest of blogs and news sites, delivered to my e-reader like a newspaper. Here are three ways to set this up, from easiest to most powerful.
Why RSS on a Kindle actually makes sense
Reading long-form articles on a phone is a losing battle. Notifications interrupt every paragraph. The backlit LCD strains your eyes after 20 minutes. You bookmark interesting pieces and never return to them. An e-reader solves all three problems at once. The E Ink screen is comfortable for extended reading sessions, there are no distractions, and the “morning newspaper” format creates a ritual around catching up on the blogs and publications you care about.
RSS-to-Kindle delivery isn’t about breaking news. For real-time headlines, Twitter or a news app works better. This workflow shines for the 2,000-word essays, the industry analysis, the long-reads that deserve more attention than a quick scroll. By the time you finish your coffee, you’ve actually absorbed a handful of thoughtful pieces instead of skimming fifty headlines.
You also get something that algorithmic feeds can’t offer: agency over what you read. You choose the feeds. You choose the schedule. No one optimizes your morning reading for engagement metrics. For those of us who miss the pre-algorithm internet, this setup is quietly transformative.
Method 1: KindleEar (free, no tech skills needed)
KindleEar is a self-hosted app that converts RSS feeds into Kindle-friendly periodicals and emails them to a device. It takes about 15 minutes to set up.
Pros: Complete control. Custom CSS for formatting. Can combine 20+ feeds into one “magazine.” Supports images.
Cons: Requires a computer that stays on (or a cheap VPS). Setup involves Docker.
If you have a home server or Raspberry Pi, this is the best option. If not, use Method 2.
Method 2: Calibre’s built-in news download (easiest)
Calibre has a hidden gem: Fetch News. It can pull articles from thousands of built-in news sources and deliver them to a Kindle.
- Open Calibre → click the Fetch News button
- Browse or search for sources (The Guardian, Ars Technica, Wired, etc.)
- Check the boxes for the feeds you want
- Click Download Now (or schedule for daily)
For scheduling: Click the dropdown arrow next to Fetch News → Schedule news download. Set it to run daily at 6 AM. Calibre must be running for the schedule to work.
The output is a single MOBI file with a table of contents. Send it to a Kindle via email or USB. Each article is a chapter, and the TOC lets you skip between articles like chapters in a book.
Setting up Calibre email delivery
Calibre can also email the generated periodical directly to your Kindle. Go to Preferences → Sharing → Sharing books by email and add your Kindle’s Send-to-Kindle email address. You’ll need to configure an SMTP server — Gmail works if you generate an app-specific password in your Google account settings. Once set up, Calibre handles the entire pipeline: fetch articles, convert to MOBI, and email to your device, all on a schedule.
Custom RSS feeds not in Calibre’s database: Create a “recipe” — a simple Python file that tells Calibre how to parse a specific website’s RSS feed. It sounds intimidating, but the documentation at calibre-ebook.com has copy-paste templates.
Formatting tips for better readability
Calibre’s default formatting is serviceable but not pretty. Recipes allow you to tweak the output significantly. Remove inline ads with a remove_tags directive. Strip navigation elements and sidebars so your periodical only shows article text. If you’re comfortable with CSS, you can define custom styles for headings, body text, and images. A clean, minimal layout makes a surprising difference — articles that look cramped on the default template become genuinely pleasant to read with a few lines of styling.
For images, Calibre resizes them to fit the Kindle screen by default, but very large images from news sites can still cause layout issues. If a feed consistently produces broken layouts, check whether the recipe can filter out hero images or cap their dimensions.
Method 3: Push to Kindle browser extension (lightweight)
For people who only want a couple of specific feeds: install the Push to Kindle browser extension. It won’t auto-send — you click a button to send the current page. But for low-volume reading (2-3 articles a day), the friction is minimal.
Alternatives worth considering
If you don’t want to maintain your own setup, several third-party services handle RSS-to-Kindle delivery. Kindle4RSS offers a free tier with up to 25 articles per delivery and a paid plan that removes the limit. It works entirely through a web interface and sends digests on a schedule you choose. Reabble takes a different approach — it’s a Kindle web app that renders RSS feeds like a newspaper directly in the e-reader’s experimental browser. The interface is surprisingly polished, though it requires an active Wi-Fi connection to load articles. Blogtrottr is another email-based option that can forward RSS feeds to your Kindle address; it’s simpler than KindleEar but has a 5-feed limit on the free plan.
Recommended feeds by interest
If you’re building your first digest, here are some feeds that work particularly well on E Ink because of their long-form focus. For technology and science: Ars Technica, The Verge (long reads only), MIT Technology Review, and Hacker News digest editions. For essays and culture: Aeon, The Atlantic, Longreads, and The New Yorker’s essay sections. For industry and business: Stratechery, Dan Luu’s blog, and whatever niche publications serve your field. Avoid feeds that publish 30 short posts a day — they fill your periodical with noise. Curate for depth, not volume.
Troubleshooting common issues
Articles appear truncated: Many RSS feeds only include a snippet, not the full article. Check if the recipe has a use_embedded_content option, or switch to feeds that provide full text. KindleEar has a “full text” mode that attempts to scrape the original article from a summary feed.
Periodical fails to deliver: If Calibre’s email delivery stops working, check your SMTP password (app-specific passwords can expire) and confirm your Kindle email address is whitelisted under your Amazon account’s Approved Personal Document E-mail List.
Images don’t load: This is usually a Wi-Fi or content server issue. Calibre recipes fetch images during generation, so they should be embedded in the file. If they’re missing, the source website may be blocking Calibre’s user agent — try setting a custom user agent in recipe settings.
My personal setup
I use KindleEar running on a $5/month VPS. It pulls 8 feeds every morning at 6 AM — a mix of tech news, long-form essays, and industry blogs. By the time I make coffee, my Kindle has a fresh edition waiting.
The key insight: e-reader RSS isn’t about breaking news. It’s about saving the long-form articles you’d otherwise read on your phone. Those 3,000-word pieces you bookmark and never open? Put them on a Kindle. You’ll actually read them.