Claude + Remotion: Building a Product Launch Video with Zero Animation Skills

A developer building a stock market intelligence app called Tikrr wanted a launch video but had no budget, no animation skills, and no experience with video tooling. They used Claude with its Remotion skill to go from concept to a polished 30-second animated video in a few hours.
Key Technical Details
- Claude knew Remotion's rules cold: no CSS transitions, spring physics only, use
useCurrentFramefor everything — and never broke them. - When a card jumped around during text typing, Claude figured out the fix: render invisible full text to hold the layout height, then overlay typed characters on top.
- Built animated score bars, RSI zone charts, typewriter effects, and spring-based stagger animations across ~10 scene files in one go.
- Handled vague feedback like “the font isn't aesthetic, more Apple-like” or “the card moving up and down is stupid” — no lengthy explanations needed.
- The final video uses actual components from the codebase rendered in the video. Hook sequence: cream background → dark background → bouncy “Probably not.” → back to cream. All with Inter font and zero jank.
Creative Process
The developer didn't just ask Claude to “make a video.” They went back and forth on the creative concept: the vibe, arguing about hooks, researching what makes video hooks work for a skeptical financial audience. Claude came back with specific psychological frameworks — felt like working with a creative director who also knew Remotion's API.
Takeaway
If you have a product and have been putting off making a launch video because you can't do video, this workflow is worth trying. The Remotion skill Claude has access to is surprisingly deep — both on the creative and technical sides.
📖 Read the full source: r/ClaudeAI
👀 See Also

Karis CLI Architecture: Using Claude for Planning, Not Execution
Karis CLI uses a three-layer architecture where Claude handles planning and reasoning while pure code executes tasks reliably, creating a stable agent setup that separates LLM capabilities from execution.

Developer Replaces AI Agent with Direct Playwright Script for Browser Automation
A developer used OpenClaw to spawn a Gemma 4 31B agent for browser automation via Playwright but encountered issues with incorrect API calls and timeouts. They replaced the entire agent with a 50-line script that communicates directly with Chrome, completing the task in 10 seconds.

Claude + MCP Builds Running Routes, Syncs to Garmin Watch
A Reddit user hooked Claude up to a route builder via MCP and Garmin API. Claude finds flatter routes in hilly SF that the runner missed for a year. Routes are viewable, adjustable, and push directly to the watch.

How I built 62 free tools in a month using Claude Code + a loop script
A developer shipped 62 browser-based, SEO-ready tools in 30 days using a shell script called Ralph that runs Claude Code autonomously in layers, plus a parallel cook.sh to run multiple tools at once.