cascivo documentation

The CSS-native, signal-driven, AI-first React design system.

Copy-paste via the CLI (you own the source)

npx cascivo init
npx cascivo add button card

cascivo init writes cascivo.config.ts and installs the runtime dependencies — @cascivo/core, @cascivo/tokens, @cascivo/themes, and the @preact/signals-react peer — plus cascivo as a dev dependency for the config types. It auto-detects your package manager (pnpm / yarn / npm / bun), including inside a workspace.

Prebuilt package (no copying)

pnpm add @cascivo/react @cascivo/themes @preact/signals-react

Charts are a separate install: pnpm add @cascivo/charts.

Full guide (fetchable markdown): /docs/getting-started.md.