Bubo Reader
A minimalist static feed reader that builds your RSS, Atom and JSON feeds into one web page.
These buttons open the developer's own site, repository or store listing in a new tab. wares.gg does not host downloads.
About Bubo Reader
Bubo Reader takes a list of feeds you configure and generates a single static web page that lists the latest items from each one. It reads RSS, Atom and JSON feeds and has no database, accounts or reading state. You rebuild the page to refresh it.
The project is written in TypeScript on Node.js. It can be deployed on Netlify or on your own server, where a scheduled build keeps the page current. It suits people who want a plain list of headlines rather than a full reader app.
Strengths
- Output is a single static page with nothing to maintain at runtime
- Reads RSS, Atom and JSON feeds
- Can be deployed on Netlify or any web server
Limitations
- No read or unread tracking, folders or search
- Needs a Node.js build step to refresh feeds
- Little recent activity visible in the repository
Details
- Pricing
- FreeFree to use; the source is published on GitHub.
- License
- Open source, license not stated
- Developer
- George Mandis
- Platforms
- Web, Self-hosted
- How it runs
- Self-hosted
- Account
- Not required
- Best suited for
- Developers who want a plain self-hosted page of feed headlines
- Categories
- RSS readers
- Last verified
- Added
- Provenance
- Facts checked against the developer's own pages and store listings, 1 sources on file.
Alternatives to Bubo Reader
Compare allSoftware that can replace Bubo Reader for an important use case, and what changes if you switch.
FreshRSS
A self-hosted feed reader that is light enough to run on a cheap shared host and still handles hundreds of feeds.
FreshRSS is a self-hosted AGPL-3.0 reader running on PHP and a database, adding read tracking, API access for mobile apps and XPath scraping, with more upkeep than a static page.
Miniflux
A deliberately minimal feed reader: one Go binary, a PostgreSQL database, and no options you do not need.
Miniflux is a self-hosted Go binary with PostgreSQL that adds read state, full-text search, OPML and tracker stripping, replacing a Node.js build step with a running service.
yarr
Read web feeds through a compact self-hostable application.
yarr runs as a single MIT-licensed executable with a browser interface on Windows, macOS and Linux, giving an interactive reader instead of a rebuilt static page.
CommaFeed
Google Reader-inspired self-hosted RSS reader.
CommaFeed is a self-hosted Apache-2.0 Java app with SQLite and a Google Reader interface, adding read tracking and keyboard shortcuts that the static Bubo page lacks.
Stringer
Deliberately anti-social self-hosted RSS reader.
Stringer is a minimal MIT-licensed Rails reader that deploys to a small server, adding unread tracking, though development is largely dormant and it lacks filtering or tagging.
Tiny Tiny RSS
Long-running self-hosted news aggregator with plugins and filters.
Tiny Tiny RSS is a self-hosted GPL-3.0 aggregator with plugins, filtering and scoring rules and API support, but it needs PHP and PostgreSQL or MySQL, usually via Docker.
sfeed
Suckless RSS and Atom parser that outputs plain text.
sfeed is a tiny ISC-licensed C parser that outputs plain text for Unix tools, so you assemble your own workflow instead of generating a web page with Node.js.
Similar software
Related functionality, not necessarily a direct replacement.
rss-bridge
Generate feeds for websites that do not publish them.
RSSHub
Generates RSS feeds for sites that do not publish one.
FeedLand
A web-based feed reader and feed management service for reading news and sharing lists of feeds.