> ## Documentation Index
> Fetch the complete documentation index at: https://kawax.biz/llms.txt
> Use this file to discover all available pages before exploring further.

# Feedable

> A Laravel starter kit that generates RSS/JSON Feed for websites without native feeds

## What is Feedable?

Feedable is a Laravel-based RSS feed generation service inspired by [RSSHub](https://github.com/DIYgod/RSSHub).\
It helps you generate RSS/JSON Feed from websites that do not provide feeds.

<Columns cols={2}>
  <Card title="Starter kit" icon="rocket" href="https://github.com/invokable/feedable">
    A deploy-ready application you can fork and use immediately.
  </Card>

  <Card title="Core package" icon="package" href="https://github.com/invokable/feedable-core">
    Reusable core helpers and built-in drivers as a Composer package.
  </Card>
</Columns>

<Info>
  The starter kit uses <code>feedable-core</code>, and you can add your own custom drivers.
</Info>

## Sample site

* Public sample: [https://feedable-rss.vercel.app/](https://feedable-rss.vercel.app/)

## Deployment

Fork and deploy to Vercel for the standard setup. It works on the free plan.

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Finvokable%2Ffeedable\&env=APP_NAME,APP_KEY\&envDefaults=%7B%22APP_NAME%22%3A%22Feedable%22%7D\&envDescription=APP_KEY%20can%20be%20generated%20using%20the%20artisan%20command.\&envLink=https%3A%2F%2Fgithub.com%2Finvokable%2Flaravel-vercel-installer%3Ftab%3Dreadme-ov-file%23env\&demo-title=Feedable\&demo-url=https%3A%2F%2Ffeedable-rss.vercel.app%2F\&skippable-integrations=1)

If you need special drivers that require Playwright, deploy to a regular server environment such as Laravel Forge.

## Request submissions

If you want support for an additional site, send a request with the URL via:

* [Request form](https://forms.gle/ipEVgmS8XZutKoXH7)
* [GitHub Discussion](https://github.com/orgs/invokable/discussions/25)

## Terms of use

* Please use it only for personal private use.
* It is intended for reading content in RSS readers.

## GitHub repositories

* [invokable/feedable](https://github.com/invokable/feedable)
* [invokable/feedable-core](https://github.com/invokable/feedable-core)
