Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 2 hours ago
JSON representation

Personal RSS reader you can self-host at no cost

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 three 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)
- CLI (TBD)
- Windows (TBD)

- A [Figma design file](./design/README.md) that you can view or duplicate

## Usage

1. Set up the backend [infrastructure](./infra/README.md). The output will show the invoke URLs for the endpoints.
2. Set up and run one of the clients. Provide the invoke URLs as environment variables to each client you run.