Example Projects Overview
Each example project is a complete repository you can clone, run against a dev environment and
adapt. They are written to be read: comments explain the decisions, not the syntax.
Available projects
Section titled “Available projects”| Project | Demonstrates | Stack |
|---|---|---|
| Support Triage Agent | Custom tools, structured output, human escalation | TypeScript, Postgres |
| MCP-Powered Analytics | MCP catalog install, read-only data access, streaming UI | TypeScript, Next.js, DuckDB |
Common prerequisites
Section titled “Common prerequisites”node --version # 20 or laternpm install -g @velerion/clivelerion loginvelerion env use devEvery example reads its configuration from .env.local, and each repository ships a
.env.example listing the variables it needs. None of them require production access.
