ReactionSaaS
Documentation

Image SDK playground

Preview tap / poll / slider on a still image and copy a data-reactify-image embed pattern. Production overlays load from your campaign API — see Image embeds guide. For reaction-video overlays, use the Video SDK playground.

ReactifySDK thread/recording flows live at /docs/reactify.

Image overlay playground

Preview tap / poll / slider behavior on a still image (simulated overlay). ReactionSDK mounts real overlays from your data-reactify-image host + campaign config — see Image embeds guide. For the full no-signup wizard, use Image Overlay Performance Test.

Commerce template

Live image preview (simulated)poll · commerce-decision-pulse

What stands out most?

Edit overlay

Four choice chips (SDK poll overlay on image)

Image host snippet

Replace placeholders with values from Dashboard → Campaign → Copy embed. Poll/tap/slider labels come from campaign overlayConfig.

<!-- Load sdk.js once on the page, then mount on your image wrapper -->
<script src="https://cdn.reactionsaas.com/sdk.js"></script>
<script>
  Reactify.init({
    apiKey: "YOUR_API_KEY",
    allowedOrigins: ["https://your-store.com"],
  });
</script>
<div
  data-reactify-image
  data-reactify-campaign-id="YOUR_CAMPAIGN_ID"
  data-reactify-video-id="img-YOUR_CAMPAIGN_ID"
  data-reactify-overlay="poll"
></div>