Skip to content

Real-time two-way sync between Supabase and Salesforce

Map the fields once, and every write moves both ways in milliseconds. Supabase row inserts land in Salesforce, Salesforce updates land back in Supabase.

public.customers CRM Salesforce public.customers CRM Salesforce
<200ms
p95 propagation
$100
Free credits
SOC 2
ISO 27001 · HIPAA

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

Capabilities

Everything you need to sync Salesforce

Connects over REST, SOAP, and Bulk APIs, mapped field-by-field into Supabase, with row-level audit and no backend of your own to run.

Two-way, not one-way

Every table maps to a Salesforce object both ways. Insert a row in Supabase and it lands in Salesforce; update a record there and Supabase reflects it back.

Live, not batched

Apex triggers are used whenever possible. Changes land in Supabase in milliseconds, not on the next polling cycle.

Accounts Two-way synced
Contacts Two-way synced
Custom Objects Two-way synced

Every object, standard or custom

Standard objects and custom objects are both fair game. Stacksync's schema discovery maps fields automatically, no manual data dictionary.

Use cases

What teams ship first

Patterns a two-person team can ship in a week. Any table in Supabase maps to any object in Salesforce.

Real-time

Two-way sync

Changes in Salesforce instantly reflect in Supabase, and back. No stale data, no manual imports.

Sync Accounts, Contacts, and Opportunities between Salesforce and Supabase, so engineers query and update CRM data with plain SQL instead of the Salesforce API.

Compute product usage metrics in Supabase and write them onto Salesforce Account and Contact fields, so reps see adoption signals on the record.

Trigger provisioning or billing changes in Supabase the moment an Opportunity moves to closed-won in Salesforce.

Consolidate multiple Salesforce orgs into one Supabase database for cross-org reporting after an acquisition.

Why builders sync Supabase and Salesforce

Ship without a backend

No custom ETL jobs, webhooks, or sync scripts to write and maintain. Map Supabase tables to Salesforce objects like Accounts and Contacts once, and every write stays in sync from there on.

Every write moves both ways

Changes in Supabase reach Salesforce in real time, and back. accounts, contacts and leads stay consistent everywhere they live.

Built to run in production

Your Supabase write-ahead log is read directly, and Salesforce changes are picked up the moment they happen, so sync keeps pace with live traffic. No polling delays, rate limits, or extra load on your database.

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} />}
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

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
FAQ

Supabase + Salesforce FAQ

How does Supabase sync with Salesforce?

Stacksync watches your Supabase tables via CDC and Salesforce's API in real time. A write on either side maps to fields on the other and propagates in milliseconds, with row-level logs for every change.

Is the Supabase + Salesforce sync two-way?

Yes. Changes made in Supabase propagate to Salesforce and vice versa. One-way flows are also supported when a direction should stay read-only.

Do I need to write backend code to connect Supabase and Salesforce?

No. Authenticate both systems, pick objects and fields to map, and enable the sync. Most integrations go live in minutes with no infrastructure to manage.

Is my Salesforce and Supabase data secure in transit?

Stacksync is SOC 2 Type II, ISO 27001, HIPAA, GDPR, CCPA and CSA STAR certified, and holds the EU-US, UK and Swiss Data Privacy Framework (DPF) certification. Data is encrypted in transit, with a zero-persistent-storage architecture: records aren't retained after a sync operation.

Sync Supabase and Salesforce this afternoon