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 | - | Headline above the builder. |
| placeholder | string | - | Empty textarea placeholder. |
| prompt | string | - | Build prompt typed into the textarea. |
| modelName | string | "v0 Mini" | Model selector label. |
| projectName | string | "New Chat" | Top-left chat label. |
| theme | "light" | "dark" | "light" | Light or dark surface palette. |