Skip to content
New Project

eve Slack Agent

An eve template for Slack agents with webhook handling, Vercel Connect, a starter agent, and an example tool ready to deploy on Vercel.

DeployView Demo

This is a Slack agent template for eve.

Getting Started

First, link the project and pull environment variables:

vercel link
vercel env pull

Then, run the development server:

pnpm dev

You can start editing the agent by modifying agent/agent.ts. Its behavior is defined in agent/instructions.md, and tools live in agent/tools/. The agent auto-updates as you edit the files.

This project uses the Eve framework's bundled guides — see node_modules/eve/dist/docs/public/ after installing dependencies.

Learn More

To learn more about eve, take a look at the following resources:

  • Eve Documentation - learn about Eve features and API.
  • Vercel Connect - manages the Slack channel's credentials in this template.

You can check out the Eve GitHub repository - your feedback and contributions are welcome!

GitHub
Ownervercel-labs
Repositoryeve-slack-agent-template
Use Cases
AI
Stack
Eve

Related Templates

Next.js Boilerplate

Get started with Next.js and React in seconds.
Next.js Boilerplate thumbnail

Image Gallery Starter

An image gallery built on Next.js and Vercel Blob.
Image Gallery Starter thumbnail

Chatbot

A full-featured, hackable Next.js AI chatbot built by Vercel
Chatbot thumbnail
DeployView Demo