Status

The SolidJS package does not yet publish a command-line executable.

The existing npx @cloudflare/kumo CLI belongs to the React package and emits React block source. Do not use it to install blocks into a SolidJS application.

Current Workflow

Use package imports for versioned components:

import { Button, Dialog, Input } from "@photon-ai/kumo-solid";

Solid blocks are currently copied from packages/kumo-docs-astro/src/components/kumo/ into the consuming project. The component registry remains available through this site’s JSON endpoint:

curl http://localhost:4321/api/component-registry

Registry Explorer

The interactive terminal below runs entirely in the browser. It previews the component-registry and block commands intended for a future Solid-aware CLI; it does not install files.

Kumo CLI v1.0.0 - Type "kumo help" for commands
$

Tip: Use arrow keys for command history, Ctrl+L to clear