AIAI Recipes
Product Intro
AI recipe for product intro and showcase videos.
Product Intro
Use this when the user wants a polished intro, product demo opener, or feature showcase.
Install
npx remotion-ui@latest add intro showcase title-card feature-list logo-reveal end-cardAgent instructions
- Use
Introfor a short branded opener. - Use
Showcasewhen the user wants a multi-scene product sequence. - Use
TitleCard,FeatureList,LogoReveal, andEndCardwhen assembling a custom composition. - Keep the first message short and visually dominant.
Typical imports
import { Intro } from "@/compositions/intro";
import { Showcase } from "@/compositions/showcase";
import { TitleCard } from "@/remotion/scenes/title-card";