¿Puedo vibecodear Outstand?
PARCIAL · un fin de semanaWriting your own posting service is a weekend build, and for the networks with open APIs (Bluesky, Mastodon, Telegram) it genuinely is: a queue, a cron tick, one adapter per network, done. The wall is not code. Instagram, TikTok, YouTube, LinkedIn, and Pinterest each require your own developer app and a platform review before they will accept a single post, X meters writes on a paid tier, and then eleven integrations keep changing under you: token refresh, media specs, rate-limit budgets, deprecated endpoints. You can build the API. You cannot one-shot permission to use it.
Build me a self-hosted unified posting API to replace Outstand. Requirements: - Node + Fastify + better-sqlite3, one headless service on localhost:8080. No web UI: my own apps are the only consumer, every key in .env. - One normalized post shape in zod (text, media, targets, scheduledAt, idempotencyKey) and one adapter per network mapping it onto that platform's payload. Adapters export capabilities, publish, and metrics; nothing platform-specific leaks into the core. - A capability table per adapter (character limit, media count, mime types, aspect ratios, max video seconds). POST /posts returns 422 naming which target rejected what, before a single network call goes out. - Ship the three networks that need no app review: Bluesky (@atproto/api), Mastodon, Telegram. Adding a fourth must mean writing one adapter file and touching nothing else. - A token-bucket limiter per network seeded with their published limits so calls queue instead of returning 429. POST /posts answers 202 with a job id and a worker drains the queue. - Idempotency: replaying a POST with the same idempotencyKey returns the original job instead of posting twice, and every target gets its own delivery row so partial success is readable. - GET /posts/:id/analytics folds each platform's metrics into one shape (impressions, likes, comments, shares) with null where a network does not report a field. Never invent a number to fill a gap. - An MCP server over stdio exposing create_post, list_accounts, and get_analytics so Claude Code posts through it, plus an OpenAPI spec generated from the zod schemas at /openapi.json. - Out of scope: Instagram, TikTok, YouTube, LinkedIn, Pinterest. Each needs my own developer app approved by the platform first, a review queue and not code. Say that in the README next to the three token setups.
$ ábrelo en tu agente (prompt listo, tú das enter) o cópialo crudo
Se puede en parte
Ahorro de referencia: US$228/año si dejas de pagar Outstand.
prompt copied. want to know what dies next week?
veredictos nuevos + votos de la semana. gratis. te sales en un clic.
Every network you actually want is gated by someone else's approval queue. Getting an Instagram or TikTok app cleared to post takes review cycles and a real business case, and that is before you own token refresh, per-platform media specs, and rate limits for eleven APIs forever. Paying converts an approval problem and permanent maintenance into a bearer token, which is exactly the trade a developer shipping a product wants to make.
xapps de plataforma preaprobadas para Instagram, TikTok, YouTube y LinkedIn
xonce integraciones mantenidas, que se mantienen activas a medida que las plataformas cambian
xactualización automática de tokens y gestión de colas por límite de tasa
xtranscodificación de medios por red desde una sola carga
xanalíticas multiplataforma en un solo formato
xel servidor MCP que le entrega todo eso a un agente de IA
¿No quieres construirlo? Esta gente ya lo hizo gratis.
sin votos, sin pago por aparecer · solo lo que es real
Precio de Outstand
| plan | mensual | anual (por mes) | qué incluye |
|---|---|---|---|
| base | $19/workspace | — | 3.000 publicaciones al mes en 11 redes sociales; cuentas de clientes ilimitadas y sin cargo por usuario. |
plan gratissin plan gratuito
facturaciónsolo mensual; no hay plan anual publicado
costos ocultosLos excedentes por publicación cuestan 0,007 USD cada uno de 3.001 a 10.000 y 0,005 USD cada uno por encima de 10.000; X, Google Business Profile y Vimeo requieren las propias claves API de plataforma del cliente.
verificado 2026-08-14 · fuente ↗
¿Puedo vibecodear Outstand?
Parcial. El núcleo de Outstand se arma en un fin de semana con el prompt de esta página, pero hay huecos reales: apps de plataforma preaprobadas para Instagram, TikTok, YouTube y LinkedIn, once integraciones mantenidas, que se mantienen activas a medida que las plataformas cambian. Lee la lista honesta arriba antes de comprometerte.
¿Cuánto cuesta Outstand?
Outstand cuesta unos $19/mes (Base, revisado 2026-07-30), o sea $228 al año.
¿Qué pierdo si reemplazo Outstand?
Con honestidad: apps de plataforma preaprobadas para Instagram, TikTok, YouTube y LinkedIn; once integraciones mantenidas, que se mantienen activas a medida que las plataformas cambian; actualización automática de tokens y gestión de colas por límite de tasa; transcodificación de medios por red desde una sola carga; analíticas multiplataforma en un solo formato; el servidor MCP que le entrega todo eso a un agente de IA. Si alguno de esos te sostiene el negocio, sigue pagando.
¿Hay una alternativa open source a Outstand?
Sí: Postiz (Una API para treinta y tantas redes sociales; el papeleo de OAuth ahora es tu pasatiempo.) El prompt es para cuando la quieres exactamente a tu modo.