Building off this spreadsheet from this reddit post, this is a simple tool to help compare two health insurance plans.
Give it a try (hosted on Github Pages).
Changes from the spreadsheet:
- I've added an "example scenario" and copay (if primary and specialist copays are different, I recommend using the specialist copay). This is only used for the example scenario.
- I've made it so you can compare FSA or HSA for either plan, rather than comparing one low deductible + FSA and one high deductible + HSA plan.
Start the development server on http://localhost:3000
:
# pnpm
pnpm dev -o
# pnpm
pnpm run dev
Build the application (static for github pages):
pnpm run generate
pnpm run deploy