Skip to content
DealMath
15 calculators

Embed DealMath calculators on your site

Free, mobile-responsive calculators your readers can use without leaving your page. One line of HTML, no setup, no JavaScript dependencies. Asks only for a small "Powered by DealMath" link, which we can move to a tooltip if you'd prefer.

How it works

  1. Pick a calculator below.
  2. Click Show live preview to see exactly how it will render inside your page.
  3. Click Copy snippet and paste the iframe into your HTML. That's it.

Default snippet

Each card below has a one-click Copy that includes the right slug. If you'd rather grab the template:

<iframe
  src="https://dealmath.app/SLUG?embed=true"
  width="100%"
  height="900"
  style="border:0;border-radius:8px"
  loading="lazy"
  title="Powered by DealMath"
></iframe>

The iframe handles all interactivity, mobile responsiveness, and URL state. If your readers want to share their analysis, they can click the share button inside the iframe and get a clean URL with a preview image.

Available calculators (15)

Click Show live preview on any calculator to see it rendered exactly as your readers will see it.

Pre-filling with a sample deal

Want the embedded calculator to start with specific numbers? Generate the shareable URL inside the live calculator (use the Share button), then use that full URL — including the ?d=... or bare parameter set — but add &embed=true at the end.

<iframe
  src="https://dealmath.app/rental-calculator?monthlyRent=3500&vacancyPercent=8&embed=true"
  width="100%"
  height="900"
  style="border:0;border-radius:8px"
  loading="lazy"
  title="Rental analysis"
></iframe>

Customization

We're keeping the embed minimal at launch — just the calculator, with a small "Powered by DealMath" link at the bottom. Want a theme color or custom defaults for your audience? Reach out and we'll prioritize the request.

Terms of use

Powered by DealMath