Reference

Documentation

Quick reference for operating FiveMCreator at scale.

Getting started

  1. Sign in with Discord or email at /login.
  2. Open the console and brief the orchestrator.
  3. Review files in the Monaco workspace, follow the flow map, refine in the assistant.
  4. 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 -d

Set 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.