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.

Directed AI video
Flagship render — one character, many scenes

Chasing Light — one photographer across a single arctic night

Trek, first aurora, the whole sky, dawn — the same character throughout. Character sheet → image storyboard → image-to-video → composed render, generated end-to-end by vibe build.

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 · copy-paste to run 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 is the exact command sequence you run.

1 · Media primitives
One-shot media
Host agent drives image generation, video generation, inspection, and overlay editing
$ vibe generate image '...' -o frame.png && vibe generate video '...' -i frame.png -o clip.mp4 && vibe inspect media clip.mp4
2 · Storyboard dogfood
Storyboard build
Host agent runs the fuller storyboard build, report, render, and YAML workflow
$ vibe init launch --from brief.md && vibe build launch --max-cost 5 && vibe render launch && vibe run workflow.yaml

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