RemotionUI

Chat To Preview

Chat To Preview for Remotion.

SceneScenesAdvanced

chat-to-preview30fps · 960×540
Install
$ npx remotion-ui@latest add chat-to-preview

Chat To Preview.

Agent notes

Install first, then import the copied source component locally. AI guide →

Import
@/remotion/scenes/chat-to-preview
  • Use when: full-frame scenes, overlays, cards, and reusable video sections.
  • Customize: messages, previewTitle, morphStartFrame, 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 { ChatToPreview } from "@/remotion/scenes/chat-to-preview"; <ChatToPreview messages={messages} previewTitle="Ship the scene" />

API Reference

PropTypeDescription
messagesChatMessage[]Chat transcript before morph.
previewTitlestringHeadline inside the preview frame.
morphStartFramenumberFrame when chat morphs to preview.

Related