Embed Omentoo on your site

A one-line embed for community sites, dev-tool docs, or any page where a visitor might have raw customer feedback to make sense of. Free, no signup, no API key, no rate limit on the embedding site.

Drop-in (1 line)

Paste this anywhere on your page. A button mounts inline and opens the full Omentoo demo in a modal when clicked.

<script src="https://omentoo.com/embed.js" data-pulse-mount async></script>

Programmatic mount

If you need control over where the button mounts:

<div id="pulse-mount"></div>
<script src="https://omentoo.com/embed.js" async></script>
<script>
  window.addEventListener("load", () => {
    window.PulseEmbed?.mount(document.querySelector("#pulse-mount"));
  });
</script>

Or open the modal manually:

<button onclick="PulseEmbed.open()">Try Pulse</button>
<script src="https://omentoo.com/embed.js" async></script>

Live preview

This is what your visitors will see:

Who this is for

  • Dev-tool docs sites that want to show readers how to make sense of GitHub issue exports
  • Community platforms where members analyze customer feedback
  • Personal blogs about product, customer success, or research
  • Agency sites offering "customer voice" work

Embed traffic is free for the embedding site. Visitors who click through and want continuous synthesis can sign up at /pricing.

License

Free for any site. The button must remain attributed ("Powered by Omentoo"). For white-label or contractually custom embeds, email us.