Salesforce · Airtable · HubSpot · Givebutter → any website

Live CRM data,
on any page.

Connect Salesforce, Airtable, or HubSpot. Point-and-click a query, then embed the result anywhere — table, cards, grid, sidebar, calendar — or pipe it out as JSON or one-click CSV. One script tag, no backend.

  • Salesforce
  • Airtable
  • HubSpot
  • Givebutter
  • + more coming
Secure OAuth Read-only by default Allowed-origins enforced
sawstream.com / studio / accounts-public
Live 5 records
Embed types & downloads

Seven layouts.
One source of truth.

Five visual embeds for your pages, plus JSON and CSV downloads when you need the raw data. Every layout reads from the same query — your CRM stays the source of truth, the website stays in sync.

How it works

From your org to your site
in under five minutes.

STEP 01

Connect your CRM

Authorise via OAuth — Salesforce, Airtable, or HubSpot. Read-only by default with auto-renew, no API keys to copy by hand.

STEP 02

Build a query

Pick the object, choose fields, set conditions. Filter values can be hard-coded or pulled live from the embedding page's URL.

STEP 03

Embed anywhere

Drop one script tag. Switch layouts from the dashboard — no redeploy. Lock embeds to your domains with allowed-origins.

<script src="…/live.js"
data-q="9k3-2fa">
</script>
live · 240ms
Drop-in install

One script tag.
Anywhere HTML lives.

If it accepts an embed, it accepts your live data — Salesforce, Airtable, HubSpot, or Givebutter. Configuration changes propagate without a redeploy.

  • WordPress
  • Drupal
  • Joomla
  • Squarespace
  • Wix
  • Webflow
  • WildApricot

WordPress users can also check out the full plugin solution at sfplugin.com

<!-- where the embed should render -->
<div class="sawstream-section" data-serrate></div>
 
<script
  src="https://sawstream.com/live.js"
  data-q="YOUR_QUERY_CODE"
  data-view="table"
></script>