Views on Autopilot
Video Factory — setup & how to use
The same local factory used to ship 200+ videos in a single day. One command in Terminal, a live dashboard, and a queue that voices + renders while you walk away.
Included with the Book + Video Course (₹499) offer. Download the zip from your library after purchase.
Set up in ~5 minutes
Video Factory — follow along
Fastest way — let Claude do it
You already have Claude Code. Open it, paste this once, and it sets up the factory and makes your first video — no commands to type.
Set up Video Factory on my machine and make my first video — do it all yourself, drive the terminal, and only stop to ask me for a video idea. 1. Check Node 20+ and ffmpeg are installed (install ffmpeg with Homebrew if it's missing). 2. Find my unzipped Video Factory folder (probably ~/Desktop/video-factory) and cd into it. 3. Start it: run `node runner.mjs` in the background and open the dashboard at http://localhost:4300. 4. Ask me for ONE video idea and whether I want vertical (9:16) or horizontal (16:9). Then use the /hyperframes skill to build it and drop the finished project into the queue/ folder so the factory voices and renders it. 5. Watch it go Queued -> Voicing -> Rendering -> Done, then open the finished MP4 from output/ (also copied to ~/Desktop/ready-to-post/). Don't make me type commands — you run everything. Keep me posted at each step.
Tip: run Claude Code from inside the unzipped video-factory folder so it finds everything instantly.
What you get
The engine
runner.mjs — queue, voice lane & render pool
Live dashboard
Watch every build at localhost:4300
One-click boot
Mac ./start.command · Windows node runner.mjs
Ready to go
building · queue · work · done · output
Before you start
node -vnpx hyperframes --helpDownload & unzip
~/Desktop/video-factory or C:\video-factory.Start the factory
cd video-factory # Mac chmod +x start.command && ./start.command # Windows node runner.mjs
http://localhost:4300/dashboard.htmlFire ideas & collect
building/<slug>/ (shows as Building instantly).queue/. The factory voices + renders on its own.output/ and ~/Desktop/ready-to-post/.What counts as a job
Any HyperFrames project folder in queue/. Add an optional job.json to control it:
{
"title": "My product reel",
"voice": true,
"skill": "product-launch-video",
"renderArgs": ["--quality", "high"]
}If the folder has SCRIPT.md + STORYBOARD.md + audio_meta.json, it runs local voice first, then renders.
Reality check
One Mac renders 3 videos at once; voice is one-at-a-time. ~100 videos drain in about 2 hours unattended if you keep the queue fed. Firehose, not teleportation — which is how 200 in a day is real.
Access
Not purchased yet? Get Book + Video Course (includes the factory + PDF now; screen-recorded lessons in ~10 days).
Get Views on Autopilot →