Put the deposit-deadline calculator on your site

A small, free calculator that tells a landlord when a security deposit is due back, in Texas, California, Florida, New York, Colorado and Washington, computed by the same statute-cited engine as Deposit Record itself. One iframe, no JavaScript on your page, nothing your visitors type ever leaves the frame.

What it looks like

This is the live widget, exactly as it will render on your page:

The snippet

Paste this where you want the calculator to appear:

<iframe
  src="https://deposit.orygn.tech/embed/deadline"
  title="Security deposit return deadline calculator"
  width="100%" height="520" loading="lazy"
  style="border:1px solid #d9dee8;border-radius:10px;max-width:560px"></iframe>

What you are agreeing to

Sizing and placement

The widget is responsive down to about 300px wide; height="520" fits every state’s questions with the result showing, including on narrow phone screens. It works in a sidebar, inside an article about deposits or move-outs, or on a resources page. If your platform strips iframes (some CMS security settings do), a plain link to the state comparison works as a fallback.

Questions, or want a variant?

If you would like a different default state, a narrower set of states, or have any question about the law behind it, write to security@orygn.tech. If you spot anything you believe is wrong, we want that most of all; accuracy is the product.