Skip to content
Nexobiz Studio Explore Nexobiz

SaaS infrastructure

Platform CMS Without a Second Admin

Problem

Portfolio and authority content needed a public site without standing up another login or CMS stack.

Approach

Reuse Developer Console auth, platform_* tables, and Blade SSR on a reserved subdomain.

Solution

Nexobiz Studio — a console module with draft/preview/publish, versions, and published-only APIs.

Architecture

studio.nexobiz.cloud routes on the same app. Public JSON never returns draft rows.

Implementation

Structured entities, media on the existing public disk, audit logs with before/after payloads.

Results

No duplicate authentication. Tenant administrators cannot reach Studio CMS.

The control plane stayed one place. The public site became a publishing surface, not a second product.

Platform practice · Nexobiz Studio