Skip to Content
FrameworksND CoreOverview

ND Core Framework Overview

ND Core (the ND Framework) is a smaller, deliberately lightweight framework built on top of ox_lib and oxmysql. It is maintained by Andyyy and has its own family of add-on resources.

Current state

Core resourceND_Core
RepositoryND-Framework/ND_Core 
LicenseGPL-3.0
Stars69 (2026-09-16)
Latest releasev2.3.2 (2025-02-22)
Last push2026-03-20
DatabaseMariaDB
Documentationndcore.dev 
⚠️

Check the commit history  before committing a server to ND Core. The most recent push is from March 2026 and the last tagged release is from February 2025 — a slower cadence than QBCore, ESX, Qbox or ox_core. That may be fine for a stable framework; decide with current data rather than this snapshot.

What it offers

  • Character management with a built-in multicharacter system
  • Vehicle ownership, keys and persistence
  • Player data with a metadata layer
  • Server, client and shared function APIs documented per side
  • A permission and group model

It is closer in spirit to ox_core than to QBCore: a foundation plus optional add-ons, rather than a full server you trim down.

Requirements

ND Core is stricter about the FiveM platform than most frameworks:

RequirementMinimum
Server artifacts12000 or higher
Game build2802 or higher
OneSyncInfinity — not legacy
Dependenciesoxmysql, ox_lib
Optionalox_target, ox_inventory

See OneSync and server artifacts for the background on both.

Add-on resources

The ND-Framework  organisation holds 25 repositories. The most used:

ResourcePurpose
ND_CharactersCharacter selection and creation
ND_PolicePolice job
ND_AmbulanceAmbulance job
ND_MDTPolice MDT
ND_BankingBanking
ND_DealershipVehicle dealership
ND_AppearanceShopsClothing and barber shops
ND_PropertiesHousing
ND_FuelFuel
ND_StatusPlayer status
ND_Casino, ND_BlackjackGambling
ND_Nitro, ND_GunAnimsGameplay extras

Inventory is handled by ox_inventory  rather than an ND-specific resource.

Documentation and support

ndcore.dev  covers setup, commands, every add-on and the core developer API split across client, server and shared:

Support is through the project’s Discord rather than GitHub issues.

Next steps