RemotionUI

v0

v0 builder composer scene for Remotion.

SceneScenes

v030fps · 960×540
Install
$ npx remotion-ui@latest add v0

Animated 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-ui npm 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

PropTypeDescription
greetingstringHeadline above the builder.
placeholderstringEmpty textarea placeholder.
promptstringBuild prompt typed into the textarea.
modelNamestringModel selector label.
projectNamestringTop-left chat label.
theme"light" | "dark"Light or dark surface palette.

Related