Full Dashboard Shell
Start with @openorca-ui/theme for the branded OpenOrca experience with provider, layout, and styles already composed.
Build branded operator dashboards, run in demo mode, or connect a runtime bridge such as LiveKit Agents.
OpenOrca UI is a frontend-first framework for agent operations dashboards. It is built as three packages:
@openorca-ui/core for shared domain and runtime contracts@openorca-ui/react for reusable OpenOrca components and hooks@openorca-ui/theme for the branded provider and full dashboard shellMost users should start with @openorca-ui/theme.
@openorca-ui/core -> shared types, runtime contracts, state model
@openorca-ui/react -> reusable operational UI and hooks
@openorca-ui/theme -> branded provider, shell, default dashboardOpenOrca is the UI layer, not the runtime. In runtime mode, the dashboard expects:
LiveKit Agents is the primary documented backend path, but the contracts remain runtime-agnostic so any bridge can target the same UI surface.