https://github.com/lamasters/simplifeed
An RSS reader without distractions.
https://github.com/lamasters/simplifeed
appwrite atom javascript news openai openai-api openai-chatgpt python react rss serverless vercel
Last synced: 27 days ago
JSON representation
An RSS reader without distractions.
- Host: GitHub
- URL: https://github.com/lamasters/simplifeed
- Owner: lamasters
- License: mit
- Created: 2023-02-11T21:12:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-09-06T02:25:25.000Z (2 months ago)
- Last Synced: 2025-09-06T04:19:17.231Z (2 months ago)
- Topics: appwrite, atom, javascript, news, openai, openai-api, openai-chatgpt, python, react, rss, serverless, vercel
- Language: JavaScript
- Homepage: https://simplifeed.org
- Size: 2.07 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SimpliFeed
## An RSS reader without distractions
## Live at [simplifeed.org](https://simplifeed.org)
### Contributing
If you would like to contribute to SimpliFeed, please follow these steps:
1. Fork the repository
2. Create a new branch for your feature or bug fix
3. Make your changes and commit them
4. Push your changes to your forked repository
5. Open a pull request to the main repository
We appreciate all contributions to the project and will review your pull request as soon as possible.
## Self Hosting
New self hosting instructions coming soon!
### Hosting
With the application configured, you can now host your frontend however you prefer.
An easy option is [vercel](https://vercel.com). Once you've chosen your hosting
option, you will need to add it as a platform in you appwrite project. From your
project dashboard, under "Integrations" select "Add Platform" and enter the URL
where your frontend is hosted (eg. your-app.vercel.app or *.yourwebsite.com).
The wildcard is useful if you're using a custom domain and use multiple subdomains.
### You're done!
You should now be self hosting SimpliFeed! This guide is a work in progress, so if
you hit any snags in the process feel free to create an issue here in GitHub.