Skip to main content
Open-source · GPL-3.0 · Built on ox

The framework that hits its Zenith

A modern roleplay framework for FiveM. Lightweight core, modular by design, and native to the ox ecosystem — without the bloat or the boilerplate.

Plays nice withox_libox_inventoryox_targetoxmysql
Why Zenith

Everything a server needs.
Nothing it doesn't.

Core

A lean core that's already complete

Characters, economy, jobs, metadata and permissions — one clean, predictable API. No 40-file dependency chains to boot a player.

local player = Zenith.GetPlayer(source)

player.addMoney('bank', 500)
player.setJob('police', 2)
player.setMetadata('stress', 0)
Modular

Switch on only what you run

Every system is a self-contained module. Extend it, replace it, or leave it off — the core never notices.

charactersjobseconomyhousinggangs
Native to ox

No glue code required

ox_liboxmysqlox_inventoryox_target

QBCore & ESX bridge

Run your existing resources unchanged and migrate at your own pace.

Documented & typed

A full reference with clear exports and events. Build, don't reverse-engineer.

Open-source, forever

GPL-3.0. Read it, fork it, ship it — no paywalls, no escrow.

View the source