Feedable is an RSS feed generation service inspired by RSSHub. It allows you to create RSS feeds from websites that do not provide RSS feeds, enabling you to read them in your feed reader.
This is a starter kit project that you can use right away. The main functionality is separated into another package: https://github.com/invokable/feedable-core
This project is just getting started and we haven't decided which sites to support yet. If you have a site you'd like us to support, please send the URL via our request form or discussion.
Some sites may be difficult to support, so we'll evaluate each request individually.
Since there are currently few supported sites, using the sample site is sufficient for testing.
https://feedable-rss.vercel.app/
You can run it on the free plan without a database. You can also use a free database for caching. This is the recommended normal usage.
If you want to use special drivers that require Playwright, please deploy it to a regular server such as Laravel Forge. Drivers are simply Laravel routes, so you can freely add them to your forked project.
- Please use it only for personal private use. It is not intended for purposes other than reading in an RSS reader.
MIT