Vibecode posterly

track this build5 steps, step by step
KINDA · weekend project
price $15/moyou'd save $180/yrbuild time multi-daycategory 🐦 social mediareplaced by 0 people

A basic compose-queue-publish loop against open-API networks (Mastodon, Bluesky, Telegram) is a weekend build, same as any scheduler. What's specific to posterly and harder to fake is the agent-native layer: an MCP server exposing tools like generate_captions, get_learned_voice, and find_available_slot so a coding agent can draft and post on your behalf, plus a voice model that's actually learned from your posting history and its own performance data rather than a one-off few-shot prompt. Add Google Business Profile review management, per-platform video transcoding, and client approval workflows for agencies, and the moat is upkeep and depth, not the initial compose/publish loop.

the project pack4 files · fastest path to a working personal build
README.md
# posterly indie build

## Goal

Build the smallest trustworthy replacement for the core posterly workflow for one developer or a tiny team.

## Scope

A local API and compose queue that publishes to open-API networks on a schedule, with a caption endpoint an agent can call directly instead of a UI-only AI button.

## Quick start

1. Install the documented dependencies.
2. Copy `.env.example` to `.env`.
3. Run the development command chosen during implementation.
4. Complete the acceptance checks in `BUILD_PLAN.md`.

## Honest limits

This build deliberately does not replace:
- 18 maintained platform integrations, including approval-gated ones (Instagram, LinkedIn, TikTok, Facebook, Google Business Profile)
- a voice model trained on your actual post history and what performed well, not a static prompt template
- Google Business Profile review replies and photo management
- client approval portal and content-plan review for agencies managing multiple brands
- per-platform video/image transcoding tuned to each network's limits
- a hosted MCP server + REST API built for agents, not bolted on after the fact

If those capabilities are essential, use Postiz instead of pretending the gap is solved.

$ choose a build depth, inspect the files, then open the complete pack in your agent

why people still pay

Anyone can wire an LLM to a caption box; keeping a voice model current against real engagement data, holding pre-approved OAuth apps for the platforms that gate access behind business verification, and exposing a stable MCP/API surface an agent can drive reliably are all ongoing work, not a one-time build. Agencies additionally pay for the client-review layer, which needs its own auth and approval state machine.

what you lose

x18 maintained platform integrations, including approval-gated ones (Instagram, LinkedIn, TikTok, Facebook, Google Business Profile)

xa voice model trained on your actual post history and what performed well, not a static prompt template

xGoogle Business Profile review replies and photo management

xclient approval portal and content-plan review for agencies managing multiple brands

xper-platform video/image transcoding tuned to each network's limits

xa hosted MCP server + REST API built for agents, not bolted on after the fact

prior art · use these instead of building, if you'd ratherPostizOpen-source social scheduler, self-hostable, covers much of the DIY core for open-API networks.
share on X ↗"I just replaced posterly ($15/mo) with one prompt"
the numbers

posterly pricing

planmonthlyannual (per mo)what you get
starter$7$5.585 connected social accounts, 1 seat, 1 brand, 0 link-in-bio pages, 300 AI credits/month
pro$15$1212 connected social accounts, 3 seats, 5 brands, 5 link-in-bio pages, 800 AI credits/month

free tierno free tier

billingmonthly + annual; 7-day trial and 7-day money-back guarantee

hidden costsThe MCP/API is a separate $3/month add-on; the Agency API is $29/month. X publishing can require separately priced X capacity because of X API costs.

verified 2026-08-14 · source ↗

questions
Vibecode posterly

Kinda. The core of posterly is buildable in a weekend with the prompt on this page, but there are real gaps: 18 maintained platform integrations, including approval-gated ones (Instagram, LinkedIn, TikTok, Facebook, Google Business Profile), a voice model trained on your actual post history and what performed well, not a static prompt template. Read the honest list above before committing.

How much does posterly cost?

posterly costs about $15/month (Pro, checked 2026-07-30), which is $180 per year.

What do I lose by replacing posterly?

Honestly: 18 maintained platform integrations, including approval-gated ones (Instagram, LinkedIn, TikTok, Facebook, Google Business Profile); a voice model trained on your actual post history and what performed well, not a static prompt template; Google Business Profile review replies and photo management; client approval portal and content-plan review for agencies managing multiple brands; per-platform video/image transcoding tuned to each network's limits; a hosted MCP server + REST API built for agents, not bolted on after the fact. If any of those are load-bearing for you, keep paying.

Is there an open-source alternative to posterly?

Yes: Postiz (Open-source social scheduler, self-hostable, covers much of the DIY core for open-API networks.). Using prior art is also vibecoding; the prompt is for when you want it exactly your way.