Animated tutorial slideshow with screenshots, cursor animations, click indicators, zoom effects, and step annotations. Perfect for software tutorials and product demos.
Create animated UI walkthroughs that guide viewers through software workflows. Each preset includes cursor animations, click indicators, zoom effects, and step annotations to highlight important interactions.
Step-by-step guides for learning Remotion Studio:
Inspiration galleries demonstrating template applications:
Professional workflow case studies:
Select a preset to load pre-configured slides with screenshots, click targets, and annotations. Each preset is designed for a specific tutorial topic or use case.
// Using a preset
<ScreencastSlideshow preset="studio-basics" />
// Custom configuration
<ScreencastSlideshow
preset="showcase-testimonials"
frameDuration={120} // 4 seconds per slide
transitionDuration={20} // Longer transitions
/>
All 17 presets can be rendered in batch using the tutorial render script:
# Render all presets
npm run tutorial:render:all
# Render specific category
npm run tutorial:render -- --category=showcase
npm run tutorial:render -- --category=project
npm run tutorial:render -- --category=tutorial
Each render produces MP4, GIF, and poster image outputs.
Click a variant below to switch the preview. Use arrow keys in the full player to step through all compositions.
Adjust colors below to see this template in your brand. Changes are saved in the URL so you can share or bookmark.
#0a0a0f#111827#ffffff#cbd5e1#e2e8f0#64748b#6366f1#a855f7#1e293bSaved designs and brands appear in My Brands. All data stays in your browser. Privacy policy

















Clone the repo, install dependencies, then open Remotion Studio to preview all compositions live.
Edit the showcase file to swap in your own data. All templates accept typed props - no magic strings.
Export a full MP4, a looping GIF, or a still PNG of any specific frame - all from the CLI.
Every template supports all 22 themes out of the box. Pass any THEME_* constant from _shared/themes.ts to instantly switch the full visual identity.
All font sizes come from _shared/layouts.ts TYPE. Edit once, updates every composition. Minimum TYPE.caption (24px) - broadcast legibility standard for 1280x720.
Copy any THEME_* object in _shared/themes.ts, change the colors, register it in THEMES, then pass it to any template. No per-template changes needed.
Click any theme to explore its full color palette and see all templates available in that style.
Run Remotion Studio locally to scrub through every frame, adjust props in real time, and compare all style variants side by side. Studio opens at localhost:3000 after running npx remotion studio in the project root.