AIAI Recipes
Data Story
AI recipe for chart-led Remotion videos with RemotionUI.
Data Story
Use this when the user wants a data-driven video with animated charts, metrics, and explanatory steps.
Install
npx remotion-ui@latest add data-story animated-bar-chart metric-ticker timeline-steps caption-bumperAgent instructions
- Use
DataStoryfor a full composition. - Use
AnimatedBarChart,MetricTicker, andTimelineStepsfor custom scenes. - Convert user data into typed arrays before rendering.
- Keep text short and video-readable; split long explanations across scenes.
Typical imports
import { DataStory } from "@/compositions/data-story";
import { AnimatedBarChart } from "@/remotion/scenes/animated-bar-chart";
import { MetricTicker } from "@/remotion/scenes/metric-ticker";