# About NOVA

> **🇵🇹 Português?** [Clica aqui para a versão em Português](https://novaframeworkdoc.gitbook.io/novaframework/portugues/pt)

![NOVA Logo](https://2707207764-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4zbgd05UBFpKV7ChDXBN%2Fuploads%2Fgit-blob-1eb3261287243d4b40791785206c8de3f9e623b1%2Fnova-logo.png?alt=media)

## NOVA Framework

NOVA Framework is a modern, modular FiveM framework built from the ground up for performance, security, and developer experience.

### Why NOVA?

* **Modular Architecture** - Register modules with dependency resolution. Init/Start phases ensure correct load order.
* **High Performance** - O(1) permission cache, auth-gated exports, optimized database queries.
* **Multi-Language** - Native support for Portuguese and English with an extensible locale system.
* **Compatibility Bridge** - Use existing ESX, QBCore, vRPex, and Creative scripts with zero modifications.
* **Security First** - Auth-gated exports prevent unauthorized access. Server-side validation on all operations.
* **Modern UI** - All scripts include polished NUI with dark theme and lime green accents.

### Quick Comparison

| Feature              | NOVA   | ESX     | QBCore  |
| -------------------- | ------ | ------- | ------- |
| Modular Architecture | Yes    | No      | No      |
| Multi-Language       | Native | No      | No      |
| Permission Cache     | O(1)   | No      | No      |
| Compatibility Bridge | Yes    | N/A     | N/A     |
| Auth-Gated Exports   | Yes    | No      | No      |
| Modern OOP Player    | Yes    | Partial | Partial |

### Scripts

NOVA Framework includes two tiers of scripts:

#### Free Scripts (`[nova_scripts]`)

All the essential scripts to run a fully functional FiveM server:

* **nova\_core** — Core framework (player management, jobs, economy, callbacks, permissions)
* **nova\_bridge** — Compatibility layer for ESX, QBCore, vRPex, Creative
* **nova\_bank** — Banking system (deposits, withdrawals, transfers, ATMs)
* **nova\_chat** — Styled chat with command system
* **nova\_garage** — Vehicle storage, retrieval, impound
* **nova\_hud** — Health, armor, hunger, thirst, speedometer, progress bar
* **nova\_inventory** — Drag & drop inventory with weight system
* **nova\_multichar** — Character selection and creation
* **nova\_notify** — Toast notification system
* **nova\_shops** — Clothing, barber, tattoo, general stores

#### Premium Scripts (`resources/[nova]`)

Advanced scripts for a professional RP experience:

* **nova\_admin** — Admin panel with teleport, bans, items, vehicles, salary management
* **nova\_ambulancejob** — Ambulance job (revive, heal, health check)
* **nova\_creator** — Full character creator (appearance, clothing, tattoos)
* **nova\_dealership** — Vehicle dealership (buy, test drive, rental)
* **nova\_deathscreen** — Death and respawn system
* **nova\_fuel** — Fuel system with gas stations and jerry can
* **nova\_grupos** — Groups/gangs system (organizations, roles, bank, stash)
* **nova\_interactions** — Player/vehicle interactions (rob, loot, keys, trunk)
* **nova\_loading** — Custom loading screen
* **nova\_mdt** — Mobile Data Terminal for law enforcement
* **nova\_multicharacter** — Advanced multicharacter (cinematic, music, effects)
* **nova\_policejob** — Police job (cuffs, escort, search, jail, fines)
* **nova\_radio** — In-game radio with frequency channels
* **nova\_target** — Raycast targeting system (third-eye)

### Links

* [GitHub - Core](https://github.com/NoVaPTdev/nova-core)
* [Discord](https://discord.gg/FJAvcngywF)
