RemotionUI
AIAI Recipes

Lower Third Scene

AI recipe for lower thirds, title cards, and scene overlays.

Lower Third Scene

Use this when the user wants a reusable scene overlay: speaker name, topic label, title card, stat callout, or quote.

Install

npx remotion-ui@latest add lower-third title-card stat-card quote-card callout-spotlight

Agent instructions

  • Use LowerThird for speaker or chapter identifiers.
  • Use TitleCard for scene openers.
  • Use StatCard for one numeric proof point.
  • Use QuoteCard or CalloutSpotlight when text is the focal point.
  • Reserve layout slots; do not manually stack readable text with arbitrary absolute positioning.

Typical imports

import { LowerThird } from "@/remotion/scenes/lower-third";
import { TitleCard } from "@/remotion/scenes/title-card";
import { StatCard } from "@/remotion/scenes/stat-card";

On this page