For website owners

Put our calculators on your site, free

Every calculator here can be embedded on your own website with one line of HTML. No signup, no API key, no cost, and no tracking of your visitors. Take the code, paste it, done.

By Muhammad Tayyab Shabbir ·

How does embedding work?

Copy the snippet for the calculator you want and paste it into your page, post or template wherever HTML is allowed. It works in WordPress (Custom HTML block), Ghost, Webflow, Squarespace, Wix, Notion embeds, and any hand-written site. The calculator loads inside a responsive frame, adapts to the width you give it, and runs entirely in your visitor's browser.

What we ask in return: the embed carries a small "Powered by My FIRE Calculators" credit linking back to us. That link is how we can afford to give the tools away, so please leave it in place. Everything else is yours to use commercially, indefinitely, at no cost.

What do your visitors get, and what do we collect?

Nothing is collected. The math runs client-side in the iframe, so the numbers your readers type never reach our servers or anyone else's. There are no cookies set by the embed, no analytics beacons and no third-party trackers inside it. That means you can drop it into a page without changing your own privacy policy or consent banner.

The calculators

Coast FIRE Calculator

The amount you need invested today to stop saving. Preview →

<iframe id="mfc-coast-fire-calculator" src="https://myfirecalculators.com/embed/coast-fire-calculator" width="100%" height="1300" style="border:1px solid #e5e7eb;border-radius:12px" loading="lazy" title="Coast FIRE Calculator"></iframe>
<script>
window.addEventListener("message", function (e) {
  if (e.origin !== "https://myfirecalculators.com" || !e.data || !e.data.mfcHeight) return;
  var f = document.getElementById("mfc-coast-fire-calculator");
  if (f) f.style.height = e.data.mfcHeight + "px";
});
</script>

Calculator by myfirecalculators.com

FIRE Number Calculator

The portfolio that funds your lifestyle indefinitely. Preview →

<iframe id="mfc-fire-number-calculator" src="https://myfirecalculators.com/embed/fire-number-calculator" width="100%" height="1300" style="border:1px solid #e5e7eb;border-radius:12px" loading="lazy" title="FIRE Number Calculator"></iframe>
<script>
window.addEventListener("message", function (e) {
  if (e.origin !== "https://myfirecalculators.com" || !e.data || !e.data.mfcHeight) return;
  var f = document.getElementById("mfc-fire-number-calculator");
  if (f) f.style.height = e.data.mfcHeight + "px";
});
</script>

Calculator by myfirecalculators.com

Barista FIRE Calculator

How part-time income shrinks the target. Preview →

<iframe id="mfc-barista-fire-calculator" src="https://myfirecalculators.com/embed/barista-fire-calculator" width="100%" height="1300" style="border:1px solid #e5e7eb;border-radius:12px" loading="lazy" title="Barista FIRE Calculator"></iframe>
<script>
window.addEventListener("message", function (e) {
  if (e.origin !== "https://myfirecalculators.com" || !e.data || !e.data.mfcHeight) return;
  var f = document.getElementById("mfc-barista-fire-calculator");
  if (f) f.style.height = e.data.mfcHeight + "px";
});
</script>

Calculator by myfirecalculators.com

Lean FIRE Calculator

Early retirement on a lean budget. Preview →

<iframe id="mfc-lean-fire-calculator" src="https://myfirecalculators.com/embed/lean-fire-calculator" width="100%" height="1300" style="border:1px solid #e5e7eb;border-radius:12px" loading="lazy" title="Lean FIRE Calculator"></iframe>
<script>
window.addEventListener("message", function (e) {
  if (e.origin !== "https://myfirecalculators.com" || !e.data || !e.data.mfcHeight) return;
  var f = document.getElementById("mfc-lean-fire-calculator");
  if (f) f.style.height = e.data.mfcHeight + "px";
});
</script>

Calculator by myfirecalculators.com

Fat FIRE Calculator

Retiring early without cutting back. Preview →

<iframe id="mfc-fat-fire-calculator" src="https://myfirecalculators.com/embed/fat-fire-calculator" width="100%" height="1300" style="border:1px solid #e5e7eb;border-radius:12px" loading="lazy" title="Fat FIRE Calculator"></iframe>
<script>
window.addEventListener("message", function (e) {
  if (e.origin !== "https://myfirecalculators.com" || !e.data || !e.data.mfcHeight) return;
  var f = document.getElementById("mfc-fat-fire-calculator");
  if (f) f.style.height = e.data.mfcHeight + "px";
});
</script>

Calculator by myfirecalculators.com

Early Retirement Calculator

The age your portfolio crosses the line. Preview →

<iframe id="mfc-early-retirement-calculator" src="https://myfirecalculators.com/embed/early-retirement-calculator" width="100%" height="1300" style="border:1px solid #e5e7eb;border-radius:12px" loading="lazy" title="Early Retirement Calculator"></iframe>
<script>
window.addEventListener("message", function (e) {
  if (e.origin !== "https://myfirecalculators.com" || !e.data || !e.data.mfcHeight) return;
  var f = document.getElementById("mfc-early-retirement-calculator");
  if (f) f.style.height = e.data.mfcHeight + "px";
});
</script>

Calculator by myfirecalculators.com

4% Rule Calculator

What a portfolio safely pays each year. Preview →

<iframe id="mfc-4-percent-rule-calculator" src="https://myfirecalculators.com/embed/4-percent-rule-calculator" width="100%" height="1050" style="border:1px solid #e5e7eb;border-radius:12px" loading="lazy" title="4% Rule Calculator"></iframe>
<script>
window.addEventListener("message", function (e) {
  if (e.origin !== "https://myfirecalculators.com" || !e.data || !e.data.mfcHeight) return;
  var f = document.getElementById("mfc-4-percent-rule-calculator");
  if (f) f.style.height = e.data.mfcHeight + "px";
});
</script>

Calculator by myfirecalculators.com

Savings Rate Calculator

Years to independence from your savings rate. Preview →

<iframe id="mfc-savings-rate-calculator" src="https://myfirecalculators.com/embed/savings-rate-calculator" width="100%" height="1300" style="border:1px solid #e5e7eb;border-radius:12px" loading="lazy" title="Savings Rate Calculator"></iframe>
<script>
window.addEventListener("message", function (e) {
  if (e.origin !== "https://myfirecalculators.com" || !e.data || !e.data.mfcHeight) return;
  var f = document.getElementById("mfc-savings-rate-calculator");
  if (f) f.style.height = e.data.mfcHeight + "px";
});
</script>

Calculator by myfirecalculators.com

How do you size the embed?

Terms, in plain English

Questions, or want a calculator we do not have yet? Tell us and we will look at building it.

Common questions

Is embedding free?

Yes. No signup, no API key and no cost. The embed carries a small Powered by My FIRE Calculators credit linking back to us, and that link is the whole price. Everything else is yours to use commercially, indefinitely.

Do the embedded calculators track my visitors?

No. The math runs client-side inside the iframe, so the numbers your readers type never reach our servers or anyone else's. The embed sets no cookies, fires no analytics beacons and loads no third-party trackers, which means dropping it in does not change your own privacy policy or consent banner.

Where do the embeds work?

In WordPress Custom HTML blocks, Ghost, Webflow, Squarespace, Wix, Notion embeds and any hand-written site where HTML is allowed. The calculator loads inside a responsive frame and adapts to the width you give it.

What assumptions do the embedded calculators use?

The same shared engine as the pages on this site: a 7% nominal return, 3% inflation and 0% fees, giving a 4% real return, at a 4% withdrawal rate, with age 30 and retirement at 65. Your visitors can change all of them under Advanced assumptions. The formulas and defaults are documented on how our calculators work.

Sources and further reading

The figures and rules on this page rest on the sources below, so you can check them rather than take our word for it.