Getting started with eve
Draft content in your voice from Slack with eve
Deploy the eve content agent template, a Slack bot that drafts blog posts, LinkedIn posts, release notes, and newsletters in your house voice from Notion, using Vercel Connect, Vercel Blob, and AI Gateway.
Build your first Slack agent with eve
Deploy the eve Slack agent template: a starter Slack bot built on the eve framework with an example tool and skill.
How to build with eve
How to add skills to your eve agent
Add skills to an eve agent by creating a file under agent/skills/ or installing a published skill with the npx skills add CLI.
How to add tools to your eve agent
Add tools to an eve agent by creating a TypeScript file under agent/tools/ with defineTool, and gate sensitive ones on human approval with needsApproval.
How to use subagents with eve
Learn how to use subagents with eve, including the built-in agent tool, declared specialist subagents, the isolation boundary, when to split work into a subagent, and how to verify delegation.
Build with a eve Template
Content Agent Template
A Slack bot that drafts blog posts, LinkedIn posts, release notes, and newsletters in your house voice with Notion.
Personal Agent Template
A durable AI assistant with long-term memory. Chat on the web or Slack, query Linear, and pick up where you left off.
GitHub PR Triage Agent Template
An eve agent that triages pull requests. When a PR is opened it reads the diff, applies labels, and posts one structured triage comment.
Slack Agent Template
A starter Slack bot built on Eve, with one example tool and one skill. Deploy it, @mention it, and start building.
Next.js Starter Template
A persisted Next.js chat template for Eve, built with shadcn/ui, Tailwind CSS, Streamdown, Better Auth, Drizzle, Neon, and Upstash Redis.