rssx

A minimalistic RSS reader

MIT License

Stars
4
Committers
1

RSSX

Features

  • Add Sources
  • Mark articles as read/unread
  • Mark articles as read later
  • Automatically fetches new articles
  • Search for articles

WIP

  • Settings for the interval to update articles
  • Database settings on how old articles must be to be deleted
  • Delete everything button
  • Export everything button
  • Add video tab to add videos to watch later

Built With

  • NextJS
  • Tailwind
  • Prisma
  • tRPC
  • Postgres

Local Development

yarn clone [email protected]:SaraVieira/rssx.git
cd rssx
yarn
yarn dx

Node > 14 and docker are required to run the app

Deployment

Using Render

The project contains a render.yaml "Blueprint" which makes the project easily deployable on Render.

Go to dashboard.render.com/blueprints and connect to this Blueprint and see how the app and database automatically gets deployed.