RoLayer Developer Preview

Link verified Roblox identities to the right workspace, project, and environment.

RoLayer is a clean-architecture control plane for Roblox projects. It is currently in active development and focused on secure team access, project tenancy, and verified identity linking.

This preview site exists to support development, OAuth setup, and internal testing. Public product features are not yet available.

Current surface

  • Clerk-backed human sign-in and workspace tenancy
  • Verified Roblox account linking in progress
  • Project and environment selection foundation
  • Supabase-backed control-plane data
  • No gameplay admin or DataStore tooling in this preview

Identity

Roblox user IDs are verified from OAuth/OIDC claims, not from usernames or display names.

Tenancy

Workspace and project access are resolved through explicit memberships rather than UI-only checks.

Boundaries

RoLayer Core stays free of game-specific content so projects compose behavior explicitly.