Official starter templates for Kuralle — the TypeScript framework for conversational AI agents.
You don't clone this repo directly. Scaffold a project with the CLI:
npm create kuralle-agents@latest my-appIt fetches the template you pick from this repo (via giget), sets your project name, and prints the next steps.
| Template | What it is |
|---|---|
nextjs-chatbot |
A Next.js chat app wired to a Kuralle agent — streaming UI, thread history, and Postgres-ready persistence. |
This repo is generated — don't hand-edit templates here. They come from apps/templates/* in the framework monorepo: workspace:* deps are rewritten to the matching published @kuralle-agents/* version, and .gitignore is stored as _gitignore (the CLI restores it on scaffold). Run npm run build-starter in the framework repo, then publish here and tag the matching vMAJOR.MINOR.
MIT