ReactionSaaS
Documentation

Installation Guides

Copy-paste install guides for ReactionSDK across common stacks. Run examples in the ReactionSDK playground. Reactify thread embeds live in ReactifySDK installation.

Interactive example

Copy the embed code or run it in the Playground to see overlay configuration and events.

Overlay config (all ReactionSDK types)
<reaction-video
  src="video.mp4"
  overlays="tap,poll,rating,slider,cta"
  poll-question="Which style do you prefer?"
  cta-text="Buy Now"
  overlay-position="bottom-center"
  interaction-type="poll"
></reaction-video>

Click Run in Playground to try this config on the live demo.

By framework

More examples: Code Examples (overlay config, poll creation, interaction tracking, analytics events).