[FREE] AKA Notify | Modern Glassmorphism Notification System

[FREE] AKA Notify | Premium Glassmorphism Notification System

:sloth:

Modern • Smooth • Customizable


:open_book: Overview

AKA Notify is a modern notification system for FiveM servers designed with a premium glassmorphism interface and the visual identity of the AKA Suite.

Replace the default GTA/FiveM notifications with a clean, immersive and customizable toast system featuring smooth animations, dynamic colors, custom icons and sound feedback.

Built with performance in mind, AKA Notify provides a lightweight notification experience with zero dependencies and easy integration.


:movie_camera: Preview


:sparkles: Features

:artist_palette: Premium UI

  • Modern glassmorphism design
  • Smooth slide animations
  • Dynamic glow effects
  • Clean right-side notification layout
  • Immersive visual experience
  • Responsive interface

:bell: Notification Types

AKA Notify includes multiple notification styles:

Type Description
:white_check_mark: Success Successful actions
:cross_mark: Error Errors and failures
:warning: Warning Important warnings
:blue_circle: Info General information
:bell: Main System notifications
:package: Item Item related messages

:rocket: Features

:high_voltage: Optimized

Designed for performance:

:check_mark: Zero dependencies
:check_mark: Lightweight NUI system
:check_mark: Minimal resource usage
:check_mark: Clean architecture
:check_mark: Scalable system


:artist_palette: Fully Customizable

Every notification can be customized:

:check_mark: Custom HEX colors
:check_mark: Custom SVG icons
:check_mark: Custom titles
:check_mark: Custom duration
:check_mark: Custom sounds

Example:

exports['aka-notify']:ShowNotification(
    'Custom message',
    'info',
    {
        title = 'Information',
        color = '#00ffff',
        duration = 5000
    }
)

:link: ESX Compatibility

AKA Notify includes ESX notification support.

Supported:

ESX.ShowNotification()

ESX.ShowAdvancedNotification()

Existing ESX scripts can work without major modifications.


:package: Installation

  1. Download the resource.

  2. Place it inside your resources folder:

resources/
└── aka-notify
  1. Add it to your server.cfg
ensure aka-notify
  1. Restart your server.

:hammer_and_wrench: API

Client Side

Simple notification:

exports['aka-notify']:ShowNotification(
    'Operation successful',
    'success'
)

Advanced notification:

exports['aka-notify']:ShowNotification(
    'Something went wrong',
    'error',
    {
        title = 'Error',
        color = '#ff0000',
        duration = 6000
    }
)

Server Side

Send notification to all players:

TriggerClientEvent(
    'aka-notify:notification',
    -1,
    'Server restart in 5 minutes',
    'warning'
)

:open_file_folder: Resource Structure

aka-notify/

├── fxmanifest.lua
├── config.lua
├── client.lua

└── html/
    ├── index.html
    ├── style.css
    ├── config.js
    ├── script.js

    └── assets/
        └── notif.mp3

:clipboard: Resource Information

Code is accessible: Yes

Subscription-based: No

Lines: ~468

Requirements:

  • FiveM Server
  • ESX Legacy (optional)

Dependencies:

  • None

Support: Yes


:link: Download

GitHub:


:black_heart: AKA Suite

AKA Notify is part of the AKA Suite, a collection of premium FiveM resources focused on:

  • Modern interfaces
  • Smooth animations
  • Performance
  • Customization
  • Immersive gameplay

Made with ❤️ by AKA Studio

2 Likes