Render CLI

npx remotion render remotion/index.tsx SaaSPromo output.mp4 --codec=h264

Composition code

import { Zap, Laptop, Rocket, ArrowRight } from "lucide-react";
import {
  AbsoluteFill,
  Sequence,
  useCurrentFrame,
  interpolate,
  Easing,
} from "remotion";
interface SaaSPromoTemplateProps {
  headline?: string;
  featureItems?: string[];
  features?: string[];

SaaS Promo

Feature showcase animation for SaaS products with animated metric cards and smooth transitions.

Duration30s
Resolution1920 × 1080
Frame rate30 fps
Frames900

This is a free, open-source template. Copy the code and drop it into your Remotion project.