An open-source Buffer alternative that lives on your server
It gives teams a self-hosted, API-friendly way to queue posts across every major network while keeping OAuth tokens under their own roof.

What it does
Postiz is a self-hosted social media scheduler that lets teams draft, queue, and publish posts across X, Bluesky, Mastodon, LinkedIn, TikTok, Instagram, and others from a single dashboard. It bundles analytics, team collaboration, and AI-assisted writing. The stack is a TypeScript monorepo running Next.js and NestJS with Prisma over PostgreSQL.
The interesting bit
The project leans hard into automation: it offers a public API, an N8N node, a Make.com integration, and AI-assisted features, positioning itself less as a simple calendar and more as plumbing for social-media workflows. It also makes a point of compliance by using official OAuth flows and refusing to collect or proxy API keys, so users authenticate directly with each platform.
Key highlights
- Supports a wide roster of networks, including newer ones like Bluesky and Threads alongside the usual suspects.
- Self-hosted and hosted versions currently share the same feature set—no artificial tiering.
- Built for automation: public API,
Node.jsSDK,N8Nnode, andMake.comsupport. - Licensed under
AGPL-3.0, a copyleft choice for infrastructure meant to be hosted.
Verdict
Teams that want to own their social-media tooling—or wire scheduling into larger automation pipelines—should look here. If you just need a lightweight personal scheduler and do not care about self-hosting, the hosted option exists, but the project’s real value is in the control it offers.
Frequently asked
- What is gitroomhq/postiz-app?
- It gives teams a self-hosted, API-friendly way to queue posts across every major network while keeping OAuth tokens under their own roof.
- Is postiz-app open source?
- Yes — gitroomhq/postiz-app is open source, released under the AGPL-3.0 license.
- What language is postiz-app written in?
- gitroomhq/postiz-app is primarily written in TypeScript.
- How popular is postiz-app?
- gitroomhq/postiz-app has 33.7k stars on GitHub and is currently cooling off.
- Where can I find postiz-app?
- gitroomhq/postiz-app is on GitHub at https://github.com/gitroomhq/postiz-app.