Can AI replace Post Bridge?
KINDA · weekend projectThe core loop (compose, queue, cron tick, publish) is one-shottable for networks with open APIs like Bluesky, Mastodon, and Telegram. What you cannot one-shot is the reason Post Bridge exists: one-click posting to TikTok, Instagram, YouTube, Facebook, Threads, Pinterest, LinkedIn, and Google Business Profile. Those APIs are approval-gated behind Meta App Review, TikTok's Content Posting API, YouTube quota, and business verification, which as an individual you often can't even qualify for. On top of that sits per-platform video transcoding, constant token-refresh babysitting, and an API plus MCP server so an agent can post for you. You can vibecode a personal cross-poster for the open networks in a sitting; you cannot vibecode the approvals.
Build me a personal social post scheduler to replace Post Bridge. Requirements: - Node + Express + better-sqlite3; a localhost page with a compose box, image/video attach, and the queue ordered by send time. - Targets with open APIs only: Bluesky (app password via @atproto/api), Mastodon (access token), and a Telegram channel (bot token). Creds in .env, one small adapter file per network so a fourth is addable later. - For the approval-gated platforms people actually want (TikTok, Instagram, YouTube, Facebook, Threads, Pinterest, LinkedIn), do NOT fight their APIs: at post time send me an ntfy.sh push with the caption and media path so I can post by hand in a minute. Say clearly in the README that these need approved developer apps and business verification you cannot one-shot. - Slot-based queue: 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 and counts. - 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 double-posts. - Attached media stored in media/ next to the database, images resized per network 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: cross-network analytics, teams, and per-platform video transcoding. - README: getting a Bluesky app password, a Mastodon token, and a Telegram bot token, plus an honest note that social APIs drift and this needs occasional patching.
$ open in your agent (prompt prefilled, you press enter) or copy it raw
prompt copied. want to know what dies next week?
new verdicts + top votes, weekly. free. one-click out.
The hosted product ships with OAuth apps that Meta, TikTok, YouTube, Pinterest, and Google have already put through business verification and app review, so connecting Instagram or TikTok is a click instead of a multi-week developer-app process you may not qualify for solo. It also absorbs constant API and policy churn, per-platform video specs, and token expiry, and exposes an API plus MCP server so your coding agent can schedule posts through it rather than you rebuilding and maintaining the poster yourself.
xone-click connect to approval-gated platforms (TikTok, Instagram, YouTube, Facebook, Threads, Pinterest, LinkedIn, Google Business Profile)
xpre-approved platform OAuth apps you often can't obtain as an individual
xper-platform video transcoding and format handling
xtoken-refresh babysitting as platforms expire and change policies
xthe hosted API and MCP server that lets a coding agent post for you
Can AI replace Post Bridge?
Kinda. The core of Post Bridge is buildable in a weekend with the prompt on this page, but there are real gaps: one-click connect to approval-gated platforms (TikTok, Instagram, YouTube, Facebook, Threads, Pinterest, LinkedIn, Google Business Profile), pre-approved platform OAuth apps you often can't obtain as an individual. Read the honest list above before committing.
How much does Post Bridge cost?
Post Bridge costs about $29/month (Creator, checked 2026-07-30), which is $348 per year.
What do I lose by replacing Post Bridge?
Honestly: one-click connect to approval-gated platforms (TikTok, Instagram, YouTube, Facebook, Threads, Pinterest, LinkedIn, Google Business Profile); pre-approved platform OAuth apps you often can't obtain as an individual; per-platform video transcoding and format handling; token-refresh babysitting as platforms expire and change policies; the hosted API and MCP server that lets a coding agent post for you. If any of those are load-bearing for you, keep paying.
Is there an open-source alternative to Post Bridge?
Yes — Postiz (Open-source social scheduler, self-hostable, covers much of the DIY core for open-API networks.). Using prior art is also a valid exit; the prompt is for when you want it exactly your way.