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-spotlightAgent instructions
- Use
LowerThirdfor speaker or chapter identifiers. - Use
TitleCardfor scene openers. - Use
StatCardfor one numeric proof point. - Use
QuoteCardorCalloutSpotlightwhen 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";