Render with Remotion CLI

npx remotion render remotion/index.tsx saas-promo output.mp4

Composition code

import {
  AbsoluteFill,
  Sequence,
  useCurrentFrame,
  interpolate,
  Easing,
} from "remotion";

interface SaaSPromoProps {
  features?: string[];
  [key: string]: any;
}

SaaS Promo

Feature highlight reel with glassmorphism UI mockups and smooth data animations.

Duration30s
Resolution1920 × 1080
Frame rate30 fps
Frames900

Copy the code snippet into your Remotion project and run the render command to generate this template locally.