Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gcascio/stille

stille is a web based RSS reader aimed at reducing distractions and focusing on the content. Get started right away and add your first feed.
https://github.com/gcascio/stille

rss-reader webapp

Last synced: about 3 hours ago
JSON representation

stille is a web based RSS reader aimed at reducing distractions and focusing on the content. Get started right away and add your first feed.

Awesome Lists containing this project

README

        


stille logo

stille is a web based RSS reader aimed at reducing distractions




Try out




stille screenshots

## :rocket: Roadmap

- [x] Feed groups
- [x] CSV export/import of stored feeds and bookmarks
- [x] Share feed collections
- [x] Bookmarks

## :gear: Technologies used (roughly)

- [Next.js](https://nextjs.org/)
- [Tailwind CSS](https://tailwindcss.com/)
- [shadcn/ui](https://ui.shadcn.com/)
- [zustand](https://zustand-demo.pmnd.rs/)

## :hammer_and_wrench: Contributing

Interested in contributing? Great!

To fix a bug or add a feature, follow these steps:

- Create a [Fork](https://docs.github.com/en/get-started/quickstart/contributing-to-projects#forking-a-repository) of the repo
- Create a new branch (`git checkout -b your-branch`)
- Add your changes
- Commit your changes (`git commit -am 'feat: fantastic feature'`)
- Push the branch (`git push origin your-branch`)
- Create a [Pull Request](https://docs.github.com/en/get-started/quickstart/contributing-to-projects#forking-a-repository)