ChatGPT
ChatGPT composer scene for Remotion.
SceneScenes
chat-gpt30fps · 960×540
Install
$ npx remotion-ui@latest add chat-gptAnimated ChatGPT composer with greeting, suggestion chips, and voice-to-send morph.
Agent notes
Install first, then import the copied source component locally. AI guide →
Import
@/remotion/scenes/chat-gpt- Use when: full-frame scenes, overlays, cards, and reusable video sections.
- Customize: greeting, placeholder, prompt, accentColor, 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 { ChatGpt } from "@/remotion/scenes/chat-gpt";
<ChatGpt prompt="Make a sunset over a calm ocean" />API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| greeting | string | - | Headline above the composer. |
| placeholder | string | - | Empty input placeholder. |
| prompt | string | - | Prompt typed into the ChatGPT composer. |
| accentColor | string | "#10a37f" | Accent color for selected tools. |
| theme | "light" | "dark" | "light" | Light or dark surface palette. |