All Systems Operational
Powered By
profound-logo
profound-logoProfound CMS
⌘K
Admin

Feat Organization

Manage tenant context, organization membership, and website workspaces inside the CMS admin.

Continue Reading
Previous‹Feat Translator

Hybrid

Setup Hybrid CMS ProjectParametric Pages with ComponentsTypes of ComponentsSetup server sent events (SSE) content refetchSetup admin panel proxyStatic Rendering with Edit Mode SupportScripting in Template BuilderGetting Started Hybrid

Headless

Quick startSplit Screen JSON Component Builder with LLMComponent Zod Pull

MCP

MCP with Claude Code / Codex

Feature

Documentation Site TemplateFeature Template BuilderTranslation ServiceOrganizations & Website Heirarchy

Motivation

Our Approch

Terminology

'Hybrid' vs 'Headless'

Organizations and Websites

Why it exists

The CMS is organized around organization and website workspaces. Users need a tenant-aware shell before they can create routes, content, or deployments.

Use this when

  • A user needs to switch between websites
  • A new website must be created within an organization
  • The admin shell needs organization-aware navigation
  • Profile and organization context must be loaded before feature work

What it includes

  • Organization-aware sidebar navigation
  • Website selection in the admin shell
  • Website creation flow
  • Website profile and summary data on the dashboard
  • Organization and website tRPC procedures

Core workflow

  1. Resolve the signed-in user.
  2. Load the user's profile and organization membership.
  3. Fetch websites for that organization.
  4. Let the user switch workspace context or create a new website.
  5. Scope downstream admin features to the selected website ID.

System surfaces

  • CMS admin sidebar and dashboard
  • Website CRUD procedures in the tRPC layer
  • Organization lookup used during session bootstrapping