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 Brain's website.
* Option to sort articles by upvotes and time. The algorithm is similar to the old Reddit and you can find it on the website as well.
* Save search terms into folders so you can filter the articles.
I've been using it for a while and found these features very helpful. So I want to share this on HackerNews. The frontend is written in Flutter so it has cross platform clients, even though the web version don't feel very "web native" because the level of Flutter web support. I guess only time can improve that.
I don't have enough hardware to scale it up so it's currently in subscription mode to limit the users. I'm going to open source the code (maybe non-commercial license) once I think it's ready so you can host it by yourself. It's still in early stage and haven't been tested by a lot of people. So any feedback is helpful. Thanks!
Update: Added a scroll down hint in the landing page. Thanks for the feedback.
- Privacy policy should direct me to https://www.rssbrain.com/privacy not terms
- Selecting email in the support section doesn't work, which the website encourages me to do
- Are you handling your own logins? Seems like a security issue waiting to happen!
- Do you need to sign up with both an email and a username? Perhaps email is enough
- The logo and the name "RSS Brain" do not match up in height
- The download buttons CSS padding-bottom is too thin
- The scroll down to see more part seems to have some symbols added, I can't see them on my computer (Mac). I assume these are arrow emojis/symbols or something. Replace them with something that works cross-platform
- "Support upvotes and comment count from forums like Reddit and HackerNews" should be "Supports"
- "Powered by transparent algorithm" -> "Powered by a transparent algorithm"
- "Try RSS Brain with 7 days free trial and subscribe with $4.99 per month. " -> "Try RSS Brain with a 7 day free trial and subscribe for $4.99 per month."
- If I go to the login page, and then the signup page, and then hit the Back button on my browser, it shows "page not found".
- The green design box that contains the screenshots is off center
There's some other smaller inconsistencies but I'll leave it at that. I can see you put a lot of effort into building this tool, and it seems quite cool! I hope you succeed.