Stop maintaining every integration.
One workspace and one contract for every social platform you publish to.
Every team builds this twice.
Once when the first integration ships, and again two years later after the third platform breaks. By then the workarounds outnumber the original code.
Connectrix is the build you don't have to do. Every platform behind one REST API, one webhook URL, one audit log.
What this is built on.
Official APIs only
We never scrape. Every platform we support is integrated through its official API, so publishes don't break when a platform tightens its DOM.
Append-only audit log
Every connector state change and publish leaves a row you can read. Not opt-in. Not a paid tier. The audit log is the system, not a feature on top of it.
Encrypted token vault
OAuth tokens are encrypted at rest with rotatable keys, never logged, never returned through the API. Token rotation runs without re-prompting your users.
Idempotent by construction
Every publish takes an idempotency key. Retry safely. Duplicates are dropped on our side, not yours. Reconciliation against the platform's post reference is built in.
Async-first request path
Your code never waits on a slow social API. Publishes go through a queue. Your request path returns in milliseconds with an id you can poll or webhook against.
Things we're not going to ship.
- We won't add scraping connectors. If a platform doesn't have an API, we don't support it.
- We won't add a separate enterprise build. The cloud and self-hosted versions are the same code.
- We won't claim certifications we don't have. When that changes, this page will.
Boring infrastructure, by design.
Tokens are encrypted at rest with rotatable keys. Every connector state change writes an audit row you can read. Outbound calls are async.
Connectors run behind feature flags so one platform's outage doesn't take the rest down. None of this is a paid tier.
Try it without a billing decision.
Connect a platform, publish a post, watch the audit row land. The whole loop takes ten minutes.