Dev tools · September 22, 2023
Tinyfeed – CLI to generate static webpage from a collection of feeds
This project started because I wanted to consume my RSS/Atoms feeds the same way I consume news on HN: a lightweight webpage with a minimalist user interface where I can comfortably browse interesting links. I didn't like existing solutions for feeds reader. Many of them seemed overly complex, most of them require a database and don't event support sqlite. For a simple feed reader, it felt overkill. What I wanted was an easy setup that didn't rely on external databases or configurations. My solution was to build a small CLI tool that print an HTML page from a list of feed URLs. I can…
In plain words
Tinyfeed is a command-line tool that generates a static HTML webpage from RSS and Atom feeds. It creates a lightweight, minimalist interface for browsing feeds without requiring a database or complex setup. Users can point a web server to the generated HTML file and run the tool via cron to keep content updated. The tool is designed for developers who want a simple alternative to feature-heavy feed readers.
written from the facts on this page · September 2026
From the sources
In the maker’s words, at launch
This project started because I wanted to consume my RSS/Atoms feeds the same way I consume news on HN: a lightweight webpage with a minimalist user interface where I can comfortably browse interesting links. I didn't like existing solutions for feeds reader. Many of them seemed overly complex, most of them require a database and don't event support sqlite. For a simple feed reader, it felt overkill. What I wanted was an easy setup that didn't rely on external databases or configurations. My solution was to build a small CLI tool that print an HTML page from a list of feed URLs. I can just set it up in Cron, point NGINX to the generate HTML file and that's it, I have a lovely webpage with my feeds. This was my first real project in Go and I'm still learning so I'm eager to receive feedback on the code. Checkout the demo here: https://feed.lovergne.dev/
More dev tools this month
the category →



Open-source GTM skills for technical founders
Dev tools · 29d ago · gtmcofounder.com

OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.
Dev tools · 1d ago · opentrailpaper.com
