Skip to main content
Generates a server-side HTML shell builder inside the @frontmcp/ui-shells package. Shells use buildShell from @frontmcp/uipack — no React dependency.

Usage

Options

Generated Files

admin-dashboard.shell.ts
index.ts

Auto-Updates

The generator also updates three files in your workspace:
  1. ui/shells/project.json — adds the entry to additionalEntryPoints in both build-cjs and build-esm targets
  2. tsconfig.base.json — adds a path alias @frontmcp/ui-shells/admin-dashboard
  3. ui/shells/src/index.ts — appends export * from './admin-dashboard'

Consuming

Example