https://github.com/namedottxt/rad
RSS Ain't Dead
https://github.com/namedottxt/rad
docker docker-compose rss rss-aggregator rss-feed rss-reader self-hosted svelte sveltekit web
Last synced: 13 days ago
JSON representation
RSS Ain't Dead
- Host: GitHub
- URL: https://github.com/namedottxt/rad
- Owner: namedottxt
- Created: 2026-06-17T14:48:02.000Z (14 days ago)
- Default Branch: main
- Last Pushed: 2026-06-17T20:47:00.000Z (14 days ago)
- Last Synced: 2026-06-17T22:23:49.258Z (14 days ago)
- Topics: docker, docker-compose, rss, rss-aggregator, rss-feed, rss-reader, self-hosted, svelte, sveltekit, web
- Language: Svelte
- Homepage:
- Size: 437 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RSS Ain't Dead
A dead simple self-hosted RSS reader because I didn't like the other options

What to expect:
- No features
- Abandonware in a day or two
- Purple accents
Have a compose:
```yml
rad:
image: rad:latest
container_name: rad
build: .
volumes:
- ./feeds.txt:/app/feeds.txt
ports:
- 55300:5000
restart: unless-stopped
```