My RSS Reader

A serverless* RSS/Atom reader

Screenshot

Start Reading

Features

Also Features

Start Reading

* Wat serverless?!

Sorry for clickbaiting by using "serverless".

Here "serverless" means there is no back-end part for this RSS reader. The feed data are fetched directly* from source and locally parsed by the browser. Inspired by this article.

Q&As
Is "serverless" technically possible? You know, CORS restriction…
You're right, CORS will prevent local Ajax requests, there has to be a proxy for adding CORS header.
This doesn't make any sense.
Probably, but I use it for daily reading and feel OKish, give it a try?
What JS framework is used?
This application consists of Web Components built with Lit.