Skip to main content

Crowded Kingdoms Management UI

The Management UI is the web portal at https://crowdedkingdoms.com (and tier-specific hosts such as https://app.dev.crowdedkingdoms.com on dev). Studios and players use it to manage accounts, organizations, marketplace access, billing, and apps on the shared platform — the managed Game API where your games run, scoped by appId.

Who uses it

AudienceTypical tasks
Players / end usersRegister, confirm email, manage profile, browse the marketplace, purchase app access.
Studio membersOrg dashboards: create apps, manage members, API tokens, org wallet, budgets, quotas, and app settings.

Org permissions control which tabs a member sees (for example, only owners can invite members or top up the wallet). The Management API enforces the same rules; the UI is a convenience layer on top of GraphQL.

New studio owner journey

  1. Register and sign in — create your account at /register (passwordless magic link or social sign-in).
  2. Join or create an organization — share your User ID with an org owner to get invited, or create a new studio from My Orgs (/orgs).
  3. Get started — app-first wizard: name your game, complete billing setup if required, create on the shared platform.
  4. Connect clients — mint an app-scoped token and point your game at the shared Game API URL.

You are not dropped into the marketplace by default when you have no org — the portal guides you toward studio setup.

Main areas

  • Account (/account/*) — profile, access you have purchased. Legacy account-level Payments (donations, property tokens) is no longer offered in the UI; studio spend uses the org wallet.
  • Marketplace (/marketplace) — discover apps and buy access (Stripe or PayPal).
  • Organizations (/orgs/:orgSlug) — studio operations: apps, members, tokens, wallet, budgets, quotas, settings, and Get started (/orgs/:orgSlug/get-started).

Game runtime (chunks, voxels, actors, UDP) is not configured in this portal; clients connect to the Game API and Replication API using an app-scoped token minted from a login session (org-issued credentials are management-plane only and cannot drive gameplay) — see Portals & app-scoped tokens.

Next steps