create-clanker-support
v1.0.1
Published
Scaffold a Clanker Support starter — a support agent embedded in Next.js, TanStack Start, React Router, Laravel, or FastAPI, in one command.
Maintainers
Readme
create-clanker-support
Scaffold a Clanker Support starter — an AI-powered support agent embedded in the stack of your choice — in one command.
npm create clanker-support@latest
# or: pnpm create clanker-support / yarn create clanker-support / bun create clanker-supportRun with no arguments and it walks you through picking a template, a directory, and (optionally) your widget key. Or go non-interactive:
npm create clanker-support@latest my-app --template nextjs-shadcn --key pk_your_project_keyTemplates
| --template | Stack |
| --- | --- |
| nextjs-shadcn | Next.js 15 · App Router · shadcn/ui |
| tanstack-start | TanStack Start · Vite |
| react-router | React Router 7 · Vite · SSR |
| laravel | Laravel 12 · Blade · Composer package |
| fastapi | FastAPI · Jinja2 · pip package |
Options
| Flag | Meaning |
| --- | --- |
| -t, --template <name> | Template to scaffold (skips the prompt) |
| -k, --key <pk_…> | Widget key to write into the new project's .env |
| -y, --yes | Accept defaults, skip the key prompt (for CI/scripts) |
| -h, --help | Show help |
| -v, --version | Print the version |
Your project's public widget key comes from the dashboard (Project → Embed) and is safe to expose. Pass it with --key to get a ready-to-run project, or add it to the generated .env yourself afterward.
Templates are pulled from theopenco/clankersupport-templates. See the templates gallery for one-click deploy buttons.
License
MIT
