AI Content Production March 2026
Claude Code
Studio
Terminal-Based Content Pipeline
Generate visuals, assemble videos, track projects — all from one terminal
The Old Way
• Write script → Open image generator → Open editing app → Open project tracker
• Four tools, four workflows, four context switches
• Manual file management, manual exports, manual tracking
The New Way
3 installs. One terminal. Your entire creative production runs from Claude Code.
Free resources at [Link]/resources
@ohneis652
01 Prerequisites
Get Claude Code Running
Setup
Claude Code is a coding agent that lives in your terminal. It reads files, writes code,
[Link], and talks
Download Cursor or VStoCode
external
(free)tools. That's the brain of this stack.
2. Open the terminal inside the editor (Ctrl + `)
3. Type 'claude' and hit enter
4. Follow the setup — connects to your Anthropic account automatically
What's an MCP?
MCP = Model Context Protocol
It's what lets Claude Code talk to external apps like Notion, GitHub, or Slack.
Think of it like a plugin system. Install an MCP server, and Claude can
read and write to that app directly from your terminal.
No API keys to manage. No code to write. Just install and go.
The 3-Tool Stack
1. [Link] — Image & video generation
2. Remotion — Automated video assembly
3. Notion MCP — Project tracking
[Link]/resources @ohneis652
02 Step 1: Image Generation
Install [Link]
[Link] connects Claude Code to the best AI image models. Type a prompt,
generate visuals, turn them into video clips — all from your terminal.
npm i @fal-ai/client
Example Prompt to Claude Code
Generate 5 editorial photos of a woman on a tennis court at sunset
using Nano Banana 2 on [Link]. Style: magazine photography, golden
hour, shallow depth of field. Save to projects/my-reel/visuals/
Claude calls [Link], generates all 5 images, names them, drops them in your folder.
Regenerate shot 3 with a wider angle and more palm trees in the background.
Tips
• Use Nano Banana 2 for photorealistic character shots
• Use FLUX for stylized or graphic content
• Always specify the output folder so assets stay organized
• Generate image-to-video clips directly from [Link]
• Generate 5+ images in parallel — Claude handles them all at once
[Link]/resources @ohneis652
03 Step 2: Video Assembly
Install Remotion
Remotion turns your terminal into a video editor. Takes all assets — images, clips,
voiceover, captions — syncs them together, exports a finished MP4.
npm i remotion @remotion/cli
Example Prompt to Claude Code
Assemble my reel. Use the voiceover from projects/my-reel/voiceover.mp3,
the 5 images from projects/my-reel/visuals/, add animated captions,
and export as MP4 in 1080x1920.
Claude builds the composition, syncs voiceover, adds captions, renders MP4.
Manual render:
npx remotion render src/[Link] ReelComposition output.mp4
Tips
• Feed your shot deck as a JSON file for maximum control
• Remotion handles animated captions natively — no CapCut needed
• Export in 1080x1920 (9:16) for Instagram Reels
• Preview in browser before rendering: npx remotion preview
[Link]/resources @ohneis652
04 Step 3: Project Tracking
Connect Notion MCP
Notion MCP lets Claude Code push directly to your Notion workspace.
Script, assets, status — everything gets tracked automatically.
claude mcp add notion npx @notionhq/notion-mcp-server
Example Prompt to Claude Code
Create a new entry in my Reels Scripts database. Title: "Tennis Court Reel".
Add the hook, full script, and caption in the page body.
Set phase to "3-Visual Direction".
Update my reel "Tennis Court Reel" to phase 5-Export. Add link to final video.
Tips
• Connect your Notion integration to the pages you want Claude to access
• Use a Kanban board view to track reel phases visually
• Claude updates the phase automatically as you progress
• Ask Claude to read your Notion too: "What reels are in phase 3?"
[Link]/resources @ohneis652
05 Quick Start
Quick Start
Install [Link]
1 npm i @fal-ai/client
Install Remotion
2 npm i remotion @remotion/cli
Connect Notion
3 claude mcp add notion npx @notionhq/notion-mcp-server
Create
4 Tell Claude what to build — visuals, video, tracking
Export
5 Finished reel lands in your project folder
[Link]/resources @ohneis652
3 installs.
One terminal.
Your entire creative production runs from Claude Code.
No More...
Switching between 4 different apps
Manual file management and exports
Losing track of your projects
Context switching that kills your flow
[Link]/landing
Free resources
[Link]/resources
@ohneis652