NEWFlarebit UI System v1.0.0 Released

Modern UI
for FiveM.

Premium components, themes, and developer tools.

3
Themes
6
Positions
Action
Buttons
Lua API
Developer first
MIT
Licensed
Error
Something went wrong.
now
Warning
Please review your settings.
now
Success
Operation completed successfully.
now
Information
This is an informational message.
now
Position: top-right
Features

Built for modern
FiveM development.

Production-ready UI infrastructure designed for developers who care about polish, performance and consistency.

01

Notification System

Elegant, stackable and production-ready notifications built for FiveM.

Error
Something went wrong.
now
Warning
Please review your settings.
now
Success
Operation completed successfully.
now
Information
This is an informational message.
now
6 Positions
4 Variants
Action Buttons
Theme Support
02

Theme Engine

Switch between beautifully crafted themes or build your own visual identity.

Minimal
Success
Operation completed.
Refined
Success
Operation completed.
Cinematic
Success
Operation completed.
Theme
Developer Experience

Designed for
developers.

A clean, powerful API that gets you up and running in minutes. Well documented, type-friendly and built with developers in mind.

Simple Integration

Get started in seconds with our clean and intuitive API.

Well Documented

Comprehensive documentation with examples for every use case.

Developer Focused

Type-friendly, consistent and built to save you time.

View on GitHub
Lua
client.lua
1exports.flarebit:notify({
2title = 'Payment successful',
3subtitle = 'Your transaction has been completed.',
4variant = 'success',
5duration = 5000,
6position = 'top-right',
7sound = true,
8actions = {
9{
10label = 'View Details',
11style = 'primary',
12callback = function()
13SetNuiFocus(true, true)
14end
15}
16}
17})
Live Preview
Payment successful
Your transaction has been completed.
now
Low Fuel
Your vehicle fuel is running low.
now
Engine Off
Turn on the engine to continue.
now
Information
This is an informational message.
now

Framework Agnostic

Works with any FiveM resource or framework.

Easy to Extend

Fully customizable and easy to build on top of.

Event Driven

Built with performance and asynchronous logic in mind.

MIT Licensed

Open source and free to use in your projects.

Ready to build better UI?

Build experiences
your players remember.

Built for the next generation of FiveM developers. High quality, performant, and beautiful interfaces. Open source. MIT licensed.

MIT Licensed
Open source
Developer First
Built with care
Production Ready
Battle-tested
Built with care
For the community
Payment successful
Your transaction has been completed.
now
Low Fuel
Your vehicle fuel is running low.
now
Engine Off
Turn on the engine to continue.
now
Information
This is an informational message.
now
Just Launched
v1.0 — Day one
3 Themes
Refined · Cinematic · Minimal
6 Positions
4 Variants
MIT Licensed
100% Open source
Install in seconds

Easy to install.
Easy to use.

Get up and running in less than a minute.

View documentation
1fx_version 'cerulean'
2game 'gta5'
3
4name 'flarebit'
5author 'Flarebit'
6version '0.10.0'
7
8ui_page 'ui/index.html'
9
10client_scripts { 'client/client.lua' }
11server_scripts { 'server/server.lua' }
12
13files {
14'ui/index.html',
15'ui/style.css',
16'ui/script.js'
17}
18
19lua54 'yes'
Flarebit

Flarebit

Modern UI for FiveM

by developers, for developers.