Free to use · No signup · No tracking

Put these calculators on your own site

By Hamza Maghrabi · Last updated 21 August 2026

If you run an HR blog, an accounting practice, a recruitment site or a UAE business resource page, you are welcome to embed these calculators. Copy one line of HTML. Nothing to install, no account, no cost, and we do not track your visitors.

Widget 1

UAE gratuity calculator

End-of-service gratuity: 21 days of basic pay per year for the first five years, 30 days after that, capped at 24 months. The single most-asked UAE employment question.

<iframe src="https://gulftaxuae.com/embed/gratuity.html"
        width="100%" height="560" frameborder="0"
        title="UAE Gratuity Calculator by GulfTax"
        loading="lazy"></iframe>

Widget 2

UAE corporate tax calculator

The 9% federal rate with the AED 375,000 zero band, plus the Small Business Relief election for revenue at or under AED 3,000,000.

<iframe src="https://gulftaxuae.com/embed/corporate-tax.html"
        width="100%" height="600" frameborder="0"
        title="UAE Corporate Tax Calculator by GulfTax"
        loading="lazy"></iframe>

Details

What you should know before embedding

Licence

Free for any site, commercial or not. The only condition is that you leave the "Powered by GulfTax" credit link in place. That link is the entire business model here, and removing it is the one thing we ask you not to do.

Auto-resizing

The widget posts its height to the parent page whenever the content changes, so you can size the iframe exactly if you want to. Add this once and drop the fixed height attribute:

<script>
window.addEventListener("message", function (e) {
  if (e.data && e.data.gulftaxEmbed === "height") {
    document.querySelectorAll('iframe[src*="gulftaxuae.com/embed/"]')
      .forEach(function (f) { f.style.height = e.data.height + "px"; });
  }
});
</script>

Privacy

The widgets set no cookies, run no analytics and send nothing anywhere. All arithmetic happens in the visitor's browser. Nothing typed into them ever leaves the page, which also means we cannot see it.

Accuracy and updates

The widgets are served from our site, so when UAE rules change the embedded copy updates on its own. You do not need to touch your page again. Both widgets are estimates for general guidance, not tax or legal advice, and each links through to the full calculator and the underlying rules.

WordPress, Wix, Squarespace, Webflow

Paste the code into a Custom HTML or Embed block rather than the normal text editor, which strips iframes. In WordPress that is the "Custom HTML" block, not "Paragraph".

Want a different calculator?

Overtime, annual leave, final settlement, VAT and Zakat calculators all exist on the site and could be turned into widgets. Tell us which one you need and we will build it.