Skills2026年4月10日·1 分钟阅读

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.

Agent 就绪

这个资产会安全暂存

这个资产会先安全暂存。复制的指令会要求 Agent 读取暂存文件,并在激活脚本、MCP 配置或全局配置前先确认。

Stage only · 29/100策略:需暂存
Agent 入口
任意 MCP/CLI Agent
类型
Skill
安装
Stage only
信任
信任等级:Established
入口
step-1.md
安全暂存命令
npx -y tokrepo@latest install d528c69b-349d-11f1-9bc6-00163e2b0d79 --target codex

先暂存文件;激活前需要读取暂存 README 和安装计划。

TL;DR
Postiz is a self-hostable social media scheduling tool with AI content generation, multi-platform posting, and team collaboration.
§01

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.

§02

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.

§03

How to use

  1. Self-host Postiz using Docker Compose or deploy to a cloud provider.
  2. Connect your social media accounts via OAuth.
  3. Create posts, schedule them, and monitor analytics from the web dashboard.
§04

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
§05

Related on TokRepo

§06

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.

常见问题

Is Postiz free to use?+

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.

What social media platforms does Postiz support?+

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.

How does the AI content generation work?+

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.

Can multiple team members use Postiz?+

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.

How does Postiz compare to Buffer?+

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.

引用来源 (3)
🙏

来源与感谢

讨论

登录后参与讨论。
还没有评论,来写第一条吧。

相关资产