> For the complete documentation index, see [llms.txt](https://docs.sourcedev.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sourcedev.pro/general/frameworks.md).

# Framework Compatibility

Source Development resources are designed to be framework-agnostic. We support the most popular FiveM frameworks through our dedicated Bridge System.

## Supported Frameworks

| Framework  | Support Level  | Notes                                        |
| ---------- | -------------- | -------------------------------------------- |
| **QBox**   | ✅ Full Support | Built-in, auto-detected.                     |
| **QBCore** | ✅ Full Support | Built-in, auto-detected.                     |
| **ESX**    | ✅ Full Support | Built-in, auto-detected (Legacy & v1 Final). |
| **Custom** | 🔧 Supported   | You can implement your own bridge functions. |

## How the Bridge Works

Each resource contains a `bridge/` folder. This folder acts as a translator between our scripts and your server's framework.

If you use a custom framework, you only need to edit the files in the `bridge/` folder of each resource.
