/canvai-dev
Start the Canvai dev server and stay in chat mode.
Steps
- •
Kill any existing canvai/vite processes to avoid port conflicts:
bashpkill -f "canvai dev" 2>/dev/null; pkill -f "vite" 2>/dev/null; pkill -f "http-server.js" 2>/dev/null
It's fine if these fail (nothing was running).
- •
Start the dev server in the background:
bashnpx canvai dev
- •
Confirm: "Dev server running. Canvas at http://localhost:5173"
- •
Check for pending annotations: Call
get_pending_annotationsto process any that arrived before the session started. - •
Stay in chat mode. The designer can chat, ask questions, and request changes. Periodically call
get_pending_annotationsbetween tasks to check for new annotations from the canvas. For rapid annotation sessions, the designer can run/canvai-watch.