Skip to content

Resource Wizard

New Resource (inside an open project) scaffolds a ready-to-edit resource with your choice of framework, runtime, and UI stack.

  1. Name — resource name, description, author, and target folder.
  2. Framework — QBCore, ESX, VORP, or Standalone.
  3. Type and stack — resource type (basic, job, shop, minigame, UI, command, vehicle), script runtime (Lua, JavaScript, TypeScript, C#), and an optional NUI stack (HTML/CSS/JS, React + TS, React + JS).
  4. Create — review the generated tree and create it.
  • An fxmanifest.lua matched to your runtime and UI stack.
  • Runtime boilerplate for the chosen language.
  • NUI files in html/ (HTML/CSS/JS) or web/ (React).
  • An optional SQL schema when enabled.

After creating, the AI can help in three ways, each through the normal review-and-approve flow:

  • Handoff — opens the assistant with a prefilled setup prompt.
  • Patch — targeted follow-up edits with reviewable diffs.
  • Modules — add feature modules (jobs, shop, inventory, logging) under a features/<module>/ convention.