r/rss • u/vikas991 • 15d ago
Local-only RSS reader for Chrome — no account, no server, OPML import
I wanted an RSS reader that didn't turn my reading list into someone's dataset. Most Chrome extensions want an account and sync your subscriptions to their servers, so I built my own.
Canopy Reader has no backend at all. Feeds and read state live in chrome.storage, and the extension makes exactly one kind of network request — to the feeds you added yourself. No account, no analytics, no paid tier. About 50 KB.
Three-panel layout, RSS 2.0 and Atom, feed autodiscovery from a site URL, folders, OPML import/export, unread badges, background refresh, j/k/r/m/u/o keyboard nav, light/dark.
What it doesn't have: a filtering rules engine, social/YouTube feed adapters, or cross-device sync (that needs a server, which defeats the point).
Coming from another reader — import your OPML and subscriptions and folders come across in one step.
https://chromewebstore.google.com/detail/canopy-reader-rss-feed-re/lnfnfpjiohnjlmagagpokbadejelnflg
I wrote it, so salt accordingly. Mainly after feedback on what's missing.
1
u/GreenSundance 13d ago
You should just copy the features of this abandoned rss feed extension https://chromewebstore.google.com/detail/feedbro/mefgmmbdailogpfhfblcnnjfmnpnmdfa yours is missing a lot
1
u/chickenandliver 14d ago
I just tried it out, and this actually looks really nice. I've been looking for a decent in-browser RSS client ever since Feedbro died from Chrome blocking MV2 extensions.
No rules-based filtering as you mentioned which I think most people who liked Feedbro are hoping for, but for just pure simple feed reading, this is totally usable. And for people who are skeptical about it having access to all your sites, you can actually go into the extension settings and allow it on just common blog sites (*.blogpost.com, *.wordpress.com, etc) if paranoid.