Skip to content

Blixt Business

Blixt Business is a coming soon management app for in-game businesses. It is planned as a companion resource that plugs into Blixt through the external app system.

  • Status: COMING SOON.
  • Folder name: blixt-business.
  • Resource name: blixt-business.
  • Requires: Blixt Phone installed first. Tablet support is planned through the same Blixt app system.
  • Support and release questions: Blixt Discord.

Business is not currently sold on the public landing pages. Any release or preview instructions will be posted with the download when it is available.

Business is designed to put business operations inside the Blixt device flow:

  • Employees, ranks, and permissions.
  • Duty roster and shift tracking.
  • Treasury balances and approval flows.
  • Purchase catalogs connected to inventory backends.
  • Payroll previews and pay runs.
  • Audit history and Discord webhook delivery.

When released, Business will start after the core phone resource.

ensure oxmysql
ensure screenshot-basic
ensure pma-voice
ensure blixt
# Release/preview only once available:
set blixt:trusted_resources "blixt-business"
ensure blixt-business

The folder must stay named blixt-business.

Expected dependencies:

  • Required first: blixt.
  • Inherited through blixt: database, framework adapter, character data, and app registration.
  • Frameworks: qbox, qbcore, esx, and standalone are the target support set.
  • Recommended: ox_inventory or another inventory backend for purchase workflows, plus Discord webhooks for audit delivery.

Business needs trust before it can call privileged Blixt server exports.

set blixt:trusted_resources "blixt-business"

If you also run other trusted Blixt apps, comma-separate them:

set blixt:trusted_resources "blixt-business,blixt-racing,my-other-blixt-app"

See Convars and Developer API.

Business is expected to ship with its own resource config for business-specific settings such as starting balances, maximum employees, payout caps, permissions, and audit webhooks. The exact config reference will be published with the release.

Blixt visibility is still controlled from blixt/config.json:

  • Add business to featured app lists to promote it in App Store surfaces.
  • Add business to required home apps if players should not remove it.
  • Add business to disabled app lists if it should be hidden on one device.

Business data can be sensitive. Keep it scoped to the character’s business role.

  • Employees should only see business data their rank permits.
  • Audit logs should describe business actions, not unrelated player metadata.
  • Inventory, wallet, job, and citizen metadata should not leak through the app unless the business workflow explicitly requires that data and the character should be allowed to know it.