Start Here
Kortyx is an opinionated framework for teams building production AI features that need explicit behavior, predictable runtime flow, and strong control over providers, streaming, and state.
Choose your path
- New project setup: Installation
- First end-to-end flow (recommended for live chunking): Quickstart (Next.js API Route)
- Server Action variant (buffered return, no live chunk UI): Quickstart (Next.js Server Action)
- Build mental model first: Core Concepts
- Implement task-oriented features: Guides
- Harden for production: Production
- Verify exact APIs and protocols: Reference
Stack direction
- Next.js: fastest path for an initial app integration.
- Express/Fastify: strong fit for server-heavy orchestration and infrastructure-owned deployments.
- Start with streamChat
- Then configure Runtime Persistence Adapters
Good to know: The docs are TypeScript-first and prioritize system-builder workflows with production reliability in mind.