RemotionUI

Claude Code

Claude Code terminal scene for Remotion.

SceneScenes

claude-code30fps · 960×540
Install
$ npx remotion-ui@latest add claude-code

Animated Claude Code welcome terminal with what's-new panel and CLI prompt typing.

Agent notes

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

Import
@/remotion/scenes/claude-code
  • Use when: full-frame scenes, overlays, cards, and reusable video sections.
  • Customize: title, userName, model, cwd, 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 { ClaudeCode } from "@/remotion/scenes/claude-code"; <ClaudeCode prompt='edit src/theme.ts to add a dark mode toggle' />

API Reference

PropTypeDescription
titlestringTerminal window title.
userNamestringWelcome message name.
modelstringActive model label.
cwdstringWorking directory shown in the welcome panel.
placeholderstringCLI prompt placeholder before typing.
promptstringCommand typed at the CLI prompt.
accentColorstringDashed border and highlight color.
theme"light" | "dark"Light or dark terminal palette.

Related