Skip to content

SDUI Kit

SDUI Kit is a framework-agnostic runtime for Server-Driven UI.

Use the core package to define the JSON protocol, actions and expressions. Choose a framework adapter to render the payload with your own components.

Live demo: React Basic.

bash
pnpm add @sdui-kit/core @sdui-kit/react
bash
pnpm add @sdui-kit/core @sdui-kit/vue

Use the framework selector in the top navigation for adapter-specific setup.

ts
import { SDUIProvider, SDUIRenderer, createReactRegistry } from '@sdui-kit/react'
ts
import { SDUIProvider, SDUIRenderer, createVueRegistry } from '@sdui-kit/vue'

Common Paths