A free, mobile-ready paycheck calculator your readers can use without leaving your page. All 50 states, 2026 tax rates, no signup, no API key. Copy one line of HTML and you're done.
This is the exact widget your readers will see. Try it out:
Paste this anywhere in your HTML where you want the calculator to appear:
<div data-wimp-calculator></div> <script async src="https://whatismypay.com/embed.js"></script>
That's it. The widget renders on page load, calculates in the browser (no server calls), and includes a small attribution link back to whatismypay.com.
Pre-set a salary or state for your readers using data attributes:
<div data-wimp-calculator data-state="CA" data-salary="120000"></div> <script async src="https://whatismypay.com/embed.js"></script>
| Attribute | Default | Notes |
|---|---|---|
| data-state | TX | Two-letter US state code (CA, NY, TX, etc.) |
| data-salary | 75000 | Starting annual gross salary |
Set data-salary to match your headline figure so readers see their answer immediately.
Use data-state="CA" on a "moving to California" post so the widget defaults to that state.
Drop it on your company's careers page so candidates can instantly estimate take-home on offer letters.
Questions, feature requests, or want a custom version for your site? Email us via the contact page and we'll respond within 2 business days.