CreatorOS documentation
CreatorOS is a multi-tenant Creator OS + Community + Store + Social + FiveM platform. One installation hosts many workspaces (tenants); each workspace owns its creator profiles, communities, game servers, store, connected social accounts, automations and team.
Guides
- Architecture — how the PHP app is put together, tenancy, queue, providers.
- Store & payments — products, Stripe Checkout/Billing, webhooks, entitlements, delivery.
- FiveM resource — install the server resource, convars, privacy, entitlement delivery.
- Social connections — per-platform OAuth setup, scopes, approval requirements.
- AI — copilot, content studio, graphics, onboarding wizard, usage limits.
- Automation — triggers, conditions, actions, recipes, run logs.
- Verification — age / identity verification flow (outcome-only storage).
- Public API — scoped API keys, endpoints, outbound webhooks.
- Platform admin — tenants, plans, flags, jobs, webhooks.
- Runbook — deploy, worker, backups, restore, troubleshooting.
Quick start (owner)
- Register at
/register, then create a workspace at/onboarding. - Fill in your creator profile (
/dashboard/profile) — it is live at/@handle. - Connect Twitch/YouTube/Discord under Connected accounts.
- Add products under Store, add Stripe keys to
.env, and register the webhook. - Add a game server under Game servers and install the FiveM resource.
- Install the "When I go live" recipe under Automations.
Demo data: php bin/seed creates the "Los Santos Elite RP" demo workspace (all demo rows are marked [DEMO]).