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, response, artifactTitle, 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 chat thread.
responsestringAssistant response streamed before the artifact appears.
artifactTitlestringTitle shown in the artifact/code panel.
projectNamestringProject breadcrumb label in the top bar.
modelNamestringModel label in the composer.
modelTierstringOptional tier label beside the model.
accentColorstringAccent and send button color.
theme"light" | "dark"Light or dark surface palette.

Related