create-kognitive
v0.2.28
Published
Scaffold a new Kognitive AI project
Maintainers
Readme
create-kognitive
Scaffold a new Kognitive AI project.
Usage
bunx create-kognitive my-app
bunx create-kognitive my-app --provider anthropic
bunx create-kognitive my-app --template minimal --provider anthropic --with-memoryOptions
--template <name>—next-chat(default) orminimal--provider <name>—openai(default),anthropic,openrouter--with-memory— include cognitive memory backend config for the legacyminimaltemplate--with-rag— include RAG pipeline dependencies for the legacyminimaltemplate--skip-install— don't run bun install
Default starter
bunx create-kognitive my-app now generates a Next.js App Router chat app with a high-fidelity, ChatGPT-style shell built on:
@kognitivedev/nextfor runtime registration and/api/kognitive/*@kognitivedev/uifor the provider, primitives, and threaded runtime- a network-routed assistant pack with tools, approvals, attachments, and persisted threads
- dark mode by default, with a matching light shell included
Use --template minimal if you specifically want the older bare TypeScript scaffold.
