One workspace for every platform.

Connect, schedule, and publish from one place.

No card requiredSelf-host or cloud

Fifteen platforms today. One contract.

  • LinkedIn
  • X
  • Instagram
  • Facebook
  • TikTok
  • YouTube
  • Telegram
  • Discord
  • WhatsApp
  • Mastodon
  • Pinterest
  • Threads
  • Bluesky
  • Reddit
  • Slack
Why teams switch

Stop maintaining every integration. Maintain one.

Each social platform has its own auth, rate limits, content rules, and breaking changes. Connectrix normalizes them so your code keeps shipping.

Unified connector model

One `POST /publish` call routes to any platform. Per-platform overrides ride the same payload, no SDK juggling.

Append-only token vault

OAuth refresh, scope changes, and revocations land in an append-only audit log keyed by workspace.

Live delivery analytics

Publishes, webhook ingestions, and token events on one timeline. Retries, dedup keys, and idempotency surface inline.

Webhook normalization

One signed webhook URL, normalized payloads, automatic dedup. Replay any event from the dashboard.

Scheduled posting

Compose once, schedule across platforms with timezone-aware queues and per-platform character and media validation.

Self-host or cloud

Deploy in your VPC for zero-egress posting, or use the managed cloud.

Built for engineers

Ten-minute integration. Auth, retries, and dedup come free.

Drop the REST endpoints in, point one webhook URL at the API, and the integration is done. Breaking changes are absorbed when a platform ships its next version.

POST /api/publish
POST /api/publish HTTP/1.1
Host: api.connectrix.example
Content-Type: application/json
Idempotency-Key: launch_q2_2026

{
  "workspace": "ws_a8f2c1",
  "targets": ["linkedin", "x", "tiktok"],
  "body": "Launch announcement: native TikTok publishing →",
  "media": [{ "url": "https://cdn.example/launch.mp4" }],
  "overrides": {
    "x": { "body": "Launch announcement: native TikTok publishing 🎬" }
  }
}

Idempotent by default

Every publish takes an `Idempotency-Key`. Retry safely, duplicates are dropped on the API side.

Normalized webhooks

One signed webhook URL across every platform you connect. Payloads are normalized to a single schema with replay and dedup.

OpenAPI-first

The REST API is documented in an OpenAPI spec generators consume. Docs and clients cannot drift.

Get started in minutes.

Connect your first platforms, publish to all of them with one API call, and watch the audit log fill up.