github.com/pmarinov/rrss ↗
QFeeds is a reader of RSS feeds (w/Dropbox for storage)
Open this visualization on its own page →
Contributors
2
Lines of Code
642
From
2014-07-15
To
2020-12-29
About pmarinov/rrss
QFeeds is a browser extension for reading RSS feeds that works as a standalone application without requiring server-side processing. Available for both Google Chrome and Firefox, it allows users to subscribe to and organize feeds into folders while keeping all data stored locally using IndexedDB. The extension can optionally sync subscriptions and read status across multiple computers through Dropbox integration.
The project prioritizes privacy and offline functionality by storing everything locally, making it capable of reading intranet feeds and other content that wouldn't be accessible through cloud-based readers. Users maintain complete control over their data without relying on external servers. The extension is currently in beta at version 0.14.0 and is actively maintained, having migrated away from Google's deprecated Realtime API toward Dropbox for cross-device synchronization.
The codebase is written in JavaScript and is free software under the BSD FreeBSD License. Developer documentation is available in mdBook format, and the project continues development with planned improvements including a Chrome Manifest V3 migration, Mark All As Read functionality, and unread counters.