RemotionUI
Compositions

Creator Reel

Vertical creator media composition template.

CompositionreelsAdvanced

Install
npx remotion-ui@latest add creator-reel

Combine hook, talking-head, comment, b-roll, captions, and end-card scenes into a complete vertical reel.

Live preview
9:16 creator template. Advanced tier.

AI usage

Install first, then import the copied source component locally.

AI guide

Install

npx remotion-ui@latest add creator-reel

Import after install

@/compositions/creator-reel
  • Use when: complete video templates that can be customized as source.
  • Customize: hookHeadline, mediaSrc, mediaFit, audioSrc, 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

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

<CreatorReel
  mediaSrc={staticFile("speaker.mp4")}
  audioSrc={staticFile("voice.wav")}
  captions={captions}
/>

API Reference

PropTypeDescription
hookHeadlinestringOpening hook headline.
mediaSrcstringSpeaker image or video source.
mediaFit"cover" | "contain"Speaker media object-fit behavior.
audioSrcstringOptional audio source for waveform visuals.
captionsCaption[]Synced captions layered over the talking-head scene.
bRollItemsBRollItem[]Media cards for the proof/b-roll section.

Related