My RSS Reader
A serverless* RSS/Atom reader
Features
- No server-side → No registration, no login, your data stay local
- No server-side → You access the feed directly from source → Always fresh content
- Simple & fast
- Supports RSS 2.0 and Atom 1.0
Also Features
- No server-side → No history content, you read only what the sources are providing
- No "unread" notification
- No categorization / tagging / search
- Change to another browser, all data gone → You can export / import them though
* 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.