Add a free, interactive employment-contract scanner to any website with a single iframe. Your readers paste their contract, get an instant side-business risk score against all 50 states' non-compete laws, and the scan runs 100% in their browser, so no contract text ever touches a server (yours or ours).
Copy this into your HTML where you want the scanner to appear:
<iframe src="https://invisibleexit.com/tools/non-compete-scanner" width="100%" height="1100" frameborder="0" loading="lazy" style="border:none;max-width:960px;margin:0 auto;display:block" title="Non-Compete Scanner, employment contract risk check"></iframe>
Writing for a state-specific audience? Pre-select the governing state with a URL hash:
https://invisibleexit.com/tools/non-compete-scanner#st=CA
st = two-letter state code (CA, NY, TX, FL, WA…)
Is it free? Yes, free forever, no API keys, no rate limits, it's a static page.
Do you collect my readers' contracts? No. The scanner runs entirely in the visitor's browser. Nothing is uploaded or stored.
Will it slow my site? No, use loading="lazy" (included in the snippet) and the iframe loads only when scrolled into view.
Can I customize the styling? The widget ships in a dark theme. If you need a custom theme for a high-traffic placement, email hello@invisibleexit.com.