Inspector Workspace
Edit-first workspace with one main editor pane, a factual inspector rail, and a commit band.
LLM handoff
Copy a concise page brief or the full MDX source without digging through the docs shell.
Workspace
Edit one primary object with a persistent contextual rail.
Keep the form or editor in the dominant pane. Let the right rail stay factual.
Changes are staged but not published.
InspectorWorkspace is the route shell for settings, configuration, and object editing. Keep the main task in the primary pane. Let the right rail stay factual and subordinate.
Installation
Install
Purchase access, then open /account/install to issue a registry token.Usage
import { InspectorWorkspace } from "@/registry/swiss/blocks/inspector-workspace"<InspectorWorkspace
header={<UtilityRouteHeader title="Workspace" />}
content={<EditorPane />}
inspector={<RecordFactsTable rows={rows} />}
footer={<ActionBar />}
/>