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

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.

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.