generated: '2026-08-09'
method: searched
source: https://planomy.net/embed/
docs: https://planomy.net/embed/
description: >-
Planomy publishes three embeddable calculator widgets. They are a genuine client-side integration
surface — a second, browser-native way to consume the same figures the tax-data JSON exposes — and
they are free to embed on commercial sites. Distinct from server-side SDKs; there are none of those.
loader:
script: https://planomy.net/js/embed.js
attribute: data-planomy-embed
status: 200
content_type: text/javascript
bytes: 3993
verified: '2026-08-09'
usage: |
iframe_alternative: |
families:
- name: Financial calculators
description: Self-contained calculators that compute entirely in the visitor's browser.
components:
- name: compound-growth
title: Compound Growth Calculator
purpose: What savings grow to over time.
embed_url: https://planomy.net/embed/compound-growth
status: 200
parameters:
- {name: initial, default: 10000}
- {name: monthly, default: 500}
- {name: rate, default: 7, unit: percent}
- {name: years, default: 20}
- name: mortgage-payoff
title: Mortgage Payoff Calculator
purpose: When the loan is gone, and the interest saved.
embed_url: https://planomy.net/embed/mortgage-payoff
status: 200
parameters:
- {name: balance, default: 320000}
- {name: rate, default: 6.5, unit: percent}
- {name: payment, default: 2100}
- {name: extra, default: 200}
- name: fire-number
title: FIRE Number Calculator
purpose: The portfolio that covers spending forever.
embed_url: https://planomy.net/embed/fire-number
status: 200
parameters:
- {name: spending, default: 60000}
- {name: swr, default: 4, unit: percent}
- {name: assets, default: 150000}
- {name: monthly, default: 3000}
- {name: age, default: 32}
- {name: rate, default: 5, unit: percent}
shared_options:
theme:
values: [light, dark]
default: follows the visitor's device setting when omitted
accent:
format: hex without the leading '#'
example: 0f766e
max_width:
script: data-max-width
iframe: style="max-width:###px"
terms:
cost: free
account_required: false
commercial_use: allowed
attribution_required: true
attribution_detail: >-
A visible, followable "Powered by Planomy" link must remain. The widget may not be presented as
your own product and the attribution may not be stripped.
privacy:
cookies: false
local_storage: false
analytics: false
network_calls_after_load: false
detail: >-
Planomy states all computation happens client-side in the visitor's browser with no cookies,
localStorage, analytics or external network calls after load.
indexing:
robots: >-
The three widget documents carry . robots.txt
deliberately does NOT disallow /embed/, so the "Powered by Planomy" backlinks stay crawlable —
the noindex only keeps the stripped framed copies out of results in favour of the full calculator
pages.
relationship_to_api: >-
The widgets and the tax-data JSON are siblings, not layers: the widgets are a rendered surface for
humans on someone else's page, the JSON is the same underlying figures for machines. Neither is
documented in terms of the other.