RemotionUI

ChatGPT

ChatGPT composer scene for Remotion.

SceneScenes

chat-gpt30fps · 960×540
Install
$ npx remotion-ui@latest add chat-gpt

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

PropTypeDescription
greetingstringHeadline above the composer.
placeholderstringEmpty input placeholder.
promptstringPrompt typed into the ChatGPT composer.
accentColorstringAccent color for selected tools.
theme"light" | "dark"Light or dark surface palette.

Related