Reference
Documentation
Quick reference for operating FiveMCreator at scale.
Getting started
- Sign in with Discord or email at /login.
- Open the console and brief the orchestrator.
- Review files in the Monaco workspace, follow the flow map, refine in the assistant.
- Click Export ZIP for a signed, drop-ready resource folder.
Frameworks
- QBCore — uses
exports['qb-core']:GetCoreObject(), qb-target, qb-menu. - ESX — uses
ESX.GetPlayerFromId, esx_menu_default, ox_lib. - Standalone — pure FiveM natives, no framework deps.
Self-hosting
Run the full stack with Docker:
docker compose up -dSet env from .env.example to enable AI, Stripe, and Discord auth. Bring your own keys via OPENAI_API_KEY and OPENAI_BASE_URL for any OpenAI-compatible endpoint.
Routing & models
The orchestrator routes prompts to the right model based on context length, latency budget, and reasoning depth. Change the active model from the console header.