Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
66 changes: 66 additions & 0 deletions docs/demo.tape
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
# VHS tape for Vide multi-agent enterprise workflow demo
# Run: cd /path/to/vide_cli_2 && vhs docs/demo.tape
# Requires: vhs (brew install vhs)
#
# SETUP:
# 1. Reset the demo project: git -C docs/demo-project reset --hard HEAD
# 2. Do a practice run manually to calibrate timing
# 3. Adjust Sleep durations below to match your run
# 4. Run: vhs docs/demo.tape
#
# The demo project at docs/demo-project/ is a minimal Flutter app
# with stubs for authentication - perfect for agents to implement.

Output docs/vide-demo.mp4

Set Shell "bash"
Set FontSize 13
Set Width 1400
Set Height 900
Set Theme "Dracula"
Set Padding 0
Set Framerate 30

# Enable true color support for the TUI
Env COLORTERM "truecolor"
Env TERM "xterm-256color"

# Navigate to the demo project
Hide
Type "cd docs/demo-project"
Enter
Sleep 300ms
Type "clear"
Enter
Sleep 200ms
Show

# Show the vide command being typed
Type@50ms "vide"
Sleep 300ms
Enter

# Wait for vide TUI to load
Sleep 2s

# Type a task that reads and writes multiple files
# The @50ms makes typing visible and dramatic
Type@50ms "Add a User model with name and email fields, and a UserService with CRUD methods"
Sleep 500ms
Enter

# ============================================
# ADJUST THESE TIMES BASED ON YOUR ACTUAL RUN
# Do a practice run first to calibrate!
# ============================================

# Wait for the agent to explore and implement
Sleep 45s

# Show the completed state for a moment
Sleep 3s

# Exit cleanly
Hide
Ctrl+C
Sleep 500ms
Binary file added landing/assets/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added landing/assets/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added landing/assets/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified landing/assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added landing/assets/og-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading