Alternatives
Products that do what FeedSense – A private recommendation system built from your own sources does
Hi HN, Two things inspired me to build this: Andrej Karpathy recently talked about going back to RSS feeds — "higher quality longform and a lot less slop intended to provoke" (https://x.com/karpathy/status/2018043254986703167). Around the same time, Marc Andreessen shared his information source: 25% X, 25% podcasts with practitioners, 25% conversations with AI, 25% old books (https://x.com/pmarca/status/2030949039345467570). This made me realize how much it matters to control what you let in. But I've used to the feed-style reading habit…
- 1IB
I created this chrome extension for myself where I track my own behavior locally and recommend myself content from platforms I want content from (youtube/twitter/quora/etc) in a feed. I made it public just in case anyone else was interested. I would rather have control over my own algorithm and own the data. Also, it gives me flexibility. Turns out I do like these feeds just not when I don't own it haha. Let me know what you think of my implementation?
2022 · github.com
- 2YN
Partially inspired by recent discussions on HN and other places. I've made a single-focus site to introduce your friends/colleagues/neighbours/family to RSS and web feeds. https://www.youneedfeeds.com/ The site is meant to give the elevator pitch for feeds, show a newbie what feeds are and how to use them, set them up with a reader, and give them some nice starter content if they want it. So much tastemaking and newsmaking power is concentrated in the hands of Facebook/Reddit/Twitter, but I'm convinced it's because much of the general populace doesn't…
2018
- 3IS
Hi everyone, For the past couple months I've been working on a website with two main features: - https://book.sv - put in a list of books and get recommendations on what to read next from a model trained on over a billion reviews - https://book.sv/intersect - put in a list of books and find the users on Goodreads who have read them all (if you don't want to be included in these results, you can opt-out here: https://book.sv/remove-my-data) Technical info available here: https://book.sv/how-it-works Note 1: If you only provide one or two…
Nov 2025 · book.sv
- 4RBRSS Brain▲139
I wrote an RSS reader called RSS Brain recently. The motivate is the current RSS readers either don't sort articles by priority, which makes it hard to read posts from HackerNews and Reddit, or sort it with some "smart" algorithm which I don't trust. I also like the Google News feature that can show related story from different source, but the sources are not configurable and the algorithm is not transparent either. So with RSS Brain, I implemented these features: * Recommend related articles from the feeds of your choice. It's backed by ElasticSearch and the algorithm is described on RSS…
2022 · rssbrain.com
- 5EA
Howdy! RSSfeedASAP scratches my own itch. I run a regional podcasting directory which gets dozens of messy submission for podcasts. Often they don't even include an xml file and me being a good samaritan I sometimes do the manual work and find it myself. I got tired of that manual work and decided to build a microapp. RSSfeedASAP is this app and I decided to release it in case someone else finds any use in it.
2023 · rssfeedasap.com
- 6IB
Hi, folks. As an RSS user, I tried Inoreader and Feedly, then ended up self-hosting a Miniflux instance on my homelab. A few months ago, I moved to another city and had to shut down my homelab for a long time, so I couldn't access my local miniflux. It was quite inconvenient. I decided to self-host my RSS aggregator on a tiny VPS or PaaS such as fly.io. However, Miniflux requires a PostgreSQL database, which may isn't suitable for a tiny VPS instance. So I built fusion with Golang and SQLite. It contains basic features such as Group, Bookmark, Search, Automatically feeds sniffing,…
2024 · github.com
- 7

- 8AP
Hi HN, I've been a daily user here for almost 15 years. Over that time, my interests have shifted. I find I'm now more interested in deep-dive technical posts and personal blogs than the big tech announcements that often dominate the front page. The "top" feed was starting to feel stale, and I was spending more time digging through "new". So, I decided to build what I wanted: a personalized "For You" feed. Link: https://hn.shaped.ai It's a simple concept: you log in with your normal HN credentials, and as you favorite stories, it learns what you're interested in and re-ranks the…
Sep 2025 · hn.shaped.ai
- 9

- 10FR
Hi all, since there are lots of discussions happening about news consumption, I would like to show you a project that I am working on - Feedpresso. https://www.feedpresso.com/ It focuses on content for techies and entrepreneurs so you can expect to get some interesting stuff right away. However, it is not a regular RSS reader - it heavily relies on algos to find exciting stories based on your reading history, from your sources. Also, it includes some abstractions over sources to make using RSS more natural. Give it a try. If there is an interest, I would gladly share some…
2018
- 11IT
Last week I showed prldr.com, a small project I created during my weekends. The immediate thing I learned from the comments was that prldr had to be a RSS reader, which I already had in mind. So after another couple of days programming prldr.com is now a visual rss reader. You read the news by just opening the links from the RSS feeds, simple as that. features for now: management of feeds, import OPML file, keyboard navigation, automatic feed fetching. ps: I disabled preloading of tabs, because some browsers tend to crash when opening 30 iframes :P. Have to implement some stack mechanism to…
2010
- 12IB
I've always wanted to follow podcast guests across shows, not subscribe to entire podcasts. Most of the time the podcasts host guests which I don't really care about. When a guest you follow appears on a random podcast, they will appear as a new entry in the rss-feed for that particular guest. Hopefully some here will find that useful :D
Feb 2026 · poddley.com
- 13IB
2019 · diff.blog
- 14FA
2013 · geekuillaume.github.io
- 15FR
2018 · feedbridge.notmyhostna.me
- 16RR
There's lots of improvements I'd like to make but thought I should get some feedback first to see if anyone's interested in it. The main page just shows the most recent feed items (currently from only the 3 feeds I've added myself), but the idea is that it'll show the most popular items aggregated from all users. It also provides TLDR summaries for each item, based on word frequency. http://bayfig.com EDIT: Typo
2010
- 17RF
Sometimes it's hard to keep up with multiple RSS feeds, and would be great to get some help filtering out the least relevant part of it. RSS filter is a side project that I created for myself to act as an RSS feed articles recommendation system, but self-hosted. It has a Python backend that is able to “proxy" your existing RSS feeds and after learning a bit about your interests, starts recommending similar articles and filtering out the rest. While, of course, always including some random articles for discovery. It uses LLM embeddings and machine learning to recommend similar articles.…
2024 · rssfilter.sgn.space
- 18RO
Hey HN! I've been working on an Open Source RSS Reader called Refeed. RSS Readers have been around for quite a while now, but honestly, they haven't changed much in the last 10 years. With Refeed I hope to change that and iterate on what makes RSS readers so great. I've been working on Refeed for the last year with the intention of making it the best RSS reader out there, I don't think I'm quite there yet but I think Refeed is at a point where some people might like it more than what's already out there. Over the next 6-12 months I intend to get Refeed to the point of being the best RSS…
2024 · refeedreader.com
- 19
- 20FA
2022 · github.com
- 21GT
TLDR: Graph is a self-tuned AI filter that sits between you and the social web, so you can see the most relevant content in one place each day. --- Hey everyone. A long time ago I stumbled on this Aaron Swartz documentary, The Internet's Own Boy. It’s a conviction-builder, and it got me thinking a lot about RSS feeds and information agency. Now in a time of LLMs and embeddings, my friend David and I have been building something we call Graph, which flips the OG structure of RSS from following rigid sources to following a configurable list of topics, and letting this "interest graph" act as…
2025 · graph.cx
- 22FC
hey Everyone, I built FeedRebel [ http://www.feedrebel.com ] partly because I needed a feed reader myself but mainly because it ties in nicely with an idea that I've been working on. For those of you that are still on the fence when it comes to choosing a Google Reader alternative, I would love it if you could give FeedRebel a try and let me know your thoughts. I realize that there are quite a few options out there already with some big launches yet to come. I look forward to your comments and thoughts. Thank you
2013
- 23PA
Hi everyone, I've been building a less bad way to share photos and videos out to friends and family: https://vzg.me The motivation is personal for me since... 1. I'm not comfortable using Facebook properties 2. Group SMS/email gets out of control with more than a few recipients 3. I don't want to convince my friends and family to download a new app or figure out shared albums So I created a system that lets my network subscribe to individual people in my family and get updates via email, SMS, or RSS at the frequency of their choosing (immediate, daily, or weekly). Subscribers…
2020
- 24NA
I got tired of reading clickbait articles and seeing irrelevant ads. So I pulled in a few RSS feeds to create a news digest using OpenAI 4o-mini for summarisation. Appreciate any feedback you'all might have. PS: News-summarisation may have been done to death, but I'm a UI noob, so I'm using this project to learn some.
2025 · newsful.ai
Ranked by how close each launch is in meaning, then by votes. Refine with a description →