Postiz — Open Source Social Media Scheduling & Management
Postiz is an open-source social media scheduling tool with AI content generation, multi-platform posting, team collaboration, and analytics — a Buffer/Hootsuite alternative.
Staging seguro para este activo
Este activo primero queda en staging. El prompt copiado pide inspeccionar los archivos staged antes de activar scripts, config MCP o config global.
npx -y tokrepo@latest install d528c69b-349d-11f1-9bc6-00163e2b0d79 --target codexPrimero deja archivos en staging; la activación requiere revisar el README y el plan staged.
What it is
Postiz is an open-source social media scheduling and management platform. It provides AI-powered content generation, multi-platform posting (Twitter/X, LinkedIn, Instagram, Facebook, and more), team collaboration features, and analytics dashboards. It positions itself as a self-hostable alternative to Buffer and Hootsuite.
Postiz targets small teams, solo creators, and agencies who want full control over their social media workflow without paying for commercial SaaS tools.
How it saves time or tokens
Postiz centralizes content creation, scheduling, and analytics into one dashboard. The AI content generation feature drafts posts based on prompts or existing content, reducing the time spent writing platform-specific copy. Multi-platform posting eliminates the need to log into each social network individually.
How to use
- Self-host Postiz using Docker Compose or deploy to a cloud provider.
- Connect your social media accounts via OAuth.
- Create posts, schedule them, and monitor analytics from the web dashboard.
Example
# docker-compose.yml for Postiz
version: '3.8'
services:
postiz:
image: ghcr.io/gitroomhq/postiz-app:latest
ports:
- '5000:5000'
environment:
- DATABASE_URL=postgresql://user:pass@db:5432/postiz
- REDIS_URL=redis://redis:6379
- NEXT_PUBLIC_BACKEND_URL=http://localhost:3000
depends_on:
- db
- redis
db:
image: postgres:16
environment:
POSTGRES_PASSWORD: pass
POSTGRES_USER: user
POSTGRES_DB: postiz
redis:
image: redis:7
Related on TokRepo
- AI tools for marketing -- Marketing and content creation tools curated on TokRepo.
- AI tools for automation -- Workflow automation tools for repetitive tasks.
Common pitfalls
- Social media platform APIs change frequently. Postiz integrations may break after API updates; check the project's issue tracker for known compatibility issues.
- AI content generation quality depends on the configured LLM provider. Without an API key for a capable model, generated posts will be generic.
- Self-hosting requires PostgreSQL and Redis. Running without Redis causes queue failures and missed scheduled posts.
- Rate limits on social media APIs restrict how many posts you can schedule per hour. Spreading posts across time windows avoids throttling.
- Instagram posting via API requires a Facebook Business account and Instagram Professional account; personal accounts are not supported.
Preguntas frecuentes
Postiz is open-source and free to self-host. The project may offer a hosted version with paid plans, but the self-hosted version includes all features. You only pay for your own server and any LLM API costs for AI content generation.
Postiz supports Twitter/X, LinkedIn, Instagram, Facebook, YouTube, TikTok, Pinterest, and other platforms depending on the version. Platform support depends on API availability and OAuth integration status.
Postiz connects to an LLM provider (like OpenAI) via API. You provide a topic or existing content, and the AI generates platform-appropriate post copy. You can edit the generated content before scheduling.
Yes. Postiz supports team workspaces with role-based access control. Team members can draft posts, submit for approval, and manage different social accounts with separate permissions.
Buffer is a commercial SaaS with polished UX and reliable platform integrations. Postiz is open-source, self-hostable, and includes AI content generation. Postiz gives you data ownership and no per-seat pricing, but requires self-hosting maintenance.
Referencias (3)
- Postiz GitHub— Postiz is an open-source social media scheduling tool
- Postiz Website— AI content generation and multi-platform posting
- Postiz Documentation— Self-hostable Buffer/Hootsuite alternative
Relacionados en TokRepo
Fuente y agradecimientos
- GitHub: gitroomhq/postiz-app — 28K+ ⭐ | AGPL-3.0
- Website: postiz.com
Discusión
Activos relacionados
Keycloak — Open Source Identity & Access Management
Keycloak is the most widely deployed open-source IAM solution. SSO, OIDC, SAML, LDAP federation, MFA, social login, and user management for enterprise applications.
Huly — All-in-One Open Source Project Management Platform
Huly is an open-source alternative to Linear, Jira, Slack, and Notion. Project tracking, team chat, knowledge base, and HR tools in a single unified platform.
Chatwoot — Open Source Customer Support & Live Chat
Chatwoot is an open-source Intercom/Zendesk alternative with live chat, email, social media support, and omnichannel inbox for customer communication.
Ghostfolio — Open Source Wealth Management & Portfolio Tracker
Ghostfolio is an open-source personal finance dashboard for tracking stocks, ETFs, crypto, and other investments with real-time market data and performance analytics.