Claude Chat
Claude chat composer scene for Remotion.
SceneScenes
claude-chat30fps · 960×540
Install
$ npx remotion-ui@latest add claude-chatAnimated 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, response, artifactTitle, 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 { ClaudeChat } from "@/remotion/scenes/claude-chat";
<ClaudeChat prompt="Draft a launch tweet for our new release" />API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| placeholder | string | - | Empty composer placeholder text. |
| prompt | string | - | Prompt typed into the chat thread. |
| response | string | - | Assistant response streamed before the artifact appears. |
| artifactTitle | string | - | Title shown in the artifact/code panel. |
| projectName | string | - | Project breadcrumb label in the top bar. |
| modelName | string | "Claude 3.5 Sonnet" | Model label in the composer. |
| modelTier | string | "" | Optional tier label beside the model. |
| accentColor | string | "#D97757" | Accent and send button color. |
| theme | "light" | "dark" | "light" | Light or dark surface palette. |