¿Puedo vibecodear Postiz?
PARCIAL · un fin de semanaThe core loop (compose, queue, cron tick, publish) is one-shottable for networks with open APIs like Mastodon, Bluesky, and Telegram. What you cannot one-shot is the reason schedulers exist as products: OAuth apps for Instagram, LinkedIn, TikTok, and X are approval-gated or paid, and keeping 28+ integrations alive as platforms change policies is permanent maintenance. Postiz is also fully open source, so the honest DIY move for the full feature set is self-hosting it rather than rebuilding it.
Build me a personal social post scheduler to replace Postiz. Requirements: - Node + Express + better-sqlite3; a localhost page with a compose box, image attach, and the queue ordered by send time. - Three targets: Mastodon (access token), Bluesky (app password via @atproto/api), and a Telegram channel (bot token). Creds in .env, one small adapter file per network so a fourth is addable later. - Slot-based queueing: I define posting times per weekday in my timezone and new posts fill the next free slot; a post can also be pinned to an exact datetime or duplicated across networks with per-network text. - A node-cron tick every minute publishes due posts, marks each row sent or failed, retries failures 3 times with backoff, and marks before sending so nothing ever double-posts. - Per-network character counter in the composer; attached images stored in media/ next to the database, resized to each network's limits with sharp. - A history page of the last 100 sent posts linking to the live posts. - Runs on my always-on box; localhost only, no accounts, no telemetry. - Out of scope: Instagram, LinkedIn, TikTok, and X (approval-gated or paid APIs, say so in the README), analytics, teams, and AI features. - README: getting a Mastodon token, a Bluesky app password, and a Telegram bot token.
$ á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.
The hosted version ships with platform-approved OAuth apps, so connecting Instagram, LinkedIn, or TikTok is a click instead of a developer-app review process. Social APIs break and change terms constantly; paying outsources that upkeep plus analytics, teams, and AI features.
x28+ maintained channel integrations
xpre-approved platform OAuth apps (Instagram, LinkedIn, TikTok)
xper-network post previews
xanalytics
xteam approvals and collaboration
xAI content assistance
¿No quieres construirlo? Esta gente ya lo hizo gratis.
sin votos, sin pago por aparecer · solo lo que es real
Precio de Postiz
| plan | mensual | anual (por mes) | qué incluye |
|---|---|---|---|
| standard | $29 | — | 5 connected channels, solo use, 20 AI images/month, 3 AI videos/month, 2 webhooks |
| team | $39 | — | 10 connected channels, unlimited posts and team members, 100 AI images/month, 10 AI videos/month, 10 webhooks |
| pro | $49 | — | 30 connected channels, unlimited posts/team members, 300 AI images/month, 30 AI videos/month, 30 webhooks |
| ultimate | $99 | — | 100 connected channels, unlimited posts/team members/webhooks, 500 AI images/month, 60 AI videos/month |
plan gratisno free tier
facturaciónmonthly + annual (vendor says about 20% off, but exact annual USD amounts were not exposed); 7-day hosted trial
costos ocultosSelf-hosting avoids the Postiz subscription but still requires infrastructure and, for some networks, developer-app approval/API costs. Hosted AI image/video allowances are capped; unused allowance treatment and overage prices are not public.
verificado 2026-08-14 · fuente ↗
¿Puedo vibecodear Postiz?
Parcial. El núcleo de Postiz se arma en un fin de semana con el prompt de esta página, pero hay huecos reales: 28+ maintained channel integrations, pre-approved platform OAuth apps (Instagram, LinkedIn, TikTok). Lee la lista honesta arriba antes de comprometerte.
¿Cuánto cuesta Postiz?
Postiz cuesta unos $29/mes (Standard, revisado 2026-07-30), o sea $348 al año.
¿Qué pierdo si reemplazo Postiz?
Con honestidad: 28+ maintained channel integrations; pre-approved platform OAuth apps (Instagram, LinkedIn, TikTok); per-network post previews; analytics; team approvals and collaboration; AI content assistance. Si alguno de esos te sostiene el negocio, sigue pagando.
¿Hay una alternativa open source a Postiz?
Sí: Postiz (The paid service is the hosted edition of this exact open-source product; keep the features and inherit the stack.) El prompt es para cuando la quieres exactamente a tu modo.