@coral-ai/create
v0.5.0
Published
Scaffold a new Coral project from a curated template (chat, shell, chat-and-shell).
Readme
@coral-ai/create
Scaffold a new Coral project from a curated template.
npm create @coral-ai my-app chat
# or
npm create @coral-ai my-app shell
# or
npm create @coral-ai my-app chat-and-shell
# or
npm create @coral-ai my-app multi-agent-chatBoth arguments are optional — invoke without args to get an interactive prompt.
Templates
| Template | What you get |
| ----------------- | ------------------------------------------------------------------ |
| chat | Full-screen Chat surface with a stub agent |
| shell | Provider + navbar + left/right panels + routed content |
| chat-and-shell | Coral shell with a Chat surface mounted in the right panel |
| multi-agent-chat| FastAPI + Claude 4-agent pipeline w/ HITL approvals, recharts, MSAL |
Flags
npm create @coral-ai [dir] [template] [--pm <npm|pnpm|yarn|bun>] [--no-install] [--no-git] [--force]After scaffolding
Scaffolded projects ship @coral-ai/cli as a devDependency, so you can add more recipes later without touching the scaffolder:
cd my-app
pnpm install
pnpm coral add markdownLicense
MIT — see LICENSE.
