TinyFeed Review, Pricing & Features

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.

Category
Productivity
Pricing
open-source, from Free
Verified
Not yet
Last updated
July 19, 2026
Founded
2023
Web AppOpen SourceSelf-Hosted

What Is TinyFeed

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.

Key Features

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.

Pricing

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.

Key Features

Pros & Cons

Pros

  • Completely free and open source under the permissive MIT license
  • Extremely lightweight static output that loads fast and is highly accessible
  • Simple, message-board-style presentation appeals to users who dislike cluttered feed reader interfaces
  • Supports RSS, Atom and JSON feeds through a single tool
  • Daemon mode allows for a hands-off, always-current self-hosted setup

Cons

  • No interactive features like read and unread tracking, folders or search that traditional feed readers offer
  • Requires command-line comfort to configure and deploy
  • Smaller community and project maturity compared to established readers like Tiny Tiny RSS or FreshRSS
  • No official mobile app; the static page must be accessed through a browser
  • Best suited to a specific minimalist use case rather than general-purpose feed management

Pricing

Frequently Asked Questions

What is TinyFeed?

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.

Is TinyFeed free?

Yes, TinyFeed is completely free and open source under the MIT license.

Who created TinyFeed?

TinyFeed was created by developer Sebastien Lovergne and first published on GitHub in September 2023 under the handle TheBigRoomXXL.

How is TinyFeed different from a traditional RSS reader?

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.

Does TinyFeed support Atom and JSON feeds, or just RSS?

TinyFeed supports RSS, Atom and JSON feeds using the open-source gofeed parsing library.

Can TinyFeed update automatically?

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.

Is TinyFeed the same as Tiny Tiny RSS?

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.

Does TinyFeed have a mobile app?

No, TinyFeed does not have a dedicated mobile app; the generated static page is accessed through any web browser, including on mobile devices.

Related Tools