AI Guides

How to Make an Explainer Video with AI in 5 Minutes

Mika Reyes
Mika Reyes

Co-founder at King’s Cross Labs · ex-LinkedIn PM & Forbes 30 Under 30

Send this guide to yourself

Get the link in your inbox so you can read it whenever you're ready.

Your email will also be saved for future updates.

You can turn one website link into a finished animated product explainer video in about five minutes, using the Remotion plugin inside Claude Code or Codex. No developer, no motion designer, no video editor. You paste a URL, describe who the video is for, and it scrapes the page and renders an MP4.

I built one for Granola, my AI meeting notetaker, to explain it to someone who has never used an AI tool. It took 6 minutes and 32 seconds and came out as a 52-second video.

Why this matters

At my first startup, every launch came down to the same choice: pay a motion designer or wait weeks for one video. When I actually looked up the number recently, a full-time motion designer in the US runs about $5,300 to $7,200 a month, and freelance project rates aren't much friendlier. So most launches shipped with a screenshot and a paragraph, because the video was never worth the delay.

AI research result showing US motion designer pay of $5,300 to $7,200 per month, with a breakdown by junior, mid-level, and senior experience level
Why most small teams skip the explainer video: this is the going rate for the person who'd make it.

The other use case nobody talks about: explaining software to people who don't use software. My dad is a visual learner. Sending him a link to a product page does nothing. Sending him a 50-second animated walkthrough works.

What is Remotion?

Remotion is a tool that makes videos out of code. Instead of dragging clips on a timeline, it renders a web page frame by frame and records the result as a video. That matters here for one reason: because it's code, an AI agent can write the whole video for you.

You don't need to know any of that to use it. The plugin handles it. You just need to know that this is why the AI can build a real animated video instead of a slideshow.

How do you install the Remotion plugin?

Install it once from the plugin marketplace, and it lives inside Claude Code or Codex from then on. Pick whichever one you already use.

1. Make a folder first, and open it in your AI tool. Create an empty folder anywhere on your computer, name it something like remotion-sandbox, and point Claude Code or Codex at it. The plugin builds a small video project inside that folder, so it needs somewhere to live. If you've never opened a folder in Claude Code before, my Claude Code setup guide covers that part in five minutes.

2. If you're on Codex: search the plugin directory and install. Go to Plugins, type "remotion" in the search bar, and hit Install on the Remotion result. That's the whole thing.

Codex Plugins panel with remotion typed in the search bar and the Remotion plugin result showing an Install button
On Codex it's one search and one click.

3. If you're on Claude Code: add the marketplace, then install. Claude Code needs one extra step because Remotion lives in its own marketplace rather than Anthropic's. Open Plugins, click Add, and choose Add marketplace.

Claude Code Plugins panel with the Add dropdown open showing Add marketplace, Upload plugin, and Create with Claude
Plugins, then Add, then Add marketplace.

4. Paste remotion-dev/claude-code-plugin and hit Sync. That string is a GitHub repo, which is where the plugin's code lives. Claude will warn you that plugins from outside marketplaces aren't verified by Anthropic, which is a fair warning to read every time before you install something from anyone.

Add marketplace dialog in Claude Code with remotion-dev slash claude-code-plugin entered in the URL field and a Sync button
The URL field takes a GitHub owner/repo, not a full link.

5. Install the Remotion plugin from the directory. After the sync, a remotion marketplace appears under your plugin directory with one plugin inside it. Click the + to install. If you want more plugins worth having in there, I rounded up a few in my guide on free marketing skills for Claude.

Claude plugin Directory showing the remotion marketplace selected and the Remotion plugin card described as Create programmatic videos with Remotion and React
One plugin, one click, and you're done with setup forever.

How do you turn a website into a video?

Give it one link and one sentence about who the video is for. That's the entire input.

6. Write a prompt with the link, the audience, and the style. This is the part that decides whether the video is good. Mine was: create a video explaining Granola for older folks who may not be familiar with AI or AI agents but want to use it for their meetings, read some docs for how they can use it and what benefits it has, use simple terms so they don't get overwhelmed, and keep it in the same style as the website so it's familiar when they visit it themselves.

Codex prompt box in a remotion-sandbox folder with a Remotion prompt asking for a Granola explainer video aimed at older users unfamiliar with AI, in the style of the website
Three things do the work here: the link, who it's for, and match the site's style.

Three ingredients matter in that prompt. The link, so it has real content to pull from. The audience, because "for someone who's never used AI" produces a completely different video than "for a technical buyer." And match the website's style, which is the line that keeps the video from looking like a generic template. If you already have a BRAND.md file for your own product, point it at that instead and the colors and fonts come out right on the first try.

7. Let it cook. It reads the page, writes the scenes, and renders the file. Mine ran 6 minutes 32 seconds and produced a 52-second, 720p explainer across 11 files. You'll see it working through actual scene files with names like AfterMeeting.tsx, which is just the section of the video about what happens after your meeting ends.

Codex output showing Worked for 6m 32s and a rendered 52-second 720p Granola explainer video with a Download the MP4 link and a list of 11 edited files
The output is a real MP4 you can download, plus the source files if you want to change something.

8. Everything after this is taste, not tech. The first render is a draft. Ask for slower animations, bigger fonts, a simpler layout, fewer words on screen. Each change re-renders in minutes instead of going back into a designer's queue for a week.

9. Build three versions, then pick one. This is the actual unlock. Not "I got a video." It's that the cost of a second version dropped to nearly zero, so you can try three different ways of explaining your product in one afternoon and keep the one that people actually understand. That was never an option when each version cost weeks.

Key insight: The win isn't that AI made the video. It's that making the second version is now free, so you can test how you explain your product instead of guessing once and living with it.

What to use this for beyond product launches

The obvious use is a launch video. The less obvious ones are better:

  • Explaining a tool to a non-technical person. Parents, clients, a board member who won't read the doc.
  • Turning a blog post into a video. If your announcement post has screenshots, that's already a valid input.
  • Onboarding. Take your help docs page and make the 60-second version.
  • Sales follow-up. A short custom explainer beats a PDF attachment.

AI handled the animation here. I still decided the pacing, the fonts, and which version actually explained the product. That part is still the job.

Additional reading

Here are some related guides to check out:

  1. How to Setup Claude Code (5-Min Guide for Non-Techies)
  2. How to Install Free Marketing Skills for Claude
  3. How to Make AI Watch a YouTube Video
  4. How to Make Instagram Carousels with Paper and Claude
  5. How to Create a BRAND.md File for AI Design

Frequently asked questions

Do I need to know how to code to use the Remotion plugin?
No. You install the plugin once and then talk to it in plain English. Remotion is built on code under the hood, which is exactly why an AI agent can write the whole video for you, but you never open a code file unless you want to.
Can I use this with ChatGPT's Codex instead of Claude Code?
Yes, and Codex is actually the faster install. In Codex you go to Plugins, search remotion, and click Install. In Claude Code you first add the marketplace remotion-dev slash claude-code-plugin, sync it, and then install the plugin from the directory.
How long does it take to make one video?
About five to seven minutes for the first render. Mine ran 6 minutes 32 seconds and produced a 52-second video. Changes like slower animation or bigger fonts re-render in a couple of minutes each.
What do I actually give it as input?
One website or blog link, plus a sentence saying who the video is for. Naming the audience matters more than anything else, because a video for someone who has never used AI looks completely different from one for a technical buyer. Adding to match the style of the website keeps it from looking like a generic template.

Want to build your first AI agent?

Build Your First Agent 101 is the next step! You'll get step by step guides, video tutorials and starter prompts to create your first agent in half a day, customized to your own workflow.

Learn more