Static small website calculator for visualizing monthly salary, withholding tax, and pension savings in Iceland.
This repository contains a small Vite + TypeScript web app for exploring how Icelandic monthly gross salary is split into take-home pay, withholding tax, pension fund contributions, and optional additional private pension savings.
The goal of the project is to provide a simple, transparent salary calculator for a typical salaried worker in Iceland, using official 2026 tax rules and showing the result in a clear visual breakdown.
https://launareiknir.benediktorri.is
The calculator currently uses these official Skatturinn sources for its 2026 assumptions:
npm install
npm run devnpm run test
npm run build