create-chimperator-app
v0.1.2
Published
Scaffold a new project with the Chimperator Live brand system — tokens, components, MCP server, and Claude Code integration in one command.
Maintainers
Readme
create-chimperator-app
Single-command scaffolder for projects using the Chimperator Live brand system.
Usage
pnpm create chimperator-app my-projectOr with npm / yarn:
npm create chimperator-app@latest my-project
yarn create chimperator-app my-projectWhat it does
- Scaffolds a Vite + React + TypeScript project
- Installs the Chimperator brand packages (
@chimperator-live-gmbh/tokens+components) - Configures Tailwind CSS with the Chimperator preset
- Optionally sets up shadcn/ui with brand-mapped CSS variables
- Optionally registers the
chimperator-brandMCP server with Claude Code - Writes a
CLAUDE.mdso Claude follows the brand strictly
Requirements
- Node.js 20+
- pnpm 9+ (or npm/yarn)
- GitHub CLI (
gh) — used to authenticate with GitHub Packages - Membership of Chimperator-Live-GmbH GitHub organization (or an Outside Collaborator invite for agencies)
If gh isn't installed, install via Homebrew: brew install gh.
After setup
cd my-project
pnpm dev # see the demo
claude # ask Claude to build a brand-correct pageIn Claude Code, try:
"Bau eine Hero-Section für den Artist OG Keemo. Folge der CLAUDE.md. Brand-Farben aus dem chimperator-brand MCP holen, allowedPairs respektieren, deutsche Headline mit validate_brand_voice prüfen."
Claude will call the MCP server, fetch real brand data, and build the page using only approved colors, fonts, and voice rules.
License
MIT
