Draft support replies with AI; route edge cases to a human review queue. Live in vocion-demos.
High-volume pain point, immediate workload reduction. Shows that Vocion is not just text generation — it handles control flow + human review. Every reply is traceable to the exact prompt version that produced it.
vocion-demos/demos/support-reply/
context/support-demo/
context.yaml
operations/
summarize-ticket/{skill.yaml, prompt.md}
draft-reply/{skill.yaml, prompt.md}
workflows/
support-triage/workflow.yaml
sample-tickets/ # 8 realistic tickets (shipping, refund,
T-1001-shipping-delay.md # billing, angry escalation, thank-you, etc.)
...
scripts/dev.sh # boots the demo on :3001The demo runs against the umbrella repo's docker-compose Postgres. Two minutes from clone to dashboard:
git clone --recurse-submodules https://github.com/vocion/vocion-local.git
cd vocion-local
./bootstrap.sh
docker compose up -d
cd vocion-demos/demos/support-reply && ./scripts/dev.shSign in at https://demo.vocion.ai/sign-in — the demo creds banner autofills demo@example.com / demo123.
./bootstrap.sh. A hosted "click and try" URL ships with vocion-cloud (next phase).