v0
v0 builder composer scene for Remotion.
SceneScenes
v030fps · 960×540
Install
$ npx remotion-ui@latest add v0Animated v0 builder with model selectors and mic-to-send morph.
Agent notes
Install first, then import the copied source component locally. AI guide →
Import
@/remotion/scenes/v0- Use when: full-frame scenes, overlays, cards, and reusable video sections.
- Customize: greeting, placeholder, prompt, modelName, plus copied source for timing, layout, colors, and typography.
- Rule: do not import this component from the
remotion-uinpm package; it is copied into your project.
Usage
Example
import { V0Composer } from "@/remotion/scenes/v0";
<V0Composer prompt="a landing page for my SaaS with pricing" />API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| greeting | string | "What do you want to create?" | Bold heading above the box. |
| placeholder | string | "Ask v0 to build…" | Empty textarea placeholder. |
| prompt | string | "a landing page for my SaaS with pricing and testimonials" | Build prompt typed into the textarea. |
| modelName | string | "v0 Max" | Model chip label in the toolbar. |
| projectName | string | "Project" | Project selector label. |
| theme | "light" | "dark" | "dark" | Light or dark surface palette. |
| speed | number | 1 | Animation speed multiplier. |