RemotionUI

Claude Chat

Claude chat composer scene for Remotion.

SceneScenes

claude-chat30fps · 960×540
Install
$ npx remotion-ui@latest add claude-chat

Animated Claude chat composer with typed prompt and waveform-to-send morph.

Agent notes

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

Import
@/remotion/scenes/claude-chat
  • Use when: full-frame scenes, overlays, cards, and reusable video sections.
  • Customize: placeholder, prompt, modelName, modelTier, 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 { ClaudeChat } from "@/remotion/scenes/claude-chat"; <ClaudeChat prompt="Draft a launch tweet for our new release" />

API Reference

PropTypeDescription
placeholderstringEmpty composer placeholder text.
promptstringPrompt typed into the composer.
modelNamestringModel label in the toolbar.
modelTierstringTier label beside the model.
accentColorstringTerracotta send button color.
theme"light" | "dark"Light or dark surface palette.
speednumberAnimation speed multiplier.

Related