Browse docs
Real projects, and which category they're in#
Self-host vs. wrap a hosted API vs. use a unified vendor#
Self-hosting a project like Postiz gives you full control and no vendor lock-in, at the cost of running and maintaining the infrastructure (database, job queue, token storage, platform API changes) yourself. A thin wrapper around a hosted API (Ayrshare-style) removes the multi-platform integration work but still leaves you responsible for the connect/consent UX and paying that vendor. A managed, unified API like SkedCast's sits at the other end: hosted, includes the connect-invite flow for your end users, and the object model (clients, campaigns, approvals) is built for agencies and teams rather than a single account.
FAQ
- Is there a genuinely open-source, self-hostable alternative to a hosted scheduler?
- Yes — Postiz (gitroomhq/postiz-app on GitHub) is a real, actively maintained open-source scheduling application you can self-host, distinct from a thin API wrapper.
- Should I build my own wrapper around each platform's raw API instead?
- Only if you have exactly one or two platforms and want zero third-party dependency in the posting path. Past that, you're re-solving OAuth, token refresh, media transcoding, and rate-limit handling per platform — the exact cost a unified API exists to remove.