joblabs-take-home-pay
v1.0.0
Published
Embed the UK Take-Home Pay Calculator (2026/27 tax year) into any website. Income tax + NI + pension + student loan, by JobLabs.ai.
Maintainers
Readme
joblabs-take-home-pay
Embed the UK Take-Home Pay Calculator (2026/27 tax year) into any website with one line of code.
A 1.2 kb dependency-free embed helper for the free UK Take-Home Pay Calculator built by JobLabs.ai — the recruiter-built UK careers and tax-information site. Drop it into your finance blog, employer benefits page, accountancy practice site, or salary-comparison tool with full responsive support and zero tracking.
What it calculates
For 2026/27 tax year:
- Income tax: 0% / 20% / 40% / 45% on rUK bands; Scottish 19/20/21/42/45/48% bands
- Employee National Insurance: 8% on £12,570–£50,270, 2% above
- Workplace pension: standard 5% employee + 3% employer + tax relief
- Student loan repayments: Plans 1, 2, 4, 5 + Postgraduate
- Salary sacrifice: pension, EV, cycle-to-work
- The 60% tax trap: £100k–£125,140 personal allowance taper
All calculations follow the official 2026/27 UK statutory rates published by HMRC and DWP, mirrored in our open dataset at joblabs.ai/data/uk-statutory-rates-2026-27/ (CC BY 4.0).
Install
npm install joblabs-take-home-payUsage
import { embed } from 'joblabs-take-home-pay';
embed('#calculator-mount');Make sure the target element exists in your HTML:
<div id="calculator-mount"></div>Options
embed('#calculator-mount', {
minHeight: 800, // override iframe height (default 720)
title: 'Custom title', // accessibility title
});Why use it
Built by Alex Morgan — a 12-year UK recruiter with line-by-line citations to gov.uk/HMRC sources for every calculation. Updated each April when the new tax year takes effect.
The calculator is completely free, privacy-first (no signups, no tracking, no data leaves the iframe), and the source code is open on GitHub.
Companion packages
This is one of a family of UK calculator embeds from JobLabs.ai:
- 📐
joblabs-take-home-pay← this package - 💼
joblabs-redundancy— UK statutory redundancy calculator - 🗓️
joblabs-notice-period— UK notice period calculator - 🧰
joblabs-embed— bundle of all four widgets
See also
- 🌐 JobLabs.ai homepage — UK careers + AI insights
- 📚 UK Rights & Guides — 200+ statutory and tactical guides
- 📊 Open datasets — UK statutory rates 2026/27 (JSON, CSV, MD)
- 🛠️ All free tools — calculators, CV checkers
- 📖 Related guide: UK Personal Allowance 2026/27
- 📖 Related guide: UK National Insurance 2026/27
- 📖 Related guide: UK 60% Tax Trap 2026/27
License
MIT — use freely on commercial websites. The iframe content is also free to embed under the same terms.
Issues / suggestions
github.com/Careerflow2025/JOBLABS/issues · [email protected]
Built by Alex Morgan at JobLabs.ai.
