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
Section titled “Status”- 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.
What it does
Section titled “What it does”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.
Planned install order
Section titled “Planned install order”When released, Business will start after the core phone resource.
ensure oxmysqlensure screenshot-basicensure pma-voice
ensure blixt
# Release/preview only once available:set blixt:trusted_resources "blixt-business"ensure blixt-businessThe folder must stay named blixt-business.
Dependencies
Section titled “Dependencies”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_inventoryor another inventory backend for purchase workflows, plus Discord webhooks for audit delivery.
Important convars
Section titled “Important convars”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.
Configuration
Section titled “Configuration”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
businessto featured app lists to promote it in App Store surfaces. - Add
businessto required home apps if players should not remove it. - Add
businessto disabled app lists if it should be hidden on one device.
Privacy and roleplay rules
Section titled “Privacy and roleplay rules”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.
Related resources
Section titled “Related resources”- Blixt Phone: required core resource.
- Blixt Tablet: free companion device.
- Blixt Racing: coming soon racing app.