Replace Buffer?
KINDA · weekend projectPosting to one or two APIs is easy, but maintaining social platform auth, queues, previews, analytics, and API-policy compliance is real ongoing work.
Build me a personal social post scheduler to replace Buffer. Requirements: - Node + Express + better-sqlite3; a localhost page with a compose box, image attach, and the queue ordered by send time. - Two targets only: Mastodon (access token) and Bluesky (app password via @atproto/api), creds in .env. One small adapter file per network so a third is addable later, but scaffold nothing I don't use. - Buffer-style slots: I define posting times (say weekdays 09:00 and 17:00 in my timezone) and new posts fill the next free slot; a post can also be pinned to an exact datetime. - 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. - 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: X, Instagram, and LinkedIn (paid, approval-gated, or hostile APIs, say so in the README), analytics, and rich post previews. - README: getting a Mastodon access token and a Bluesky app password.
$ open in your agent (prompt prefilled, you press enter) or copy it raw · this prompt is generated from the build plan · improve it via PR
They pay because social APIs break and scheduling must be reliable.
xmulti-network API maintenance
xpost previews
xanalytics
xapprovals
xmobile apps
xteam queues
xplatform policy changes
What does the Buffer verdict mean?
The core job looks buildable, with meaningful gaps: multi-network API maintenance, post previews. Read the full tradeoff list before committing. This research record is not a hosted IVCIFY tool.
What price does this directory record show for Buffer?
The directory records $6/month for Essentials, checked 2026-07-30. Verify the source before making a purchase decision. This reference stays outside retail Stack Math unless current matched evidence supports the comparison.
What do I lose by replacing Buffer?
Honestly: multi-network API maintenance; post previews; analytics; approvals; mobile apps; team queues; platform policy changes. If any of those are load-bearing for you, keep paying.
Is there an open-source alternative to Buffer?
The listed prior art includes Postiz (Open-source social media scheduling tool and strong Buffer-like prior art.). Inspect those projects before starting from a blank prompt.