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

  • One-time Config: Set up UI and framework settings once — no repetition.

  • Zero bloat, just essentials.

  • Neat Exports: A couple of simple, useful exports to save you time. Exports

  • Convenient Modules: Small utilities for data, UI, targeting, and more.

  • Custom UI Components UI Exports


Installation

1

Clone into your FiveM server’s resources folder to avoid being forced updating manually

git clone https://github.com/OrchidStudios/orchid-bridge.git
2

Add to your server.cfg

ensure orchid-bridge
3

Install Ox Lib

Installation Guide

4

Adjust configs once — done.


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 resources

Last updated