RemotionUI

Creator Reel

Vertical creator clip with hook, talking head, comment callout, B-roll, and CTA.

Install
$ npx remotion-ui@latest add --recipe creator-reel
Render
$ npx remotion render src/Root.tsx CreatorReel out/creator-reel.mp4

Usage notes

  • Use CreatorReel for the full 9:16 template.
  • Pass mediaSrc, audioSrc, and captions when available.
  • Customize hookHeadline, talkingHeadTitle, and comment for your story.
  • Import installed components from local source paths, not from remotion-ui.

Agent notes

  • Prefer this recipe when the user wants a creator-style vertical clip with talking head and B-roll.

Typical imports

Imports
import { CreatorReel } from "@/compositions/creator-reel";

On this page