Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/gcascio/stille
- Owner: gcascio
- Created: 2024-03-14T11:59:20.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-28T09:31:34.000Z (7 months ago)
- Last Synced: 2024-05-29T22:47:02.010Z (5 months ago)
- Topics: rss-reader, webapp
- Language: TypeScript
- Homepage: https://stille.app
- Size: 1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
stille is a web based RSS reader aimed at reducing distractions
## :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)