Why We Rewrote Postiz:
5 Architectural Gotchas & Battle Scars
Postiz gained 35,000+ GitHub stars with an ambitious vision for open-source social media management. But when we took it into real production, we hit five serious architectural limitations that forced us to rebuild it as Hookpost.
1Turbopack OOM Exit Code 137 on Modest VPS Hosts
Postiz is structured as an Nx monorepo using Next.js 16 with Turbopack. While local builds on 32GB developer Macs finish in under 10 seconds, running next build on a standard 2GB RAM / 1 vCPU cloud server triggered the Linux Out-Of-Memory killer (Exit Code 137).
2Meta Graph API v20 Error 190 (The 2-Hour Silent Disconnect)
During early testing, scheduled Instagram Reels and Facebook Pages would suddenly fail with OAuthException (Code 190, Subcode 463: Error validating access token) exactly two hours after account connection. Postiz was storing short-lived user tokens directly from the OAuth callback.
oauth/access_token?grant_type=fb_exchange_token, securing long-lived 60-day tokens and initiating automated background renewal cron jobs before expiration.3Neon Serverless Connection Exhaustion
When connecting to cloud serverless Postgres providers like Neon, Prisma ORM in Postiz rapidly opened 20+ persistent connections during background cron syncs, throwing max_client_conn reached errors.
?pgbouncer=true&connection_limit=5) for runtime queries, and a dedicated DIRECT_URL exclusively for schema migrations.4The Western Payment Monopoly: Adding Native Razorpay Support
Postiz assumed all creators have an international USD credit card. Millions of creators across India and emerging markets rely on instant UPI (Unified Payments Interface), RuPay, and domestic banking.
5AI Agent Revolution: Building the Claude MCP Server
The way creators produce content changed in 2026. Nobody wants to copy-paste between Claude Desktop or ChatGPT and a web calendar dashboard. We wanted AI agents to schedule posts autonomously via natural conversation.
npx hookpost mcp), allowing Claude Desktop, Cursor, and Windsurf to manage queues programmatically via standard JSON-RPC.Experience the Re-engineered Architecture
Enjoy 100% open-source power, reliable direct API auto-publishing, and native Claude MCP integration.
Start Free for $0 →