TinyFeed is a free, open-source Go CLI tool that turns RSS, Atom and JSON feeds into a lightweight static webpage. See its features and setup.
TinyFeed is a free, open-source command-line tool written in Go that converts a list of RSS, Atom and JSON feeds into a single lightweight, static HTML webpage. It was created by developer Sebastien Lovergne and first published on GitHub in September 2023 under the project name TheBigRoomXXL/tinyfeed.
The tool was built out of dissatisfaction with existing feed reader options. Its creator wanted a way to consume RSS feeds similar to browsing a message board or link aggregator: a simple, time-ordered list of items rather than a heavier interactive reader with folders, unread counters and complex navigation.
Because TinyFeed produces a fully static webpage rather than running a database-backed web application, the output is extremely lightweight, fast to load and accessible, making it well suited to self-hosting on minimal infrastructure or serving from a static file host.
TinyFeed uses the open-source gofeed library to parse RSS, Atom and JSON feed formats, so a single configuration file listing feed URLs can pull in items from virtually any standard feed source into one combined output page.
The generated page supports automatic dark and light themes based on the visitor's system preference, and the output is fully customizable through external stylesheets and templates, letting users match the page to their own site design.
TinyFeed includes a daemon mode that periodically regenerates the static output page on a set schedule, so a long-running self-hosted instance always reflects current feed items without requiring the user to manually re-run the tool.
TinyFeed is completely free and open source under the MIT license, with the full source code available on GitHub. There are no paid tiers, subscriptions or usage limits.
Because it produces a static webpage rather than running as a hosted service, the only ongoing cost is whatever minimal hosting the user chooses to serve the generated HTML file from, which can be free static file hosting.
TinyFeed is a free, open-source command-line tool written in Go that generates a lightweight static webpage from a list of RSS, Atom and JSON feeds.
Yes, TinyFeed is completely free and open source under the MIT license.
TinyFeed was created by developer Sebastien Lovergne and first published on GitHub in September 2023 under the handle TheBigRoomXXL.
Instead of running an interactive web application with folders and unread counts, TinyFeed generates a single static HTML page listing feed items in chronological order, similar to a message board.
TinyFeed supports RSS, Atom and JSON feeds using the open-source gofeed parsing library.
Yes, TinyFeed includes a daemon mode that periodically regenerates the static output page on a schedule so the page stays current without manual re-runs.
No, they are unrelated projects. Tiny Tiny RSS is a much older, full-featured, self-hosted PHP feed reader dating back to 2005, while TinyFeed is a newer, minimalist Go-based tool that outputs a static webpage.
No, TinyFeed does not have a dedicated mobile app; the generated static page is accessed through any web browser, including on mobile devices.