create-eidentic
v0.3.0
Published
Scaffold a new Eidentic agent project — `npm create eidentic@latest` for default, Next.js chat, or Bun agent templates.
Maintainers
Readme
create-eidentic
Scaffold a new Eidentic agent project with a single command — choose your model provider and project template, then get a ready-to-run TypeScript project with an agent, store, and dev configuration wired up.
Usage
npm create eidentic@latest my-agent
# or
npx create-eidentic my-agentFollow the interactive prompts to choose:
- Provider: anthropic | openai | google | deepseek | mistral
- Template:
default— directory-first local agent with instructions, runtime config, and an example toolnextjs-chat— Next.js App Router chat UI with@eidentic/nextjs+useChatbun-agent— Bun-native agent script with@eidentic/sqlite
Non-interactive
npm create eidentic@latest my-agent -- --provider anthropic --template nextjs-chatAfter scaffolding
cd my-agent
pnpm install
# Set your API key, e.g.:
export ANTHROPIC_API_KEY=sk-ant-...
pnpm devLinks
Apache-2.0
