Skip to main content
Rixx UI turns accumulated Markdown or compact RUI source into accessible React content. It is provider-neutral: your application owns model calls, transport, messages, tools, authentication, persistence, and business logic.

Render Markdown

Replace an existing prose rendering path with safe CommonMark and GFM.

Render structured UI

Stream validated layouts, data views, forms, charts, and host components.

Extend the catalog

Define model-visible contracts separately from trusted React implementations.

Understand the boundary

Keep generated content declarative and all effects under host control.

Two rendering paths

Use MarkdownRenderer for prose. Use RUIRenderer when the response needs a constrained visual grammar, trusted data bindings, registered actions, or custom host components.

What Rixx UI does not do

Rixx UI is not a chat framework, model gateway, agent runtime, tool executor, database, or hosted application platform. Generated actions are requests; they never authorize or execute effects. Raw HTML, MDX, JavaScript, CSS, dynamic imports, and model-defined executable behavior are not accepted.
The packages are currently private pre-alpha software at 0.0.0 and are not published. See release status before planning a production dependency.

Next steps

Start with the quickstart, then read about accumulated streaming and the security model.