Twitter/X

Author @allenzhou101 (published 2026-06-18) says eve provides Slack app…

Brief

Eve is a framework for building Slack agents that handles app provisioning, OAuth, and event handling with minimal TypeScript. The example repo structure (agent/ with agent.ts and instructions.md, plus tools/, skills/, channels/) is designed for quick deployment via a Vercel template (vercel.com/templates/eve/eve...), and a short demo video is provided.

Why it matters

Author @allenzhou101 (published 2026-06-18) says eve provides Slack app provisioning, OAuth, and event handling with just a couple lines of TypeScript.

Key details

  • Project scaffold shows an agent/ directory (agent.ts, instructions.md) plus tools/, skills/, channels/ and a Vercel deploy template at vercel.com/templates/eve/eve...
Source evidence

Build your next Slack agent with eve

Get Slack app provisioning, OAuth, and event handling with just a couple lines of .ts:

𝚊𝚐𝚎𝚗𝚝/
𝚊𝚐𝚎𝚗𝚝.𝚝𝚜
𝚒𝚗𝚜𝚝𝚛𝚞𝚌𝚝𝚒𝚘𝚗𝚜.𝚖𝚍
𝚝𝚘𝚘𝚕𝚜/
𝚜𝚔𝚒𝚕𝚕𝚜/
𝚌𝚑𝚊𝚗𝚗𝚎𝚕𝚜/

Deploy the template:

vercel.com/templates/eve/eve…

Video