¿Puedo vibecodear SocialFaktory?
PARCIAL · un fin de semanaThe generation half is honest API glue: script writing is an LLM call and the video itself comes from hosted model APIs (fal.ai and friends), so a personal brief-to-video pipeline is very buildable · but you pay those per-generation model invoices yourself either way. The publishing half is the same wall every scheduler hits: TikTok, Instagram, and YouTube OAuth apps are review-gated for weeks, which is why SocialFaktory itself publishes through Postiz. The honest DIY is a generation script feeding a self-hosted Postiz, and what's left over is the tuned prompt pipelines, the QA pass, and someone else eating the platform-review pain.
Build me a personal AI video factory to replace SocialFaktory. Requirements: - Node + Express + better-sqlite3; a localhost dashboard with a brief form (topic, tone, target duration) and a queue of generated videos. - Script step: send the brief to the Anthropic API and get back a hook line, a spoken script, and a visual prompt; keep the system prompt in prompts/script.txt so I can tune it without touching code. - Video step: submit the visual prompt to fal.ai's queue API for a text-to-video model with native audio, poll until done, download the mp4 into media/ and record the actual dollar cost per generation in the DB. - Review page: each finished video gets a player plus approve, regenerate, and discard buttons; nothing publishes without an explicit approve. - Publish step: on approve, POST the video and caption to my self-hosted Postiz via its public API (POSTIZ_URL and POSTIZ_API_KEY in .env) with a scheduled time · Postiz owns the platform OAuth; never call TikTok, Instagram, or YouTube APIs directly. - A node-cron tick retries failed generations 3 times with backoff and marks rows before submitting so nothing ever double-bills. - A running-costs box on the dashboard summing this month's model spend. - Out of scope: multi-brand workspaces, teams, analytics, auto-QA, and any direct platform integrations (say so in the README). - README: getting the two API keys, pointing at a Postiz instance, and what a single video roughly costs to generate.
$ ábrelo en tu agente (prompt listo, tú das enter) o cópialo crudo
prompt copied. want to know what dies next week?
veredictos nuevos + votos de la semana. gratis. te sales en un clic.
Video model APIs churn monthly (pricing, quality, aspect-ratio quirks, content filters) and social platforms churn their publishing rules just as fast; the subscription outsources both treadmills. The flat price also converts unpredictable per-second video generation invoices into one known number, and the platform OAuth apps arrive pre-approved instead of after weeks of app review.
xpre-approved platform OAuth apps (TikTok/Instagram/YouTube reviews take weeks)
xprompt pipelines tuned per model, format, and tone
xan automated QA pass before anything ships
xmulti-brand workspaces and a scheduling calendar
xa flat bill · DIY pays every model invoice directly, and video models are not cheap
Precio de SocialFaktory
| plan | mensual | anual (por mes) | qué incluye |
|---|---|---|---|
| pro | $49 | — | 490 credits/month, unlimited brand workspaces, 7 publishing channels, 8 dubbing languages |
plan gratisno free tier
facturaciónmonthly only, no annual plan published; cancel anytime
costos ocultosVideo output is credit-metered at 490 credits/month; the page does not publish per-render credit consumption or paid overage pricing.
verificado 2026-08-14 · fuente ↗
¿Puedo vibecodear SocialFaktory?
Parcial. El núcleo de SocialFaktory se arma en un fin de semana con el prompt de esta página, pero hay huecos reales: pre-approved platform OAuth apps (TikTok/Instagram/YouTube reviews take weeks), prompt pipelines tuned per model, format, and tone. Lee la lista honesta arriba antes de comprometerte.
¿Cuánto cuesta SocialFaktory?
SocialFaktory cuesta unos $49/mes (Base plan, revisado 2026-08-03), o sea $588 al año.
¿Qué pierdo si reemplazo SocialFaktory?
Con honestidad: pre-approved platform OAuth apps (TikTok/Instagram/YouTube reviews take weeks); prompt pipelines tuned per model, format, and tone; an automated QA pass before anything ships; multi-brand workspaces and a scheduling calendar; a flat bill · DIY pays every model invoice directly, and video models are not cheap. Si alguno de esos te sostiene el negocio, sigue pagando.
¿Hay una alternativa open source a SocialFaktory?
Sí: Postiz (Open-source social publishing · the scheduling/OAuth half of this product, self-hostable.), Mixpost (Self-hosted social media management, an alternative publishing backbone.). Usar arte previo también es vibecodear; el prompt es para cuando la quieres exactamente a tu modo.