hn • r/hackernews
Comment on: Using Thunderbird for RSS
I've been working on an RSS web app that solves this issue. Works offline, syncs across devices.It works but trying to make something that scales to a lot of users is technically really hard.Initially it was client only, but you can't really do that with rss due to cors issues. You have to proxy the feed downloads..Anyway, I have a working prototype I'm just trying to fix bugs now so I can start showing it to people. Taken me a year almost to get this far