╔══════════════════════════════════════════════════════════════════╗
║                                                                  ║
║               VHS DEMO GENERATION QUICK CARD                     ║
║                                                                  ║
╚══════════════════════════════════════════════════════════════════╝

┌──────────────────────────────────────────────────────────────────┐
│ GENERATE DEMOS                                                   │
├──────────────────────────────────────────────────────────────────┤
│                                                                  │
│ All demos:                                                       │
│   cd demos && make all                                           │
│                                                                  │
│ Just Vancouver.Dev presentation:                                 │
│   cd demos && make vancouver                                     │
│                                                                  │
│ Individual demos:                                                │
│   make quickstart    # 30s quick start                           │
│   make features      # 60s feature showcase                      │
│   make before-after  # 45s comparison                            │
│   make social        # 20s social media                          │
│                                                                  │
│ Manual generation:                                               │
│   vhs demos/vancouver-dev-demo.tape                              │
│                                                                  │
└──────────────────────────────────────────────────────────────────┘

┌──────────────────────────────────────────────────────────────────┐
│ DEMO FILES                                                       │
├──────────────────────────────────────────────────────────────────┤
│                                                                  │
│ 📼 caro-quickstart.tape          30s, README/docs               │
│ 📼 caro-features.tape            60s, product page              │
│ 📼 vancouver-dev-demo.tape  ⭐   90s, YOUR PRESENTATION         │
│ 📼 caro-before-after.tape        45s, investor pitch            │
│ 📼 caro-social.tape              20s, Twitter/LinkedIn          │
│                                                                  │
└──────────────────────────────────────────────────────────────────┘

┌──────────────────────────────────────────────────────────────────┐
│ VANCOUVER.DEV DEMO HIGHLIGHTS                                    │
├──────────────────────────────────────────────────────────────────┤
│                                                                  │
│ ✅ 90 seconds (perfect for 5-min talk)                          │
│ ✅ Community messaging ("builders, not just users")             │
│ ✅ Sub-agent philosophy (specialized, not replacement)          │
│ ✅ "Not just a prompt" (skills, tools, rules, community)        │
│ ✅ Beautiful ASCII banners                                       │
│ ✅ Real working commands (battle-tested)                         │
│ ✅ Stats & ROI ($1.5M-$3M savings)                              │
│ ✅ Clear CTA (star, test, share, contribute)                    │
│                                                                  │
└──────────────────────────────────────────────────────────────────┘

┌──────────────────────────────────────────────────────────────────┐
│ QUICK CUSTOMIZATION                                              │
├──────────────────────────────────────────────────────────────────┤
│                                                                  │
│ Convert to MP4 (better for slides):                              │
│   Edit tape file:                                                │
│   Output demos/demo.mp4   # Instead of .gif                      │
│                                                                  │
│ Speed up for social:                                             │
│   Set PlaybackSpeed 1.5                                          │
│                                                                  │
│ Bigger text for projection:                                      │
│   Set FontSize 28                                                │
│   Set Width 2000                                                 │
│   Set Height 1200                                                │
│                                                                  │
│ Change theme:                                                    │
│   Set Theme "Monokai"                                            │
│   Set Theme "Solarized"                                          │
│   Set Theme "One Dark"                                           │
│                                                                  │
└──────────────────────────────────────────────────────────────────┘

┌──────────────────────────────────────────────────────────────────┐
│ USE CASES                                                        │
├──────────────────────────────────────────────────────────────────┤
│                                                                  │
│ 🎤 Presentation backup:                                          │
│    - Generate vancouver-dev-demo.gif                             │
│    - Keep on desktop                                             │
│    - Show if live demo fails                                     │
│                                                                  │
│ 🐦 Social media:                                                 │
│    - Generate caro-social.gif                                    │
│    - Tweet after Vancouver.Dev                                   │
│    - Share on LinkedIn, Reddit                                   │
│                                                                  │
│ 📚 Documentation:                                                │
│    - Generate caro-quickstart.gif                                │
│    - Embed in README.md                                          │
│    - Add to docs site                                            │
│                                                                  │
│ 💼 Investor pitch:                                               │
│    - Generate caro-before-after.gif                              │
│    - Show ROI ($1.5M-$3M)                                        │
│    - Emphasize productivity gains                                │
│                                                                  │
└──────────────────────────────────────────────────────────────────┘

┌──────────────────────────────────────────────────────────────────┐
│ TROUBLESHOOTING                                                  │
├──────────────────────────────────────────────────────────────────┤
│                                                                  │
│ ❌ "cmdai not found"                                             │
│    cargo build --release --features embedded-mlx                 │
│                                                                  │
│ ❌ Commands fail "Unable to generate"                            │
│    ./target/release/cmdai "test" # Warm up model first           │
│                                                                  │
│ ❌ GIF too large                                                 │
│    - Reduce width/height                                         │
│    - Use MP4 instead                                             │
│    - Increase playback speed                                     │
│                                                                  │
│ ❌ VHS not installed                                             │
│    brew install vhs                                              │
│                                                                  │
└──────────────────────────────────────────────────────────────────┘

┌──────────────────────────────────────────────────────────────────┐
│ BEFORE VANCOUVER.DEV                                             │
├──────────────────────────────────────────────────────────────────┤
│                                                                  │
│ [ ] Generate demo: cd demos && make vancouver                    │
│ [ ] Preview: open vancouver-dev-demo.gif                         │
│ [ ] Test all commands work                                       │
│ [ ] Copy to presentation folder                                  │
│ [ ] Have backup plan ready                                       │
│                                                                  │
└──────────────────────────────────────────────────────────────────┘

┌──────────────────────────────────────────────────────────────────┐
│ AFTER VANCOUVER.DEV                                              │
├──────────────────────────────────────────────────────────────────┤
│                                                                  │
│ [ ] Share on Twitter with #VanDev                                │
│ [ ] Post on LinkedIn                                             │
│ [ ] Reddit: r/rust, r/devops, r/opensource                       │
│ [ ] Add to GitHub README                                         │
│ [ ] Generate social media version                                │
│                                                                  │
└──────────────────────────────────────────────────────────────────┘

╔══════════════════════════════════════════════════════════════════╗
║                                                                  ║
║  🎬 Ready to create professional terminal demos!                ║
║                                                                  ║
║  📁 All files in: demos/                                        ║
║  📖 Full docs: demos/README.md                                  ║
║  🚀 Summary: VHS_DEMOS_SUMMARY.md                               ║
║                                                                  ║
╚══════════════════════════════════════════════════════════════════╝
