GitHub Repos intermediate 3 min read May 26, 2026 · Updated Jun 4, 2026
Public Preview Sign in free for the full digest →

Postiz: A open-source social media scheduler

“30,832 stars but the LinkedIn integration broke in January 2026 — and the team closed the bug as 'not planned.'”

Postiz: A open-source social media scheduler
3 Views
0 Likes
0 Bookmarks
Source · github.com

“"Gitroom before, will be renamed to Postiz soon." — gitroom/creator (https://news.ycombinator.com/item?id=41402138)”

You know that feeling when you're juggling five browser tabs to post the same content to Instagram, LinkedIn, TikTok, and Discord on a schedule, while paying $99/month for a tool that caps your channel count or locks analytics behind a higher tier? Buffer and Hootsuite solve the multi-platform problem but charge per seat, per channel, and keep all your data on their servers. Building your own scheduler means recreating OAuth flows for 30 platforms. Postiz tries to collapse all of that into one Docker Compose command.

open-sourcesocial-mediaschedulingself-hostedtypescriptnextjsdocker

You deploy Postiz via Docker Compose, which spins up PostgreSQL, Redis, and a Temporal workflow server alongside the app. Temporal handles all async operations — scheduling posts, refreshing OAuth tokens, sending email notifications — as durable workflows that survive crashes and are inspectable via a web UI at port 8080. You connect each social platform via OAuth, then schedule posts through a unified calendar. The 'agentic' layer exposes an MCP server and CLI so external AI agents (Claude, ChatGPT) can drive posting workflows without a browser. Self-hosted and cloud versions share the same codebase per the README — no feature disparity.

01
30+ platform OAuth integrations — you connect Instagram, YouTube, LinkedIn, Reddit, TikTok, Facebook, Pinterest, Threads, X, Slack, Discord, Mastodon, Bluesky, Dribbble, MeWe, and others from one settings screen without maintaining separat...
02
Temporal-backed workflow engine — post scheduling, OAuth token refresh, and email dispatch all run as durable workflows that survive container restarts and are inspectable in the Temporal UI at port 8080, unlike cron-based schedulers that ...
03
AI post generation — generates text, images (up to 500/month on Ultimate), and videos (up to 60/month) per platform with per-platform tuning for hooks, captions, threads, and hashtags
04
Cloud/self-hosted feature parity — per the README, the self-hosted version has zero feature restrictions vs the $29–$99/month cloud tier, so you get the full product by running it yourself under AGPL-3.0
05
Agent-native API (MCP + CLI) — external LLM agents like Claude or ChatGPT can schedule, publish, and manage social posts programmatically via the MCP server or CLI without a browser session
06
Team collaboration — unlimited team members on Team/Pro/Ultimate tiers with Admin and Member roles, shared calendar, and customer groups for multi-brand management
Who it’s for

If you're a developer or technical founder who manages social media across multiple platforms and won't pay $99/month for Hootsuite, Postiz is built for you — especially if you're comfortable running Docker Compose and want full data control under AGPL-3.0. It also fits agencies self-hosting for clients who want the full feature set without per-seat pricing. It's not a good fit if LinkedIn is a core channel right now (the API integration broke in January 2026 and maintainers closed the fix as 'not planned'), or if you need a single-container deployment — Postiz requires PostgreSQL, Redis, and...

Worth exploring

Postiz is worth exploring if you're self-hosting and need feature parity with Buffer/Hootsuite at zero software cost — the 30k stars and sold-out AppSumo lifetime deals signal real community demand. The Temporal-based workflow engine is a genuinely better architecture than cron-based schedulers for reliability. Hold off if LinkedIn is a critical channel: issue #1187 (LinkedIn API deprecated, closed as 'not planned') is an unresolved regression that signals what a 1–10 person bootstrapped team prioritizes when platform APIs break. The AGPL-3.0 license also requires a legal review before you build a commercial product on top of it.

Developer playbook
Tech stack, code snippet, sentiment, alternatives.
PM playbook
Adoption angles, user fit, positioning.
CEO playbook
Traction signals, ROI, build vs buy.
Deep-dive insight
Full long-form analysis, no fluff.
Easy mode
Core idea, fast — when you need the gist.
Pro mode
Technical nuance, edge cases, tradeoffs.
Read the full digest
Go beyond the preview

Deep-dive insight, Easy and Pro modes, plus action playbooks — the full breakdown is one tap away.

Underrated tools. Unfiltered takes.

Read the full digest in the Snaplyze app for deep-dive insight, Easy and Pro modes, and the playbooks you can actually use.

Install Snaplyze →