I can try. We haven't used Miniflux at all. We only tried it out a bit before we started working on our own.
* Miniflux is great. It's the closest to what we'd like.
* It is self-hosted and Open Source. Ours is not.
* It uses more JS than we do. And JS is required, I think (it's not in weloverss).
* Miniflux currently has more features than we do.
As for the business model. For now it's completely free because we just want to gauge interest. But the idea is to add a subscription fee in the future. We really don't like ads, so that seems to be our only good option.
Perhaps start everyone off with a guest/sample account?
I use Node w/ Express for my servers and in the ones that use logins I usually do something like this:
A demo account would be very much appreciated. I love RSS and use FreshRSS heavily, but registering for this is above my effort threshold for something like this.
It is literally as easy as login in. Just type an email address and a password twice and you are in. You can change your email address later if you need.
When you register, there is a suggested feed (xkcd) that you can add.
Too much effort to sign up and authenticate for a quick peek. Could you set up a “guest” account with one-click login for exploration? Not to put down your effort, but this will really help the audience (and I say this as someone very interested in RSS aggregators/readers)
Actually, to expand a bit on 3rd point. Whenever the internet sucks at work (I used to work in a bank where the VPN would sometimes crap out) I just go on weloverss and check my feeds. Those tiny payloads get through everything in no time.
* Faster page loads is the number one reason. It is super fast to navigate, once you get the shortcuts down. (For now it might actually be a bit slower if you're not in EU)
* Simpler architecture
* You get a lot for free by the browser (loading state, back button actually works, etc)
* Accessible
* Works on every browser (even your mother's potato phone :P)
* Works without JS
Yeah, Miniflux is definitely coming from the same mentality as we are. Also, it's great. :)
Also, while working on the execution plan to parse news articles for a News API service (https://newscatcherapi.com/) we benchmarked a few options such as parsing sitemap, custom generic parser and parsing RSS feeds. It is so much easier to get structured content out of RSS... everything is well structured, normalized, lightweight webpage, etc
Yeah, I couldn't agree more. RSS is flawed in many ways (really difficult to work with sometimes hand-written XML), but I love how decentralized it is.
Awesome with your work! Keep fighting the good fight :)
Thanks, your tip for restoring access to Reuters worked for me. I'm very appreciative.
I wish there was some way to convince Reuters to restore it.
I'd even be willing to pay a couple bucks to avoid keeping google informed of my news habits and still have access to one of the few relatively unbiased news sources left.
Better yet, add a "guest mode", like https://flowreader.com/ to make having an account optional. (If necessary, limit the number of guests per IP address/range, and the number of feeds per guest).
We could also make a simple "create test account for me", that will give you a few feeds, a dummy email and and dummy password. You can then just change everything later, if you feel like keeping the account. :)
Yeah, this seems to be the biggest complaint in all of this thread. We will do something to make it easier to get an impression of the reader for sure. I don't like screenshots, because, at least for me, the value is in the speed of navigating and the lack of surprises that a single page app will often give you (back button not working properly is the classic).
I love RSS. I started using it again late last year and it's a joy once you find the RSS app that fits your needs. Currently very happy with Miniflux, but also gave TT-RSS a try and found that both would work great for me but preferred the resource usage of Miniflux.
Ok, it took me FAR longer than it should have to get back to feed after reading the post.
After failing to find a link back to the feed (ruling out finding the feed again using /feeds, I figured out that it was keyboard driven. And hurray, maybe the 7th key I checked worked!
Honestly, this is rather counterintuitive. Consider adding some tips about shortcuts or better make a direct link back to feed.
You are right, it has the same behavior. It's the same exact page (displaying the content of a post), and it has no logic in it around where you came from.
Personally the back button is the first resort, unless I opened it in a new tab, in which case ctrl-w brings me back. I always assumed others felt the same, but good to learn that not everyone feels that way.
I always assumed RSS was dying out, but it's clear there's still a large audience for it, so I will be implementing it.
I've been wondering if there'll be a noticeable drop in mailing list subscribers, which in turn leads to less email sponsorships. Open rates + mailing list size are all that companies seem to care about when deciding to sponsor you.
But anyway I'd rather support users in consuming my content however they prefer, and figure out monetization options when it comes to that.
Bonus points for supporting feed URLs with embedded http basic auth credentials. This is the core protocol that I think could lead to a decentralized web where people host their own private sites. It's also a huge motivator in my side project for running your own private blog with built-in private RSS: https://simpleblogs.org
edit:
I've been experimenting with my own private blog's RSS feed which includes images, I would suggest you add `max-width: 100%;` for images to the CSS.
Images are tricky. In the first few iterations, everything was left aligned and so images could just flow out and take all the space they needed. That was perfect for images, but less perfect for the reading experience. I'm torn. Sometimes I really dislike when other places cram big beautiful images down to their reading width; yet most of the time I'll agree with you--they should just flow with the text width.
I'll keep a mental note that someone actually took the time to suggest one thing over the other. Maybe it's the right solution. Maybe `max-width: 100%` with a click handler on the image that removes that, so you can toggle it up big if you want/need.
It's definitely tricky--on my site I display images capped to the reading pane, but they are also links to a full-res version of the image that it too big to justify forcing the browser to load.
We might do that in the end. Nothing is really decided yet. So far we just built it for us, and we love it (both of us use it a lot every single day), so we thought we'd share.
I like the look and feel. Nice job. I used the example feed, and four post titles were retrieved, but I was not able to open the post by clicking on the title. Chrome on Android.
Really? We're both Android users ourselves, and use a mix of Chrome and FF.
Did you perhaps not really add the feed? Like, it shows you a preview where you only see the titles first, and then you have to click "Add feed" at the top. It's just a step for you to be sure that you got what you want; but I guess it isn't 100% clear.
54 comments
[ 11.2 ms ] story [ 934 ms ] threadSorry about not really showing anything before you sign up. It's very mvp right now. You can just use a throw-away email if you like :)
* Miniflux is great. It's the closest to what we'd like.
* It is self-hosted and Open Source. Ours is not.
* It uses more JS than we do. And JS is required, I think (it's not in weloverss).
* Miniflux currently has more features than we do.
As for the business model. For now it's completely free because we just want to gauge interest. But the idea is to add a subscription fee in the future. We really don't like ads, so that seems to be our only good option.
This post is to gauge that interest and it's our mini launch. (We are two beers into the celebration :)
When you register, there is a suggested feed (xkcd) that you can add.
... and I say that as someone whose day job for the past 7 or so years, has been building SPAs. Not all of us thinks tons of JS is the way to go.
It's a nice demo though.
It's VERY close to miniflux, both in terms of UI and styling!
1. Extremely good for cli power users and people who use console-based browsers occasionally (guilty of being both).
2. Less likely to stumble upon a really weird behavior in some browser, even the common ones.
3. Faster for anyone who doesn't have a server-grade workstation.
4. Server-side caching - play it smart and you can cache large chunks of the rendered pages, making it an extremely cheap operation to serve.
5. No 80mb javascript files you get on every "modern" website.
6. Easier to maintain.
Just a few off the top of my head.
* Faster page loads is the number one reason. It is super fast to navigate, once you get the shortcuts down. (For now it might actually be a bit slower if you're not in EU)
* Simpler architecture
* You get a lot for free by the browser (loading state, back button actually works, etc)
* Accessible
* Works on every browser (even your mother's potato phone :P)
* Works without JS
Yeah, Miniflux is definitely coming from the same mentality as we are. Also, it's great. :)
Recently, Reuters killed their RSS feed without any notice. I wrote a quick guide how to fix this using a hack with Google News RSS (https://codarium.substack.com/p/returning-the-killed-rss-of-...)
Also, while working on the execution plan to parse news articles for a News API service (https://newscatcherapi.com/) we benchmarked a few options such as parsing sitemap, custom generic parser and parsing RSS feeds. It is so much easier to get structured content out of RSS... everything is well structured, normalized, lightweight webpage, etc
Awesome with your work! Keep fighting the good fight :)
I wish there was some way to convince Reuters to restore it.
I'd even be willing to pay a couple bucks to avoid keeping google informed of my news habits and still have access to one of the few relatively unbiased news sources left.
For posters wanting a trail account, this service does not require email verification. You can use mine: uname: a@b.c pw: asd
I'll use the opportunity to recommend TT-RSS for those wanting a fast RSS reader that can be self hosted but with more options than this one.
After failing to find a link back to the feed (ruling out finding the feed again using /feeds, I figured out that it was keyboard driven. And hurray, maybe the 7th key I checked worked!
Honestly, this is rather counterintuitive. Consider adding some tips about shortcuts or better make a direct link back to feed.
We will probably make the title of the feed within the post a link to the feed though. We can't have people getting lost like that. :)
Pressing back button in browser is, of course, the last resort.
Personally the back button is the first resort, unless I opened it in a new tab, in which case ctrl-w brings me back. I always assumed others felt the same, but good to learn that not everyone feels that way.
I always assumed RSS was dying out, but it's clear there's still a large audience for it, so I will be implementing it.
I've been wondering if there'll be a noticeable drop in mailing list subscribers, which in turn leads to less email sponsorships. Open rates + mailing list size are all that companies seem to care about when deciding to sponsor you.
But anyway I'd rather support users in consuming my content however they prefer, and figure out monetization options when it comes to that.
u: foo@example.com
p: foo
edit: I've been experimenting with my own private blog's RSS feed which includes images, I would suggest you add `max-width: 100%;` for images to the CSS.
I'll keep a mental note that someone actually took the time to suggest one thing over the other. Maybe it's the right solution. Maybe `max-width: 100%` with a click handler on the image that removes that, so you can toggle it up big if you want/need.
https://bazqux.com/
Did you perhaps not really add the feed? Like, it shows you a preview where you only see the titles first, and then you have to click "Add feed" at the top. It's just a step for you to be sure that you got what you want; but I guess it isn't 100% clear.