Templates

Chat

A persisted Next.js chat template for eve, built with shadcn/ui, Tailwind CSS, Streamdown, Better Auth, Drizzle, Neon, and Upstash Redis.

View GitHub
  • Web chat
  • Slack
  • Linear
  • Notion
  • Sentry
Model
anthropic/claude-sonnet-5
Authored files
9

Filesystem

Browse the authored files at revision f7c164a.

agent/agent.tstypescript
import { defineAgent } from "eve";

export default defineAgent({
  model: "anthropic/claude-sonnet-5",
});