RemotionUI

AI Generation Canvas

Prompt-to-dashboard generation composition with morphing input, skeleton shimmer, and card reveals.

CompositionCompositionsAdvanced

ai-generation-canvas30fps · 960×540
Install
$ npx remotion-ui@latest add ai-generation-canvas

From prompt to dashboard in one beat: type a prompt, morph the input into a header, shimmer skeleton cards, then flip to live metrics.

Generic AI workflow scene — not a branded product interface. Customize prompt, accentColor, and cardCount for your video.

Responsive prompt-to-dashboard generation beat with safe-area layout, skeleton shimmer, and card flips.

Agent notes

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

Import
@/compositions/ai-generation-canvas
  • Use when: complete video templates that can be customized as source.
  • Customize: prompt, accentColor, cardCount, metrics, 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 { AiGenerationCanvas } from "@/compositions/ai-generation-canvas"; <AiGenerationCanvas prompt="Generate a revenue dashboard for this launch" accentColor="#e8b86d" cardCount={4} />

API Reference

PropTypeDescription
promptstringPrompt typed into the input during phase one.
accentColorstringAccent for border, shimmer, and chart highlights.
cardCountnumberDashboard cards revealed in the grid. Clamped between 1 and 6.
metricsAiGenerationMetric[]Labels, values, and optional deltas for the revealed dashboard cards.
eyebrowstringSmall label above the generated dashboard headline.
statusLabelstringHeader status text shown after the prompt morphs.
speednumberTimeline multiplier for the composition beat.

Related