AIAI Recipes
Captioned Social Video
AI recipe for building a vertical captioned Remotion clip with RemotionUI.
Captioned Social Video
Use this when the user wants a TikTok/Reels/Shorts style clip with hook text, synced captions, audio visuals, and an ending CTA.
Install
npx remotion-ui@latest add social-clip caption-scene caption-highlight audiogram-scene end-cardAgent instructions
- Use
SocialClipfor the full 9:16 composition when the user wants a complete template. - Use
CaptionSceneplusCaptionHighlightwhen composing a custom clip manually. - Ask for or generate Remotion
Caption[]data before wiring synced captions. - Import installed components from local source paths, not from
remotion-ui.
Typical imports
import { SocialClip } from "@/compositions/social-clip";
import { CaptionScene } from "@/remotion/scenes/caption-scene";
import { CaptionHighlight } from "@/remotion/primitives/caption-highlight";