Package Overview
Updated 29 days ago • April 23, 2026
This page maps the current OSS packages in this monorepo.
Recommended import strategy
- Server/runtime app code: import from
kortyx - Browser-safe low-level chunk helpers: import from
kortyx/browser - React client state and chat helpers: import from
@kortyx/react
Package map
Notes about current implementation
- Providers: install provider packages per need (for example
@kortyx/google). - Business persistence: own it in your app; Kortyx only provides runtime/framework persistence.
- React apps should start with
@kortyx/reactbefore reaching for raw browser stream reducers. - See React Client for the recommended
useChat(...)anduseStructuredStreams()path. - Stream structured-data schema currently has a built-in
jobsdiscriminated type; apps may still emit custom structured payloads.