https://github.com/tyhopp/t-rss-reader
Personal RSS reader you can self-host at no cost
https://github.com/tyhopp/t-rss-reader
aws rss rss-reader self-hosted svelte swift
Last synced: about 1 year ago
JSON representation
Personal RSS reader you can self-host at no cost
- Host: GitHub
- URL: https://github.com/tyhopp/t-rss-reader
- Owner: tyhopp
- License: mit
- Created: 2023-02-10T08:53:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-07T04:05:18.000Z (over 1 year ago)
- Last Synced: 2025-03-24T21:38:53.393Z (about 1 year ago)
- Topics: aws, rss, rss-reader, self-hosted, svelte, swift
- Language: TypeScript
- Homepage:
- Size: 1.11 MB
- Stars: 37
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# t-rss-reader
A personal [RSS](https://en.wikipedia.org/wiki/RSS) reader you can self-host at no cost.
## Project
The project is arranged in these parts:
- Backend [infrastructure](./infra/README.md) built with Terraform and AWS
- Frontend clients that run natively on each platform:
- [Web](./web/README.md)
- [iOS, iPadOS, and macOS](./apple/README.md) (WIP)
- Android (TBD)
- A [Figma design file](./design/README.md) that you can view or duplicate
## Usage
1. Set up the backend [infrastructure](./infra/README.md) so there are endpoints your clients can call.
2. Set up one or more of the clients following their README files.
3. Run clients locally, host, or install them wherever you want.
## Reference
- [Sequence diagrams](./SEQUENCE.md)