https://github.com/robvanderleek/forever-rss
Your Internet Inbox
https://github.com/robvanderleek/forever-rss
rss rss-reader serverless
Last synced: 7 months ago
JSON representation
Your Internet Inbox
- Host: GitHub
- URL: https://github.com/robvanderleek/forever-rss
- Owner: robvanderleek
- Created: 2022-03-30T04:09:56.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-10T22:42:18.000Z (about 1 year ago)
- Last Synced: 2025-06-26T09:00:28.733Z (11 months ago)
- Topics: rss, rss-reader, serverless
- Language: TypeScript
- Homepage: https://forever-rss.vercel.app
- Size: 1.67 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Forever RSS
Your Internet Inbox
- [FastAPI](https://fastapi.tiangolo.com/)
## Alternative RSS readers
### Web
- [Feedly](https://feedly.com/)
- [Feedreader](https://feedreader.com/)
- [FreshRSS](https://github.com/FreshRSS/FreshRSS)
- [Feedify](https://feedify.app/)
### Android
- [Capy Reader](https://github.com/jocmp/capyreader)
- [FeedMe](https://play.google.com/store/apps/details?id=com.seazon.feedme)
## RSS feed generators
- [RSS.app](https://rss.app/)
- [Nitter](https://nitter.net/)
- [RSS-Brige](https://rss-bridge.org/)
- [RSSHub](https://rsshub.app/)
# Development
Run the app in development mode: `yarn dev`
Run the unit-tests: `yarn test`