News, changelogs and documentation

Feeds Fun roadmap

We prepared a dashboard with long-term development plans.

We would greatly appreciate your feedback on it. React to the tasks you like:

  • Like to increase the priority of the task.
  • Comment to help us better understand your needs.
  • Create a feature request if we missed something important for you.

All tasks are organized into four groups:

  1. Core Functionality — must have — we consider these features the essence of the project — what the project is about.
  2. Key Features — should have — these features are essential for the project, but not critical.
  3. Enhancements — good to have — these features enhance the project, but we can live without them for a long time.
  4. Bonus Features — nice to have — features that make the project better in some way, or features with unclear value for the project.

We'll support PRs for any task from any group — it will be a priority for us to review and merge them.

We are open to discussion and suggestions — the roadmap is not set in stone, we can change it according to community feedback and needs.

Stay Connected

Official Docker images released

Hey!

We are glad to announce that official Docker images for Feeds Fun are now available!

Check examples of how to run Feeds Fun with Docker:

The images:

Using examples should be as easy as pie:

git clone git@github.com:Tiendil/feeds.fun.git
cd ./feeds.fun/docs/examples/single-user
docker compose up -d

After services are up, you can access the web interface at http://localhost/

Each example has a detailed README file; all config files are commented.

But just in case, if you have any questions, feel free to post an issue on GitHub or make a pull request with your changes. We'll be grateful for feedback.

Stay Connected

Version 1.18 Released — collections going public

Feeds Fun 1.18 is live!

Curated news collections are now public — everyone can explore and share the latest fully tagged news with friends, no registration required.

Check them out here:

Tag filters are now reflected in the URL, allowing you to easily share specific subsets of news, such as new machine learning papers or professional networking news.

Besides this, we made some other improvements:

  • Improved the initial loading time of news lists.
  • If there's no recent news, Feeds Fun now loads older news to show that feeds are active.

Stay Connected

Version 1.17 Released — interface restyling

New GUI style.

New GUI style.

Feeds Fun 1.17 is here!

This update contains full GUI restyling, to make it modern and user-friendly.

The whole colors and shapes have been rethought, no need to list all the changes, just check it out on feeds.fun.

Stay Connected

Version 1.16 Released — meet enhanced rules creation interface and new collection

New rules creation interface.

New rules creation interface.

Feeds Fun 1.16 is now live!

This update features a completely redesigned rules creation interface, a new collection, and various other enhancements.

What's new

Simplified rules creation

The previous rules creation interface was confusing and not very user-friendly. It served us well during the first year, but it's time to upgrade.

The rules creation form has been moved to the tags filter (previously located in the entry tags list).

  • Now, you can preview the filtered news that the new rule will apply to.
  • Rules now support excluding specific tags. For example, you can create a rule that excludes news with the science tag.
  • Tags under the news caption now function the same way as tags in the tags filter.

Improved news page interface

  • Text has been increased in size for better readability.
  • Only one news item body can be opened at a time.
  • News page performance has been improved by 2-3 times.
  • Removed the button to show all tags for a news item. Now, you can view tags by simply opening the news item body.

Export your feeds to an opml file

On the feeds page, you can now export all your feeds to an OPML file. This is useful if you want to switch to another reader or create a backup.

New collection

New collections have been added for users interested in entrepreneurship and startups.

Fixed Reddit feeds discovery

The new Reddit interface lacks links to news feeds. Therefore, custom processing has been added for URLs on reddit.com domains.

Stay Connected