Minimal RSS reader
The goal of this project is to create an RSS reader that doesn't feel as busy as other readers. Its built to show as little information at a time as possible.
Find it at https://letterss.net. If you want to see what its like without adding your feeds first, login with '[email protected]' and 'asdfgh'.
If you want to add a blog that doesn't have a url that works, create one using https://fetchrss.com.
- Auth uses JWT for access and refresh tokens
- Users can add feeds by individual site link or with an .opml file
- Feeds can be deleted and their names can be edited
- Feeds can be filed into folders
- Feeds can be sorted
- Feeds can be read in-site or with an iframe to the original page
- Save read/unread feeds
- Feed search
- Change theme / font
- Feed export
- Mobile app
git clone https://github.com/bocsir/letteRSS
cd letteRSS/frontend && npm install && cd ../server && npm install
cd ../frontend && npm run build
- use the sql queries in
create_rss_db.sql
DB_PORT=3306
DB_HOST=localhost
DB_NAME=
DB_USER=
USER_PW=
JWT_SECRET=
REFRESH_TOKEN_SECRET=
cd ../server && npm start