Back to the calculator

Embed the NZ Pay Rise Calculator

Free to use on any site — payroll providers, HR blogs, unions, accountants, personal-finance writers. One line of HTML gives your readers a working New Zealand pay rise calculator that shows what's left after PAYE, KiwiSaver, ACC and student loan.

1. Copy the embed code

Embed code
<iframe
  src="https://payrisenz.app/embed/pay-rise-calculator"
  title="NZ Pay Rise Calculator by Payrise NZ"
  width="100%"
  height="720"
  style="border:1px solid #e5e7eb;border-radius:12px;max-width:720px"
  loading="lazy"
></iframe>
<p style="font-size:12px">
  Calculator by <a href="https://payrisenz.app/">Payrise NZ</a>
</p>

2. Optional: auto-resize the frame

The widget posts its height to the parent window, so you can drop this script anywhere on the page to make the iframe fit its content exactly.

Auto-resize script
<script>
  window.addEventListener("message", function (e) {
    if (e.data && e.data.type === "payrisenz:height") {
      var f = document.querySelector(
        'iframe[src*="payrisenz.app/embed/pay-rise-calculator"]'
      );
      if (f) f.style.height = e.data.height + 40 + "px";
    }
  });
</script>

Live preview

This is exactly what your visitors will see.

Licence & attribution

  • Free for commercial and non-commercial use, with no sign-up and no fee.
  • Please keep the visible “Calculator by Payrise NZ” credit link, or add your own link to payrisenz.app.
  • Don't modify the widget to change the tax figures or imply the calculations are your own.
  • Results are estimates based on current Inland Revenue, ACC and KiwiSaver settings — not tax advice.

Need a different size, a white-label version, or a calculator tailored to your audience? Get in touch and we'll sort it.