← All posts

08 June 2026 · 3 min read

incomly.eu: a gross-to-net salary calculator without ads

incomly is a free German gross-to-net salary calculator for 2026: no ads, no cookies, every calculation runs locally in your browser. How accurate it is.

incomlyTaxesNext.jsPrivacyLaunch

After datly.eu and foldly.eu there is a third evening project: incomly, a German gross-to-net salary calculator at incomly.eu. The idea is the same as with the other two. A tool that many people need regularly exists online almost exclusively with ad banners, cookie walls and questionable accuracy. That can be done better.

What incomly does

The main calculator turns a gross salary into the 2026 net figure, covering everything a real German payslip contains:

On top of that there is a dedicated tax class comparison for couples: it calculates the combinations 3/5, 4/4 and 4 with factor side by side and shows which model yields how much net income.

Every result can be shared as a link (the complete input state lives in the URL hash) and saved as a PDF via the print function.

How accurate is it?

Accuracy was the main reason to build this at all. The wage tax is not re-implemented by hand but generated directly from the official calculation specification (PAP) of the German Federal Ministry of Finance: the ministry publishes the logic as XML, a generator translates it into TypeScript. incomly therefore computes bit-for-bit what the tax office computes.

Cross-checking against the official BMF calculator (82,000 euros gross, tax class 1, private health insurance), incomly was 4 euros per year off the official value, caused by rounding details. Two well-known commercial calculators were around 2,000 euros per year off in the same scenario because they handle the private-insurance case incorrectly.

Privacy as architecture, not as a banner

A salary is sensitive data. So incomly is built in a way that the salary is never transmitted in the first place: the site is a static export and the entire calculation runs in your browser. No request carrying your salary, no cookies, no consent banner. The traffic statistics are a self-written anonymous counter without IP storage.

For the record: incomly is a non-binding estimate, not tax advice. The tax office has the final word, and that note sits next to every result.

The stack

If you know the other projects, you can guess: deliberately unspectacular.

Next on the list are more specialised calculators (mini-job, working students, severance pay) and, further out, more countries. If you want to try it: incomly.eu. Feedback, especially about deviations from your real payslip, is very welcome via the contact form.

David Hirsekorn

David Hirsekorn

Manager Microsoft & Community Lead Modern Work. Writes here privately about leadership, AI, Modern Work and processes as well as the tools built in the evenings.

About me →