Industry-Leading NPS Widgets for Framer

Best NPS Widgets Software for Framer

Join 2,200+ companies using Produktly to create exceptional nps widgets that measure customer loyalty and identify areas for growth on Framer.

Produktly Capterra rating 4.7/5.0Produktly Capterra Best Ease of Use Badge

Why Produktly NPS Widgets is Perfect for Framer

Guide visitors through your Framer sites. Enhance your high-fidelity mockups or published sites with interactive tips.

Supercharge Your Framer Experience

Measure customer satisfaction and loyalty with easy-to-use NPS widgets.

High Response Rates

In-app widgets get much higher response rates than emails.

Automated Scheduling

Ask for feedback at the perfect time in the user journey.

Closed-Loop Feedback

Act on feedback quickly to improve customer loyalty.

Simple Integration with Framer

Getting started with Produktly nps widgets on your Framer project is quick and easy.

How to integrate:

  1. 1

    Copy your Produktly script snippet.

  2. 2

    In Framer, go to Site Settings > Custom Code.

  3. 3

    Paste the snippet into the "Head" field.

  4. 4

    Publish your site and start creating onboarding flows.

Produktly highlighting features in Framer

Framer and in-app guidance

Framer is a design-first website builder that publishes static sites with optional dynamic components. Class names are auto-generated and can change between publishes, so you can’t rely on them for targeting. Framer does expose an "Attributes" panel where you can add custom HTML attributes to any layer, which is what you should use.

Framer sites are mostly multi-page with full reloads unless you’ve enabled smooth page transitions, in which case navigation happens in-app.

Installing Produktly on Framer

Paste the snippet into Site Settings > Custom Code > Head so it loads on every page.

<!-- Framer > Site Settings > Custom Code > Head -->
<script>
  (function (w, d, f) {
    var a = d.getElementsByTagName("head")[0];
    var s = d.createElement("script");
    s.async = 1; s.src = f;
    s.setAttribute("id", "produktlyScript");
    s.dataset.clientToken = "YOUR_TOKEN";
    a.appendChild(s);
  })(window, document, "https://public.produktly.com/js/main.js");
</script>

Publish the site after saving. Custom Code only runs on the published domain, not the Framer preview.

Things to watch out for on Framer

  • Class names change on every publish

    Framer regenerates class hashes when you publish. Use the Attributes panel to add data-tour="step-1" to every element a tour targets.

  • Custom Code only runs on the published site

    You won’t see Produktly in the Framer canvas or preview. Open your real published URL to test.

  • Smooth page transitions are in-app

    If you turned on Framer’s smooth navigation, cross-page tours need Produktly’s SPA redirect handling enabled.

Why teams on Framer pick Produktly

Framer teams pick Produktly because the editor is visual and matches the design-first workflow Framer users expect. The snippet lives in Site Settings, integrates in two minutes, and there’s no Framer-specific package or plugin to maintain.