Embed MortMe's Mortgage Calculator

Configure an iframe for a country model. A public embed URL is available only when NEXT_PUBLIC_SITE_URL is configured for a reachable deployment.

Embed in three steps

  1. Set NEXT_PUBLIC_SITE_URL to the canonical origin for the environment where this application is actually served.
  2. Copy the generated iframe URL after confirming that origin and embed route are reachable.
  3. Paste it into your website or CMS, subject to that site's iframe and content-security policies.
Choose the country model

Selected model: United States. Country selection changes available payment frequencies and calculation conventions.

<iframe
  src="https://mortme.com/embed/v1/mortgage-calculator/?country=US&attribution=true"
  width="100%"
  height="600"
  frameborder="0"
  style="border: 1px solid #e5e7eb; border-radius: 8px; max-width: 100%;"
  title="Mortgage Decision Engine Calculator"
></iframe>

Configuration

ParameterValuesUse
countryUS, AU, CA, UKSets the default country model. Example: ?country=CA&attribution=true.
attributiontrue or falseControls whether the widget displays its methodology attribution link.
Limitations & disclaimers

Widget results are calculated from entered values and model assumptions, and may include estimates. They are not credit offers, approvals, or eligibility decisions. Actual lender results can differ.

Canada uses a nominal semi-annual quoted-rate convention. Full-term UK interest-only results leave capital outstanding. Australian offset balances are point-in-time inputs and do not change the repayment schedule.

Need a custom interface?

Build directly with POST /api/v1/mortgage/calculate/ for more control over your integration.

View API documentation