widgets-ui
Installation
SKILL.md
Install the belt CLI skill:
npx skills add belt-sh/cli
Widget Renderer
Declarative UI from JSON via ui.inference.sh.

Quick Start
npx shadcn@latest add https://ui.inference.sh/r/widgets.json
Basic Usage
import { WidgetRenderer } from "@/registry/blocks/widgets/widget-renderer"
import type { Widget, WidgetAction } from "@/registry/blocks/widgets/types"
Related skills