Embed the SaaS Churn Calculator on Your Site

One line of HTML. Your readers see exactly how much MRR they're losing to failed Stripe payments — without leaving your page. Free, no signup, no tracking pixels.

📋
One-line embed Copy an iframe. Paste into your blog, Notion page, or newsletter HTML.
📱
Responsive Auto-fits narrow blog columns down to 320px wide.
🚫
No tracking No cookies, no analytics loaded inside the iframe. Just math.
💸
Free, forever No paywall. No "upgrade to remove branding" nonsense.

Live preview

This is exactly what your readers will see:

Copy-paste embed code

Paste this anywhere that accepts raw HTML (Ghost, WordPress, Substack HTML blocks, Notion embed, Webflow):

<iframe
  src="https://recover-kit.com/embed/churn-calculator"
  width="100%"
  height="640"
  frameborder="0"
  style="border:0;max-width:560px;display:block;margin:0 auto;"
  title="SaaS Churn Calculator">
</iframe>

Auto-resize (optional, 5 extra lines)

If you want the iframe to shrink/grow with the result panel instead of using a fixed height, drop this right after the iframe:

<script>
window.addEventListener('message', function(e) {
  if (e.data && e.data.type === 'recoverkit-calc-resize') {
    var f = document.querySelector('iframe[src*="recover-kit.com/embed/churn-calculator"]');
    if (f) f.style.height = (e.data.height + 20) + 'px';
  }
});
</script>

Where it works well

The calculator is built to slot into content about failed payments, churn, Stripe, pricing, unit economics, or retention. Good fits:

Use terms

TL;DR — yes, you can embed it.

Built the calculator yourself?

If you've built a similar tool for your audience, we're happy to link to it from our blog. Send the URL to [email protected] — we cross-link good tools.

Running a Stripe subscription business yourself?

RecoverKit is the AI-powered dunning tool behind this calculator. $19/mo, 7-day free trial, no credit card required.

See how it works →