AI SavvyFounders Standard Operating Procedure

Standard Operating Procedure

Make motion graphics by describing them.

Use the Code tab in the Claude desktop app to build render-quality motion graphics with Remotion. No terminal, no editor, no designer, no After Effects.

First-time setup: about 15 minutes Level: Beginner Updated: July 2026
The short version: Install the Claude desktop app and Node.js once, open the Code tab, and point Claude at an empty folder. Ask Claude to set up a Remotion project, then describe the motion graphic you want, watch a live preview, refine it in plain language, and ask Claude to render a finished video file. You never open a terminal or a video editor.

What this covers

Two things do all the work. Claude Code, built into the Claude desktop app, writes and runs code from your plain-English instructions. Remotion is the engine that turns that code into real video. You set both up one time. After that, making a graphic is a conversation: describe it, preview it, render it, post it.

Who this is for

  • Founders and creators who want motion graphics without learning an editor.
  • Anyone tired of paying for, or waiting on, a designer for simple animated clips.
  • People who never want to touch a terminal. This whole workflow is point, click, and type.

What you will need

Claude desktop appIncludes Claude Code. Needs a paid plan: Pro, Max, Team, or Enterprise.
Node.jsThe free engine Remotion runs on. One-time install.
Git (Windows only)Required for local Code sessions on Windows. Most Macs already have it.
RemotionInstalled automatically by Claude in Step 6. Nothing to download yourself.

The procedure

01

Install the Claude desktop app

Claude Code lives inside the Claude desktop app, so there is nothing to install from a terminal.

  1. Open the Claude download page and grab the installer for your operating system.
  2. Run the installer, then launch Claude from your Applications folder on Mac or the Start menu on Windows.
  3. Sign in with your Anthropic account.
Download the Claude desktop app https://claude.com/download
Important

The Code tab needs a paid plan (Pro, Max, Team, or Enterprise). If Code asks you to upgrade, subscribe first, then reopen the app.

02

Install Node.js

The app already includes Claude Code, so you do not install that separately. Remotion, the video engine, still runs on Node.js, so install Node once.

  1. Open the Node.js download page.
  2. Download the LTS version for your operating system.
  3. Run the installer and keep every default option checked, including "Add to PATH".
Download Node.js (official site) https://nodejs.org/
Windows only

Local Code sessions on Windows also need Git installed. Grab it from git-scm.com/downloads and install it with the default options. Most Macs already have Git.

Note

LTS stands for Long Term Support. It is the stable version. Choose it rather than the "Current" release. After installing, fully quit and reopen the Claude app so it picks up Node.

03

Open the Code tab

The Claude desktop app has three tabs across the top. You want Code.

  1. Click Code at the top center of the app.
  2. When asked where to run, choose Local so Claude works with files directly on your computer.
Note

Local means the video is built and saved on your own machine, which is what you want here. Cloud and SSH options exist for other workflows.

04

Point Claude at a videos folder

Give Claude one folder to work in. This is your home base for every video. Do this once.

  1. In your file explorer, create a new empty folder and name it motion-graphics.
  2. Back in the Code tab, click Select folder and choose that folder.
  3. Claude can now see and work only inside that folder. Nothing else on your computer is touched.
05

Confirm Node is ready

No terminal needed. Ask Claude to check, right in the Code session.

Prompt to Claude Check that Node and npm are installed and tell me the versions.

Claude runs the check and reports back. Node should be version 18 or higher. If Claude says it cannot find Node, go back to Step 2, then fully quit and reopen the app.

06

Set up the Remotion project

One sentence does the whole setup. Type this to Claude and let it work.

Prompt to Claude Set up a Remotion project in this folder.

Claude installs Remotion and everything it needs, creates the starter files, and gets the project ready to preview. The first time, this can take a couple of minutes.

Tip

When Claude asks permission to run a command, approve it. That is how it installs Remotion and, later, renders your video. You never run these commands yourself.

07

Describe the motion graphic you want

Tell Claude the graphic in plain words. The more you specify text, colors, length, and motion, the closer the first version lands.

Prompt to Claude Create a 5 second title animation. The words "AI Savvy Founders" fade in, hold for a beat, then slide up and out. Cream background, deep red text, smooth easing.

Claude writes the animation as code. You do not read or edit that code. You only judge the result.

08

Watch the live preview

Claude opens a live preview that plays the animation before anything is saved.

  1. Claude starts the preview and gives you a local address, usually http://localhost:3000.
  2. Open that address in your browser to watch the animation loop.
Note

Nothing is exported yet. This is a live draft. Every change you request updates the preview in place.

09

Refine by talking to Claude

If something is off, say so in plain language. No timeline, no keyframes, no editor.

Example prompts Make the fade in slower. Use a warmer red for the text. Add a subtle drop shadow behind the words. Move the whole animation 200 pixels higher.

The preview updates after each request. Repeat until it looks right.

10

Render the final video

When you are happy with the preview, ask for the finished file.

Prompt to Claude Render it.

Claude runs the render and writes a finished video file into your folder. A short clip renders in under a minute. Longer ones take a bit more.

Tip

You can ask for a specific format, for example: "Render it as a 1080p MP4."

11

Grab your file and post it

The finished video is sitting in your folder, ready to use.

  1. Open your motion-graphics folder in your file explorer.
  2. Find the new video file. Remotion usually saves it inside an out subfolder.
  3. Upload it wherever you post. You are done.
Note

No editor opened. No designer hired. No After Effects. For the next video you skip Steps 1 through 6 entirely: open the folder in the Code tab, describe a graphic, and render.

Troubleshooting

ProblemLikely causeFix
The Code tab asks me to upgrade Your account is not on a paid plan Subscribe to Pro, Max, Team, or Enterprise, then reopen the app.
Local session will not start on Windows Git is not installed Install Git from git-scm.com, then fully quit and reopen Claude.
Claude says node or npm is not found Node is not installed, or the app opened before Node was ready Install the LTS from nodejs.org, then fully quit and reopen the app.
Remotion setup fails partway The install was interrupted or a command was declined Ask Claude to retry the setup and approve the commands it requests. Do not use sudo.
Preview will not open Wrong address in the browser, or the port is in use Open the exact address Claude printed. If the port is busy, ask Claude to use a different one.
Render produced no file The render did not finish, or you are looking in the wrong place Check the out folder. Ask Claude where it saved the file.

Frequently asked questions

Do I need to use the terminal?

No. Everything happens in the Code tab of the Claude desktop app. You type in plain English and Claude runs the commands for you.

Do I need a paid plan?

Yes. Claude Code in the desktop app requires a paid plan: Pro, Max, Team, or Enterprise.

If the app includes Claude Code, why do I still need Node.js?

The desktop app bundles Claude Code, so you do not install the CLI separately. Remotion, the video engine, still runs on Node.js, so you install Node once.

Do I have to set up the project every time?

No. The app, Node.js, and the folder are one-time setup. After that you open the folder in the Code tab, describe a graphic, and render.

Where does the finished video go?

It saves straight into your videos folder, usually in an out subfolder, ready to upload.

Can I make changes after I see the preview?

Yes. Keep talking to Claude. Every request updates the live preview until you render.

Go deeper

Want a repeatable content system built around this?

This is one workflow. There is a whole stack of them for founders who want AI doing the heavy lifting across content, design, and operations.

And I am teaching all this in my live MasterClass.

Get Enrolled