Can I vibecode Ghostfeed?
KINDA · weekend projectNo model here was trained by Ghostfeed · every step is somebody else's hosted inference, spread across four vendors. A Gemini image-edit call swaps your avatar into frame 0 of an existing clip, an approval gate makes you accept that frame before anything expensive runs, and then the video step splits: the default clone family sends the approved frame plus the original clip to Kling motion-control, so the render inherits the source video's motion, while the prompt family animates the still alone on PixVerse, Seedance, Grok or Kling. Rebuild the loop for yourself with a fal.ai key, a Gemini key and ffmpeg over a long weekend and it works. What does not fall out of that weekend is the rest of it · a template library scraped and scene-cut into 9:16 clips, a director that writes slideshow copy and casts every background itself, a timeline editor with its own render workers, 44 agent-API tools, and a TikTok app that took platform review to get. Personal version, yes. The thing you would actually run daily, no.
Build me a personal UGC reaction video factory to replace Ghostfeed. Requirements: - Node + Express + better-sqlite3, a localhost dashboard with three panes: my avatar photos, a folder of reaction clips I own, and a render queue. - First frame: pull frame 0 from a chosen clip with ffmpeg, send it plus my avatar photo to Gemini's image-edit API (key in .env) and tell it to replace the whole person while holding the pose, framing, and lighting. Keep that instruction in prompts/first-frame.txt so I can tune it without code changes. - Nothing animates until I approve the frame, so give me approve, regenerate, and discard buttons · the frame costs cents on my invoice, the video dollars. - Motion: on approve, POST the frame AND the original clip to fal.ai's Kling motion-control queue so the render copies the source video's motion, poll to done, write the mp4 to media/, store the real cost on the row. - Second mode: animate the frame alone from a written motion prompt via fal.ai's PixVerse image-to-video, for when I have no clip worth copying. - Burn the hook line over the top third with ffmpeg drawtext, 1080x1920 out, clear of the TikTok UI safe area. - A node-cron tick polls pending jobs every 90s, retries 3 times with backoff, and marks the row before submitting so a retry never double-bills me. - No accounts, no telemetry, everything on my disk except the model calls. - Out of scope: posting to TikTok (that OAuth review takes weeks · export the mp4 and upload by hand), slideshows, and teams. Only ingest clips I have the right to use. - README: getting the two keys, what one 5-second motion-control render costs, and where media lands on disk.
$ open in your agent (prompt prefilled, you press enter) or copy it raw
prompt copied. verdicts flip when models improve.
five vibe-coding tips + the verdicts that changed. thursdays, free, one-click out.
The generation stack spans Google, fal.ai, Replicate and BytePlus, and any one of them can change price, quality or content filters in a week · the subscription outsources that churn and turns per-second render invoices into one number. Stalled renders get reaped and refunded rather than billed, which a DIY build does not do for you. And the TikTok side arrives already through platform review, which is the weeks a solo builder spends before posting anything.
xa template library scraped from TikTok and Instagram and scene-cut into ready 9:16 clips, instead of clips you source and trim yourself
xavatar consistency across renders · one stored reference photo re-fed into every call, plus the draft-and-approve flow that keeps a face you picked
xa director loop that writes the slideshow copy, searches for backgrounds, looks at the candidates and casts them, then rotates the deck into variants, plus a timeline editor with its own render workers
x44 agent-API tools · the same workspace drivable from Claude, which is the part with no weekend equivalent
xa TikTok app that already cleared review, and a reaper that refunds most stalled renders instead of quietly eating them
Ghostfeed pricing
| plan | monthly | annual (per mo) | what you get |
|---|---|---|---|
| free | $0 | $0 | 1 workspace; 1 slideshow project; 3 variants; 0 included video credits. |
| starter | $29 | — | 150 credits/month, advertised as about 25 videos; 1 workspace; extra credits $0.18 each. |
| growth | $49 | — | 300 credits/month, advertised as about 50 videos; 3 workspaces; extra credits $0.16 each. |
| agency | $99 | — | 700 credits/month, advertised as about 115 videos; 10 workspaces; extra credits $0.14 each. |
free tier1 workspace, 1 slideshow project and 3 variants; 0 included video credits, so the free plan renders no paid-credit video.
billingmonthly only; no annual plan is displayed
hidden costsIncluded monthly credits reset and do not roll over; bought extra credits do not expire. Video generally costs 1 credit per rendered second and images cost 1 credit each.
verified 2026-08-14 · source ↗
Is Ghostfeed free?
The free plan renders no video at all: one slideshow project with three variants, one workspace, library and posting access, and the agent API, which is ungated on every plan including this one. Paid is Growth at $49/mo (checked 2026-08-07).
Can I vibecode Ghostfeed?
Kinda. The core of Ghostfeed is buildable in a weekend with the prompt on this page, but there are real gaps: a template library scraped from TikTok and Instagram and scene-cut into ready 9:16 clips, instead of clips you source and trim yourself, avatar consistency across renders · one stored reference photo re-fed into every call, plus the draft-and-approve flow that keeps a face you picked. Read the honest list above before committing.
How much does Ghostfeed cost?
Ghostfeed costs about $49/month (Growth, checked 2026-08-07), which is $588 per year.
What do I lose by replacing Ghostfeed?
Honestly: a template library scraped from TikTok and Instagram and scene-cut into ready 9:16 clips, instead of clips you source and trim yourself; avatar consistency across renders · one stored reference photo re-fed into every call, plus the draft-and-approve flow that keeps a face you picked; a director loop that writes the slideshow copy, searches for backgrounds, looks at the candidates and casts them, then rotates the deck into variants, plus a timeline editor with its own render workers; 44 agent-API tools · the same workspace drivable from Claude, which is the part with no weekend equivalent; a TikTok app that already cleared review, and a reaper that refunds most stalled renders instead of quietly eating them. If any of those are load-bearing for you, keep paying.
Is there an open-source alternative to Ghostfeed?
Yes: ComfyUI (Node graph for running open image and video models locally · the render pipeline without the hosted invoice.), Wan2.2 (Apache-2.0 open video model with image-to-video, the free stand-in for the hosted animation step if you own a GPU.), Postiz (Open-source social publishing · the scheduling and OAuth half, self-hostable, so you never touch the TikTok API yourself.). Using prior art is also vibecoding; the prompt is for when you want it exactly your way.