Skip to main content

Current status

Rixx UI is pre-alpha software. @rixx-ui/react@0.1.0-alpha.0 and @rixx-ui/react-devtools@0.1.0-alpha.0 are published publicly on npm under the alpha dist-tag.
The RUI language, protocol, and core catalog use the separate experimental identifier 0.1. That identifier is not an npm package release or a stability promise.

Intended consumer surface

The intended direction is centered on MarkdownRenderer, RUIRenderer, defineCatalog, defineComponent, defineAction, defineRegistry, defineRUI, and the server-safe helpers. Low-level snapshot, store, compiler, and protocol surfaces remain advanced and may change during pre-alpha.

Before production adoption

  • Pin the exact alpha version during evaluation.
  • Treat all APIs as subject to change before a stable release.
  • Review the renderer contract and threat model.
  • Implement server-side authorization, confirmation, idempotency, resource policy, and telemetry redaction in the host.
  • Run framework, accessibility, browser, and package-boundary tests for the target application.
The documentation is hosted at docs.rixxui.com. There is no hosted playground or public service endpoint yet.