Skip to content

Real-time two-way sync between Supabase and your CRM, ERP and data warehouse

You built the product on Supabase to move fast. Do the same for Salesforce, NetSuite and Stripe: map the fields once, and every write moves both ways in milliseconds.

1,000+
Connectors
<200ms
p95 propagation
$100
Free credits
SOC 2
ISO 27001 · HIPAA

Trusted by fast-scaling teams, from YC startups to enterprise platform teams

Your agent already writes to Supabase. Now it writes to the business.

If Claude Code, Cursor or an edge function can run one UPDATE, it can close a deal in Salesforce. Same auth, same RLS, same audit trail, no SDK or MCP tool per system.

OpenAI MCP Gemini Anthropic
~/acme-api · claude
dev@acme:~/acme-api$ claude
Claude Code v2.1.0
mcp: stacksync ✔ connected · 1,000 tools
mark deal d_10427 as won
stacksync:write (deals)
update deals
set stage = 'won'
where id = 'd_10427';
propagating to 2 mapped systems…
salesforce180ms
hubspot210ms
2 writes committed · supabase is the source of truth
Use cases

What teams ship first

Six patterns a two-person team can ship in a week. Any table in Supabase maps to any object in any connector.

Build internal tools on external system data

One GDPR erasure cascades to every downstream system, with a row-level receipt for the auditor.

CRM and DB sync

Closed-won seats and limits land in Supabase, so RLS enforces entitlements without a sync script.

Real-time ERP visibility inside your database

Usage meters, Stripe invoices and data warehouse revrec stay aligned, and any drift is audit-visible.

Database replication

Ship an integrations tab to your tenants. Per-tenant credentials on top of RLS, no second vendor.

Enrich your CRM from your database

Churn, LTV and embeddings computed in the data warehouse, served from Supabase. pgvector can query them live.

PLG to sales handoff

Push activation and seat counts into CRM properties. Pull deal stage and tier back to gate features behind RLS.

Pricing

Free for Supabase builders

Normally $1,000/mo. Yours at $0 during launch week.

Launch week: 10,000 accounts only
Supabase Connect
$1,000 $0 / month

Plus $100 in sync credits on the house. No card, no sales call, the same self-serve start you got with Supabase.

7,840 of 10,000 claimed2,160 left

Takes about 2 minutes · cancel in one click · export every mapping you build

  • 1 active two-way sync, real-time
  • AI agents and MCP servers
  • Workflows on any synced change
  • 3 collaborators
  • Migration review with a Stacksync engineer

“We went from treating data integration as a necessary evil that consumed our best engineers to having it just work, reliably, at scale, in real-time.”

Alex Marinov · VP of Technology, ACERTUS

Trusted by 1,000+ teams · SOC 2 Type II · ISO 27001

How it works

Four steps, and no backend to maintain

01

Connect

OAuth your project and the system. Schemas read automatically.

02

Map

Tables to objects, fields to fields. Transforms run inline.

03

Sync

Historical backfill, then continuous CDC both ways.

04

Monitor

Row-level logs, latency and one-click replay.

Sync Supabase with Salesforce
from React

One client, the same auth as your Supabase project. If you know the Supabase client, you already know this one.

Read the docs
import { createClient } from '@stacksync/client'const stacksync = createClient(  process.env.SUPABASE_URL,  process.env.STACKSYNC_API_KEY)export default function Deals() {  const [deals, setDeals] = useState([])  useEffect(() => {    stacksync.from('deals').select('*')      .then(({ data }) => setDeals(data))  }, [])  return <DealList items={deals} />}
Security

Security teams trust Stacksync

The integration layer is where compliance reviews stall. Row-level audit, residency and DPF certification for US, EU, UK and CH transfers, so procurement is a form, not a quarter.

Learn more about security
SOC 2 Type II SOC 2 Type II
ISO 27001 ISO 27001
HIPAA BAA HIPAA BAA
GDPR GDPR
CCPA CCPA
CSA STAR CSA STAR
DPF US-EU-UK-CH
→ Security with benefits

SSO & SCIM

Okta, Azure and Google SSO, with SCIM provisioning.

Alerts

Sync issues to email, Slack, PagerDuty or WhatsApp, with retry and revert.

Secure connections

Connects to your systems your way.

OAuth 2SSH tunnellingSSL certificatesIP whitelistingVPN gatewayVPC peering

Ship it this afternoon, scales on auto pilot