I built a way to compare different plans to estimate your yearly total based on your premium, and other medical visits/costs.
Every year it seems like I have to do this all in a spreadsheet, so I thought I would use AI to help make it a web app.
All data stays local in your browser—no server, no tracking, only 1 cookie (to not show the disclaimer for a week after you clicked it). You can export/import your data as JSON. There’s also an AI-powered plan import: upload your Summary of Benefits and Coverage (SBC) into an LLM with the provided prompt to convert it to JSON to import.
Feel free to audit the calculations and make a pull request with any fixes :)