NYC Benefits Calculator
A public-facing tool to help New Yorkers discover and understand their eligibility for city, state, and federal government benefit programs.
NYC offers dozens of benefit programs — food assistance, housing subsidies, childcare, health insurance, utilities — but navigating eligibility across city, state, and federal programs is genuinely difficult for most residents.
This tool provides a guided questionnaire that maps a user's household situation to a set of likely-eligible programs. It's intentionally simple: no account creation, no data storage, pure static computation on user-provided inputs.
Built as a Cloudflare Worker serving a lightweight React frontend. All eligibility logic runs client-side, meaning zero backend calls for the core functionality and instant results.