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
- Set
NEXT_PUBLIC_SITE_URLto the canonical origin for the environment where this application is actually served. - Copy the generated iframe URL after confirming that origin and embed route are reachable.
- Paste it into your website or CMS, subject to that site's iframe and content-security policies.
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
| Parameter | Values | Use |
|---|---|---|
| country | US, AU, CA, UK | Sets the default country model. Example: ?country=CA&attribution=true. |
| attribution | true or false | Controls 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.