Plug in your numbers, see the exact date you're actually financially free.
In progress
Calculator-first rebuild
Part of the Freedom Date family
Launch
Not live yet
What it looks like
Real screens from the v7 build — the base this rebuild is coming from, not a mockup.
Landing — choose Freedom Archetype or Freedom Date
The hook line, mid-load: "When can you actually leave?"
Standard Scan input — 7 questions, financial audit
Result: exact freedom date, plus a trajectory-state diagnostic
What it is
A straightforward debt/exit calculator: enter your real numbers and get a clear, specific date for when you're free of them. Built to be fast and trustworthy first — a tool, not an experience.
Why I built it
It started in a conversation with a friend, not at a keyboard. We were circling the usual things — debt, savings, what "later" was supposed to look like — and the conversation kept coming back to one question: when can you actually leave?
I didn't have an answer. I knew roughly what I owed and roughly what I made, but no one had ever put those two numbers next to each other and done the math out loud. So I built the thing that would do it for me. That one calculation is where Freedom Date started, before it became anything else.
Development timeline
v2
Starts as exactly what the name says — a debt/exit calculator. Plug in numbers, get a date.
v2–v7
Grows across six more versions as a slower, atmospheric "haunted OS" experience gets layered on top of the calculator, in the same file.
v8
The identity flip becomes visible in the code itself — the page's own title changes from "When can you actually leave?" to "OS v0.8." The calculator has been fully overtaken by the OS concept. 13 HTML files now exist across both directions.
Reset
Rather than keep iterating on one increasingly tangled file, the project gets split into four separate, independently shippable pieces — see Technical decisions below.
Now
Freedom Date — the calculator, on its own — is being rebuilt clean from v7, calculator-first, no OS scaffolding. Ships first, ahead of the rest of the family.
Technical decisions
Split into four modules, not one big rebuild
A speed-and-trust tool and a slow-burn atmospheric experience want different things from a codebase. Rather than reconcile them in one file again, the project became four: Freedom Date (calculator, ships first), Freedom Archetype (personality quiz), Compatibility Scan (fit diagnostic), and Freedom OS (the umbrella experience, deliberately deferred until the first three are live).
Building from v7, not the newer v8
v8 looks more "finished" but is where the calculator identity got overtaken by the OS concept, and it carries four duplicate function declarations from an unclean refactor pass. v7 is still calculator-first, already has the full atmosphere built in for later, and has fewer of those bugs — the cleaner base to rebuild from.
Two personality-typing systems, deliberately not merged yet
The old code has two competing ways of typing a user — a five-state "Trajectory States" model and a six-archetype quiz — that were never reconciled with each other. Left as an open question rather than force a merge before either one has actually shipped.
Where it stands
Freedom Date was live once before, but grew overcomplicated as a slower, more atmospheric experience got layered on top of the calculator over several versions. It's now been rebuilt clean from v7 — calculator-first, no OS scaffolding, no archetype quiz branching off it — and split apart from the rest of the family so it could ship on its own. The Standard Scan flow, the trajectory-state diagnostic, and the Fast Track calibrator are all real and live. Deep Calibration mode is still marked "coming soon," same as it was in the original build.
Lessons learned
A tool that wants to feel fast and trustworthy doesn't mix well with a tool that wants to feel slow and atmospheric — not in the same file, and not in the same session of edits. That mismatch is what let this sprawl from v2 to v8 in the first place.
Shipping four smaller, honest pieces — each hitting its own checklist — beats trying to launch one unified "everything" build again.
Part of the Freedom Date family
Four pieces, built from the same source, shipping separately.
Freedom Date is the calculator — the first piece of the family to ship. It cleared the checklist every project on this site has to clear before it goes live: loads clean, the core flow works start to finish with real numbers, no leftover fake data, works on mobile. Freedom Archetype, Compatibility Scan, and Freedom OS are still separate, not-yet-shipped pieces.