Agentic storyboard demo

From setup
to final MP4.

The demo starts with vibe setup --scope project, runs vibe init launch, then a host agent researches a topic and edits STORYBOARD.md and DESIGN.md, including image-generation cues, before building and reviewing the final render.

Demo
Process highlight

Agent loop in under a minute

From rough brief and optional media inputs through setup, research, storyboard/design updates, image cues, build, render, and review.

Demo
Final result

The rendered MP4

The shareable MP4 from the storyboard-driven build path, without exposing the whole process.

Configure and Draft
$ vibe setup --scope project && vibe init launch --from brief.md --json
Research and Update Files
$ codex "research the topic and update launch/STORYBOARD.md launch/DESIGN.md"
Validate and Build
$ vibe storyboard validate launch --json && vibe build launch --dry-run --json && vibe build launch --json
Render and Inspect
$ vibe render launch --json && vibe inspect render launch --cheap --json
Choose the right surface

Build, generate, edit, and remix are separate lanes.

Use the storyboard project loop for full videos. Use primitives for one asset. Use edit/remix/audio when the input is already a media file.

Build
vibe build launch --json

Storyboard and design files become generated assets, scene compositions, reports, and a render.

Generate
vibe generate image|video|music

Create a standalone image, video, narration, music bed, sound effect, or motion asset.

Edit / Remix
vibe edit ... / vibe remix ...

Caption, reframe, grade, add overlays, make highlights, duck BGM, or repurpose existing media.

Reproducible surfaces · run any tape locally

Reproduce the flows
from your terminal.

Plain CLI, optional built-in agent, or a host agent — same project files and command contracts. Each surface below ships a VHS tape; install vhs and run it to see the recording.

1 · Media primitives
DEMO-quickstart
Host agent drives image generation, video generation, inspection, and overlay editing
$ vhs assets/demos/quickstart-claude-code.tape
2 · Storyboard dogfood
DEMO-dogfood
Host agent runs the fuller storyboard build, report, render, and YAML workflow
$ vhs assets/demos/dogfood-claude-code.tape

For the typed MCP route, see the @vibeframe/mcp-server README.

CLI Workflow

The sequence agents repeat

The full project pipeline is a set of shell commands with JSON output, reports, and deterministic repair paths.

Init from Brief
$ vibe init my-video --from "45-second launch video" --json
Validate and Plan
$ vibe storyboard validate my-video --json && vibe plan my-video --json
Build and Poll
$ vibe build my-video --max-cost 5 --json && vibe status project my-video --refresh --json
Inspect and Render
$ vibe inspect project my-video --json && vibe render my-video --json && vibe inspect render my-video --cheap --json

Create from a storyboard

Open source. MIT licensed. One install command.

$curl -fsSL https://vibeframe.ai/install.sh | bash