How to Create Faceless YouTube Shorts With Claude Code
A practical step-by-step system for turning a simple video idea into a vertical, narrated and animated YouTube Short using Claude Code, Remotion, AI voice tools and a repeatable production workflow.
You do not necessarily need to appear on camera, record your own voice or manually animate every frame to build attractive YouTube Shorts. Claude Code can work as the production assistant that reads your project, creates or modifies code, organizes assets and helps turn a written concept into a programmable video.
Combine it with Remotion for programmatic video, an AI narration service such as ElevenLabs, and a structured hook-to-payoff script and you can build a workflow capable of producing repeatable 9:16 videos from written instructions.
What You Will Build
This tutorial is not just about generating a random AI video. The goal is to create a production system that you can reuse for educational Shorts, finance facts, history, science, technology, tutorials, storytelling, productivity and many other faceless YouTube niches.
How This Faceless Shorts System Works
Traditional video production normally separates the work into several jobs. Someone writes the script. Someone creates the graphics. Someone records the narration. Someone edits everything together. Then somebody exports the final video.
A coding-agent workflow changes the relationship between those steps.
Instead of manually opening an editor and positioning every element yourself, you can describe the result you want and allow Claude Code to work directly inside a video project.
You Describe
Give Claude the topic, audience, duration, visual direction and main lesson.
Claude Builds
Claude can inspect your files, create components, adjust timing and run project commands.
Remotion Renders
Your animated React composition is converted into an actual video file.
Remotion is particularly useful here because it lets you build video with React and code rather than relying exclusively on a traditional timeline-based video editor.
What You Need Before Starting
You do not need an expensive studio. However, you should install the basic development tools before asking Claude to build the video.
| Tool | Purpose | Required? |
|---|---|---|
| Visual Studio Code | Your workspace for files, terminal commands and Claude Code. | Recommended |
| Claude Code | The coding agent that reads and modifies your project. | Yes |
| Node.js | Runs the JavaScript/React environment used by Remotion. | Yes |
| Remotion | Turns React components into animated video compositions. | Yes |
| FFmpeg | Useful for audio/video processing and encoding workflows. | Recommended |
| ElevenLabs or another voice provider | Creates AI narration from your written script. | Optional but useful |
Step 1: Install Visual Studio Code
Visual Studio Code is where I recommend keeping the workflow together. Your project files can remain visible in the sidebar while your terminal and Claude Code tools live in the same application.
- Visit the official VS Code website.
- Select the download for Windows, macOS or Linux.
- Complete the installation.
- Open VS Code.
- Create a folder where you want to store your Shorts project.
Do not worry if you are not a programmer. You are primarily creating an environment in which Claude can operate on the project.
Step 2: Install Claude Code
Claude Code is Anthropic’s coding agent. It can operate from the terminal and also has an official Visual Studio Code integration.
macOS, Linux or WSL
Windows PowerShell
After installation, you can verify that Claude is accessible:
You can then open the project folder in VS Code and start Claude from a terminal:
Step 3: Create Your Faceless Shorts Project
Now create a dedicated project for your channel. This is important because the project eventually becomes much more than a collection of video files.
It can contain your:
- brand colors,
- fonts,
- caption designs,
- animation components,
- sound effects,
- voice settings,
- scripts,
- rendered videos, and
- instructions Claude should follow.
Create a folder such as:
Then open that folder in VS Code.
Step 4: Set Up Remotion
Remotion lets you create videos and motion graphics using React. Instead of dragging a text box around a traditional editing timeline, the position, timing and animation can be represented as code.
That makes it especially interesting for an AI coding agent because Claude can inspect and edit the same files used to generate the final video.
One common starting point is:
Follow the setup instructions shown in your terminal.
After the project has been created, open it in VS Code and let Claude inspect the folder.
This is a good first instruction because Claude learns the existing project before making major changes.
Create a Vertical Composition
For YouTube Shorts, your primary composition should normally be vertical.
The exact duration depends on your content. A tutorial may need more time than a simple fact or visual puzzle.
Step 5: Add AI Narration
A faceless channel does not have to be a voiceless channel.
Text-to-speech APIs can turn your finished script into narration. ElevenLabs is one popular option and provides an API for generating speech from text.
If you use an API key, never place a secret key directly inside a public JavaScript file or upload it to a public repository.
A project often stores private values in an environment file such as:
Step 6: Ask Claude to Build Your First Short
This is where the process becomes interesting.
Instead of saying only, “make me a YouTube Short,” give Claude a production brief.
Notice the last instruction.
You want Claude to create the plan before spending time generating narration and rendering video.
Review the Plan Before Rendering
Check five things:
- Is the first sentence actually interesting?
- Can every important statement be supported visually?
- Is the narration concise enough?
- Does something change visually every few seconds?
- Does the ending deliver what the opening promised?
The Short-Form Formula I Recommend
AI can make creating video faster, but speed does not automatically make the video worth watching.
The more important part is the structure of the idea.
Keep the Narration Tight
One of the easiest mistakes is trying to turn a complete blog post into a 40-second Short.
Shorts usually become stronger when each video communicates one clear idea.
Instead of:
Try:
The second idea gives the video a specific visual story.
Your First Frame Matters
Do not make the first frame an empty background followed by a slow logo animation.
On a fast-moving vertical feed, you want useful visual information immediately.
A strong first frame might include:
- a surprising number,
- a before-and-after comparison,
- a visual puzzle,
- a bold question,
- a moving diagram, or
- an unexpected object or illustration.
Design Around Mobile Screens
Your video may be rendered at 1080 × 1920, but viewers are frequently watching it on a phone.
That means small desktop-sized labels can become difficult to read.
Useful Claude Code Prompts for Faceless Shorts
Prompt 1: Educational Short
Prompt 2: History Short
Prompt 3: Technology Short
Prompt 4: Improve an Existing Video
Make the Videos Look Like Your Channel
Generating videos is not enough if every upload looks as though it came from a completely different creator.
Create a simple brand specification Claude can reference.
Store these instructions in a project document such as:
Then tell Claude to read that file before creating new compositions.
Three Faceless Production Styles You Can Build
Code Animation
Charts, diagrams, cards, numbers, maps, icons and typography animated directly with Remotion.
Image-Based
Combine generated or licensed images with camera movements, masks, captions and narration.
AI Video
Mix generated video clips with your programmable text, captions, branding and audio layer.
1. Code-First Shorts
This is my favorite option for information-heavy channels because the same visual components can be reused many times.
Great niches include:
- personal finance,
- business,
- math,
- science,
- coding,
- productivity,
- data storytelling, and
- educational explainers.
2. Image-Layer Shorts
Another approach is to create several image layers and animate the camera between them.
Think of documentary-style compositions using paper textures, maps, photographs, illustrations and cutout objects.
3. Generative Video Shorts
You can also incorporate clips produced by AI video generators.
The downside is that generated video may cost more and can introduce consistency problems. A character, location or object may subtly change between generations.
For channels that depend on a recurring character, consider maintaining reference images and consistent prompting instructions.
How to Scale the Workflow
Once you successfully create one strong Short, resist the temptation to immediately create 100 completely different templates.
Instead, improve the reusable system.
Create Reusable Components
You might have components such as:
Claude can then assemble these pieces in different ways rather than recreating everything.
Create an Ideas File
Keep a simple file such as:
Inside:
Create a Production Checklist
Have Claude review the video against your standards before rendering.
Fact-Checking AI-Generated Scripts
This part is important.
Claude can help research and structure ideas, but an automatically generated statement can still be inaccurate, oversimplified or missing context.
For finance, health, science, law, history and current events in particular, verify important claims using reliable sources before publishing.
What About Copyright?
A faceless channel is not automatically a copyright-free channel.
You should still make sure you have permission to use any photographs, video clips, music, illustrations, sound effects or other third-party material included in the finished video.
An advantage of code-generated graphics is that many visual elements can be created directly in the project rather than copied from somebody else’s video.
What Does This Workflow Cost?
The total depends heavily on the tools you choose and how much content you generate.
| Service | Used For | Cost Type |
|---|---|---|
| VS Code | Development workspace | Free |
| Claude Code | Coding-agent workflow | Depends on Anthropic plan/usage |
| Remotion | Programmatic video rendering | Depends on usage/licensing situation |
| ElevenLabs | AI narration/audio | Depends on selected plan and usage |
| AI image generators | Optional image assets | Varies |
| AI video generators | Optional generated video clips | Varies considerably |
Prices for AI services change frequently, so check each provider’s current pricing before calculating the cost of producing videos at scale.
My Recommended Beginner Workflow
If you are starting from zero, I would keep the first version very simple:
- Install VS Code.
- Install Claude Code.
- Create a basic Remotion project.
- Make one 1080 × 1920 composition.
- Create a 30–40 second educational script.
- Have Claude storyboard it before coding.
- Build the animation with text, shapes and simple graphics.
- Add narration.
- Check the timing.
- Render the MP4.
- Watch it on an actual phone.
- Improve the template before producing the next video.
Once that works, add more advanced elements such as generated images, maps, sound design, AI video clips and automated content pipelines.
Example Complete Prompt
Frequently Asked Questions
Do I need to know programming to use Claude Code for Shorts?
Programming knowledge helps when troubleshooting, but Claude Code is designed to work through natural-language instructions. Beginners can start by having Claude explain each proposed change before applying it.
Can Claude Code create an entire YouTube Short?
It can help create and modify the code, scripts, project structure and automation used to produce the video. Other tools may still handle narration, image generation, video generation or final encoding depending on your setup.
Do I need a camera?
No. A code-first faceless workflow can use animated typography, shapes, diagrams, charts, illustrations, licensed assets or generated media instead of camera footage.
Do I need to record my own voice?
No. You can use text-to-speech narration if that fits your channel. You can also record your own voice and import it into the project.
Can I make YouTube Shorts without stock footage?
Yes. Remotion can generate many visual elements directly with code, including typography, cards, diagrams, charts, shapes and animated layouts.
What size should I use for a YouTube Short?
A common vertical production format is 1080 × 1920 pixels with a 9:16 aspect ratio. Keep important visual elements comfortably inside the frame because mobile interfaces can cover portions of the screen.
Can I automate multiple Shorts?
Yes. Once you have reusable components and a reliable workflow, automation becomes much easier. Start by perfecting one repeatable template before attempting high-volume generation.
Can I use this for TikTok and Instagram Reels too?
A 9:16 vertical master video can often be adapted for other short-form platforms, although you should check each platform’s current publishing requirements and interface safe areas.
Is AI-generated video automatically monetizable?
No tool automatically guarantees monetization. Your content still needs to comply with YouTube’s current policies and should provide meaningful original value rather than simply mass-producing repetitive material.
Final Thoughts
Claude Code becomes much more interesting for video production when you stop treating it as a tool that simply writes code.
Think of the project itself as your production system.
Your colors become instructions. Your animation style becomes reusable components. Your storytelling rules become a written playbook. Your narration becomes structured text. Your finished video becomes the output of that system.
That means every Short you make can improve the process used to create the next one.
Start with one useful idea, make one clean vertical composition, verify the narration and visuals, render it and watch it on your phone.
Then improve the system rather than starting from scratch.