vestige/docs/marketing/assets/CAPTURE.md
Sam Valladares 00511948ff Add developer launch kit for Vestige v2.1.23
Dual-wave marketing assets (Receipt Lock + cognitive memory), GitHub Pages
landing, comparison doc, ready-to-post copy, growth-engine scripts, and a
dedicated marketing Vestige data-dir setup path.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-02 12:38:18 -05:00

1.5 KiB
Raw Blame History

Demo GIF / Video Capture Guide

Record these on a machine with Vestige v2.1.23 installed and ~20 pre-loaded memories (see docs/launch/demo-script.md pre-load section).

Prerequisites

npm install -g vestige-mcp-server@latest
vestige health
claude mcp add vestige vestige-mcp -s user
open http://localhost:3927/dashboard

Assets to produce

File Duration What to show
receipt-lock.gif 812s loop Agent claims "tests passed" → Sanhedrin veto → ~/.vestige/sanhedrin/latest.html receipt
dashboard-dream.gif 1015s loop Graph view → trigger dream in Claude → purple dream mode, golden connection lines
memory-born.gif 58s Feed tab: MemoryCreated WebSocket event + new node burst on graph
demo-full.mp4 6090s Full script: docs/launch/demo-script.md Version 2 (3-minute cut to 90s)
# Screen recording → convert to GIF (install: brew install ffmpeg)
ffmpeg -f avfoundation -i "1" -t 12 -vf "fps=10,scale=1280:-1" -y /tmp/vestige-rec.mov
ffmpeg -i /tmp/vestige-rec.mov -vf "fps=8,scale=960:-1:flags=lanczos,split[s0][s1];[s0]palettegen[p];[s1][p]paletteuse" -loop 0 docs/marketing/assets/dashboard-dream.gif

Static fallback

If GIFs are not ready for launch, export one PNG from the dashboard graph view:

# Browser screenshot → save as:
docs/marketing/assets/dashboard-static.png

Commit GIFs when ready; README and landing page reference these paths.