Postiz

Active
GitHub TypeScript AGPL-3.0

Description

Postiz is an open-source social media scheduling platform tool that integrates multi-channel publishing with AI Agent workflows.

Key Features

  • Multi-platform — X, LinkedIn, Instagram, Threads, YouTube
  • AI scheduling — agent decides best publish time
  • Calendar — visual planning across channels
  • Team collaboration — multi-reviewer publishing
  • Analytics — reach and engagement per post
  • Self-hostable — fully open source

Use Cases

💡 Central multi-platform scheduling for content teams
💡 Letting AI decide time and copy
💡 A unified publishing calendar for creators
💡 Handing publishing off to an agent

Strengths & Limitations

Strengths

  • Actively maintained, recent updates
  • High community interest (35.4k stars)
  • Established track record (3 years in production)
  • Responsive to issues, low backlog

⚠️ Limitations

  • Restrictive license (AGPL-3.0)

Quick Start

# 多平台社媒调度
docker run -d --name postiz \
  -p 3000:3000 \
  ghcr.io/gitroomhq/postiz-app:latest

Related Projects

Ansible

70.6k · Python
Active A+

Ansible is an agentless automation platform that orchestrates servers, cloud and network using YAML playbooks; serves as the stable execution layer for agent tools.

automationconfiguration-managementagent +2
  • · Agentless — executes over SSH/WinRM, no agent required on target machines
  • · YAML playbooks — declarative YAML describes desired system state
  • · Idempotent — repeat runs produce the same state, ideal for agent toolchains