This is an automated archive made by the Lemmit Bot.
The original was posted on /r/opensource by /u/TheBigRoomXXL on 2025-01-15 05:52:59+00:00.
One year ago i started to work on TinyFeed, I didn’t like existing solutions for feeds reader. Many of them seemed overly complex, most of them require a database (and didn’t event support sqlite). For a simple feed reader, it felt overkill. What I wanted was an easy to setup app (no db, no config) with a clear and minimal interface to juste aggravate links. So I built a CLI tool that generate a static HTML page from a collection of feeds.
Now, I’m happy to announce that it has slowly improved since then. It’s now reaching its first stable release, version 1.0!
Main features are:
- RSS, Atom and JSON feeds are all supported
- Highly customizable, especially with the ability to use external stylesheet and templates.
- Dark / Light theme based on system preference
- Generated page is lightweight and fully accessible
- Support a daemon mode to re-generate the output periodically