Orchid Bridge
A minimal, no-BS bridge for FiveM servers. It gives you a single place to configure your setup and exposes a couple of clean exports to tie things together. Lightweight. Convenient. Nothing extra.
Features
Installation
1
git clone https://github.com/OrchidStudios/orchid-bridge.git2
ensure orchid-bridge3
4
Project Structure
orchid-bridge
├── data/ # Config
├── exports/ # Public exports designed to save time
├── framework/ # Core bridge layer connecting different frameworks (ESX, QBCore, etc.)
├── modules/ # Plug-and-play bridge modules (replaceable or extendable)
│ ├── context/ # Context menus (or quick setup for custom ones)
│ ├── notify/ # Notifications
│ ├── target/ # Target or other interaction systems(player/object/world interactions)
│ └── textui/ # Text UI bridge for different use cases
└── init.lua # Entry point initializing the bridge for the resourcesLast updated