Vibecode Reel Farm

track this build5 steps, step by step
KINDA · weekend project
price $95/moyou'd save $1,140/yrbuild time a weekendcategory 🎞️ ai videoreplaced by 0 people

The pipeline here is not a secret: an LLM writes a short script, a TTS API reads it, stock or generated clips get stitched behind it, and word-level timings drive burned-in captions. ffmpeg does the heavy lifting and an agent can wire the whole chain in a weekend, including a queue that renders fifty variations overnight. Where it stops being fun is everything after the render: scheduled posting to TikTok, Instagram and YouTube means real API access, app review, tokens that expire, and platform rules that change without warning. You will also spend more time than you expect on the boring parts, safe-area layout for captions, loudness normalization, and clips that do not visually repeat every third video. Build it if you want control over the script and the look, pay if the value you actually want is the post button.

the project pack4 files · fastest path to a working personal build
README.md
# Reel Farm indie build

## Goal

Build the smallest trustworthy replacement for the core Reel Farm workflow for one developer or a tiny team.

## Scope

A local CLI that takes a topic, writes a short script, synthesizes a voiceover, stitches stock clips with word-timed burned-in captions, and renders a vertical MP4 batch.

## Quick start

1. Install the documented dependencies.
2. Copy `.env.example` to `.env`.
3. Run the development command chosen during implementation.
4. Complete the acceptance checks in `BUILD_PLAN.md`.

## Honest limits

This build deliberately does not replace:
- Scheduled auto-posting to TikTok, Instagram Reels and YouTube Shorts, which is the part that needs approved platform apps
- Hosted rendering, so long batches tie up your own machine
- Curated templates and caption styles that already look native to each platform
- Any built-in sense of what is performing, analytics loops and hook variants
- Someone else absorbing model and stock-footage cost changes

If those capabilities are essential, use Reel Farm instead of pretending the gap is solved.

$ choose a build depth, inspect the files, then open the complete pack in your agent · this prompt is generated from the build plan · improve it via PR

why people still pay

Because a faceless content operation is not one video, it is two hundred, and the friction that kills it is scheduling and upload, not generation. Getting write access to the major short-form platforms is a bureaucratic slog that nobody wants to do twice, and a hosted tool that already holds those tokens is worth a subscription to people running this as a volume game. There is also the honest fact that the default output of a DIY pipeline looks like a DIY pipeline for the first week, until you fix the caption placement, the loudness, and the clip repetition. If you are making a handful of videos with a specific look you care about, build it. If you are farming, pay.

what you lose

xScheduled auto-posting to TikTok, Instagram Reels and YouTube Shorts, which is the part that needs approved platform apps

xHosted rendering, so long batches tie up your own machine

xCurated templates and caption styles that already look native to each platform

xAny built-in sense of what is performing, analytics loops and hook variants

xSomeone else absorbing model and stock-footage cost changes

prior art · use these instead of building, if you'd rather

Nothing worth pointing at. That's why the prompt exists.

share on X ↗"I just replaced Reel Farm ($95/mo) with one prompt"
questions
Vibecode Reel Farm

Kinda. The core of Reel Farm is buildable in a weekend with the prompt on this page, but there are real gaps: Scheduled auto-posting to TikTok, Instagram Reels and YouTube Shorts, which is the part that needs approved platform apps, Hosted rendering, so long batches tie up your own machine. Read the honest list above before committing.

How much does Reel Farm cost?

Reel Farm costs about $95/month (Scale, checked 2026-08-18), which is $1140 per year.

What do I lose by replacing Reel Farm?

Honestly: Scheduled auto-posting to TikTok, Instagram Reels and YouTube Shorts, which is the part that needs approved platform apps; Hosted rendering, so long batches tie up your own machine; Curated templates and caption styles that already look native to each platform; Any built-in sense of what is performing, analytics loops and hook variants; Someone else absorbing model and stock-footage cost changes. If any of those are load-bearing for you, keep paying.

Is there an open-source alternative to Reel Farm?

No mature open-source alternative worth pointing at, which is exactly why the one-shot prompt on this page exists.