About Guides Journal What I Use
Free Guide

How to Create AI Videos with Claude Code + Remotion

No camera, no editing software, no video experience needed

by Lucia | @reallyusefulai

What's Inside
Section 01

What is Remotion?

Remotion is a free, open-source tool that creates videos using code. But you don't need to know how to code. Claude writes all of it for you.

Normally, making a video means learning CapCut, Premiere Pro, or After Effects. With Remotion + Claude Code, you describe what you want in plain English, and Claude builds an animated video from scratch. Text animations, transitions, charts, overlays, captions. All generated automatically.

I use it to create all my short-form content. Reels, TikToks, explainer videos. I describe the video, Claude builds it, I preview it, tweak anything I want, and export. The whole process takes minutes.

What does it cost?

Remotion itself is completely free for individuals. No credit system, no usage limits, no hidden billing. The only cost is your Claude Code subscription ($20/month), which you probably already have. You can create as many videos as you want.

Section 02

What You Can Create

Here are six types of video you can make. All from a text prompt. No camera needed.

TYPE 01
Animated Explainer
Fully animated explainer on any topic. Text, diagrams, step-by-step animations. Perfect for educational content and how-tos.
TYPE 02
Product Demo
Give Claude a website URL. It grabs screenshots, brand colours, and product images, then builds a polished launch video.
TYPE 03
Talking Head + Overlays
Film yourself on your phone. Drop the video in. Claude adds titles, captions, animated graphics, and B-roll overlays.
TYPE 04
Data Visualisation
Animated charts, graphs, and infographics from a CSV or data you describe. Bar charts, pie charts, timelines, KPI dashboards.
TYPE 05
Testimonial Showcase
Paste a Google Business URL. Claude pulls reviews and creates a video with star ratings, quotes, and smooth animations.
TYPE 06
AI Voiceover Video
Claude generates a script, sends it to ElevenLabs for a realistic voiceover, then builds the video to match the audio timing.
Section 03

Install Remotion

Two steps. Takes about two minutes. You need Claude Code installed first (if you haven't, grab my setup guide at reallyusefulai.co/guides).

Step 1: Install the Remotion skill. Open your workspace in VS Code, open the terminal, and run:

npx skills add remotion-dev/skills

What this does: It downloads the Remotion skill from Remotion's official GitHub. A "skill" is a set of instructions that teaches Claude Code how to write correct Remotion code. Without it, Claude can still try, but with the skill installed, it knows the exact right way to build videos.

How do you know it worked?

In your next Claude Code session, ask: "Do you have the Remotion skill loaded?" Claude should confirm it. You can also check your workspace. You'll see a new folder with the skill files in it.

Alternative: Create a brand new Remotion project

If you want to start fresh with a dedicated video project (instead of adding Remotion to your existing workspace), run: npx create-video@latest -- this creates a new folder with everything set up, including the option to add the skill during setup.

Where does the skill come from?

The Remotion skill is built and maintained by the Remotion team. It's open source, hosted on GitHub at github.com/remotion-dev/remotion. Remotion has 42,000+ stars on GitHub and is used by over a million developers monthly. It's the standard tool for programmatic video.

Section 04

Your First Video (Copy-Paste Prompt)

Let's make a 30-second animated explainer. Copy this prompt, paste it into Claude Code, and change the topic to whatever you want.

Using the Remotion best practices skill, create a 30-second educational explainer video about [YOUR TOPIC]. Dimensions: 1080x1920 (vertical, for Instagram Reels and TikTok) FPS: 30 Safe zones: Keep text away from the top 120px and bottom 180px so it doesn't get covered by platform UI. Step 1: Write the script first. Present it to me for approval before building. Step 2: Design and animate with visual metaphors, diagrams, and step-by-step animations. Include background music. Preview after building and launch Remotion Studio.

What happens next:

Why the safe zones matter

On Instagram Reels and TikTok, the app overlays buttons, your username, and captions on the video. If your text is too close to the top or bottom edges, it gets covered. The safe zone rule (top 120px, bottom 180px) keeps your content visible.

Section 05

The Remotion Studio (Preview + Export)

Remotion Studio is where you preview your video and export the final file. It opens in your browser automatically.

How to open it: Claude usually launches it for you. If it doesn't, run this in your terminal:

npx remotion studio

It opens at localhost:3000 in your browser. Here's what you'll see:

You can also render from Claude Code

Just tell Claude: "Render the video." It exports the final file directly without you needing to click anything in the Studio. The rendered file appears in your project's out/ folder, ready to upload.

Quick quality check

Before rendering the full video, ask Claude: "Take a screenshot of the video at every 5-second mark and show them to me." This lets you spot any issues quickly without watching the whole thing. I do this for every video I make.

Section 06

6 Video Types With Copy-Paste Prompts

Each prompt is ready to use. Change the bits in [brackets]. All produce vertical 9:16 videos for Reels and TikTok.

1. Educational Explainer (no footage needed)

Using the Remotion skill, create a 30-second explainer video (1080x1920, 30fps) that teaches [YOUR TOPIC]. Use animated diagrams, numbered steps, and bold text. Script first, then build. Launch Studio when done.

2. Product Demo from a URL (Claude scrapes the website)

Using the Remotion skill, create a 25-second product demo video (1080x1920, 30fps) for the product at [PASTE URL HERE]. Grab screenshots, brand colours, and product images from the site. Make it feel like a launch video.

3. Talking Head with Overlays (use your own video)

Using the Remotion skill, I've placed my video in public/my-video.mp4. Transcribe the audio, then add animated titles, captions, and graphics that match what I'm saying. Sync everything to the speech.

4. Data Visualisation (from a CSV or described data)

Using the Remotion skill, create a 20-second data video (1080x1920, 30fps). Animate these stats: [LIST YOUR NUMBERS]. Use bar charts or doughnut charts with smooth count-up animations.

5. Google Reviews Testimonial (Claude pulls the reviews)

Using the Remotion skill, create a 20-second testimonial video (1080x1920, 30fps) using reviews from [PASTE GOOGLE BUSINESS URL]. Show star ratings, quote highlights, and the business name with clean animations.

6. AI Voiceover Explainer (no recording needed)

Using the Remotion skill, create a 30-second explainer about [TOPIC] with an AI voiceover. Write the script, generate the voiceover using ElevenLabs, then build the video with animations timed to the narration.
Section 07

Add Your Own Footage

This is how I make most of my content. I film a quick talking head on my phone, then Claude adds everything else: titles, captions, graphics, transitions.

Using the Remotion skill, I've placed my talking head video in public/my-video.mp4. 1. Transcribe the audio and generate captions 2. Add animated captions synced to my speech, positioned below my chin so they're not blocking me 3. Add a bold title at the start that fades out after 3 seconds 4. Add relevant graphics and overlays that match what I'm talking about 5. Add a call-to-action at the end 6. Be mindful of 9:16 safe zones Preview it in Studio when you're done.

What Claude does: It extracts the audio, runs it through a transcription tool (Whisper) to figure out what you're saying and when, then builds animated overlays timed to your speech. Captions appear word by word. Graphics pop up when you mention key points. It even positions captions to avoid covering your face.

This is the workflow I use for my Reels

I film myself talking for 30 to 40 seconds. Drop the file in. Ask Claude to add captions, a title, and graphics. Preview it, adjust a few things, render. The whole process from filming to finished video takes about 10 minutes. That used to take me an hour in CapCut.

Be honest about editing limitations

Remotion is incredible for motion graphics and building videos from scratch. Editing existing footage (like cutting out mistakes or trimming bloopers) is possible but not perfect yet. Transitions can be a bit rough. My advice: use Remotion for the overlays, captions, and graphics, and do any heavy cutting in CapCut or your normal editor first. Or just film clean takes.

Green screen tip

Film on a green screen background and Claude can composite you over a Remotion-generated animated background. Professional-looking content without a production team.

Section 08

Built-in Extras You Should Know About

Remotion has a lot more packed in than most people realise. Here are the features worth knowing about.

You don't need to remember any of this

Just describe what you want. "Add a ding sound when the stat appears." "Use a slide transition between scenes." "Make the chart animate from zero." The Remotion skill teaches Claude exactly how to implement each feature correctly.

Section 09

Tips, Templates, and Publishing

Things I've learned from making videos with Remotion every week.

Section 10

Formats, Sizes, and Exporting

Quick reference for dimensions and export formats.

Dimensions (tell Claude which one you want):

Export formats:

To export: Either click the Render button in Remotion Studio, or just tell Claude: "Render the video as an MP4." The file appears in your project's out/ folder.

Transparent videos

Need a video with a transparent background (for overlaying on other footage)? Ask Claude to render as ProRes 4444 or WebM with alpha. This is how you create animated overlays to layer on top of your talking head videos in another editor.

Start making videos.

Install the skill. Paste a prompt. See what Claude builds. Your first video is five minutes away.

Have any questions? Just DM me @reallyusefulai on Instagram or TikTok

More free guides at reallyusefulai.co/guides

← Back to all guides