UI & ecosystem

UI Framework SDKs

Streaming state for React, Vue, Svelte and Angular

UI helpers manage interactive state above a trusted transport. They do not bypass the product backend, workspace governance or model capability checks.

React

Install the React package for chat and object-stream primitives.

npm install @octoryn/react@0.2.1

Interaction primitives

Structured outputs are supported through schema validation. Structured object streams, resume, regenerate, edit and custom transport are supported alongside text streaming. Optional transforms and smoothing let applications tune presentation without changing Router protocol semantics.


Custom transport

Route UI requests through the product backend so it can authenticate the user, authorize product data and attach a server-held Router credential.


Other frameworks

Vue, Svelte and Angular adapters follow the same state and transport contract. iOS and Android use their native clients and product-owned presentation state.

NextFramework integrations