Skip to content

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.

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
Terminal window
node --version # 20 or later
npm install -g @velerion/cli
velerion login
velerion env use dev

Every 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.