Product Intro
Product intro or feature showcase with title cards and CTA.
Install
$ npx remotion-ui@latest add --recipe product-introRender
$ npx remotion render src/Root.tsx Intro out/intro.mp4Usage notes
- Use
Introfor a short branded opener. - Use
Showcasewhen you want a multi-scene product sequence. - Use
TitleCard,FeatureList,LogoReveal, andEndCardwhen assembling a custom composition. - Keep the first message short and visually dominant.
- Import installed components from local source paths, not from
remotion-ui.
Agent notes
- Prefer this recipe when the user asks for a product intro, demo opener, or feature showcase.
Typical imports
Imports
import { Intro } from "@/compositions/intro";
import { Showcase } from "@/compositions/showcase";
import { TitleCard } from "@/remotion/scenes/title-card";