**Slug:** `home-health-dashboard`
**Classification:** Web Application
A maintenance intelligence dashboard for homeowners. It visualizes your house's
health, surfaces what to **check, maintain, repair, or replace** (with frequency
and sourced cost ranges), and forecasts **lumpy annual spend** vs the flat 3%-of-
value rule — so you can plan for quiet years and expensive ones.
```bash
cd delivery-package/home-health-dashboard/app
node server.js
```
Open `http://localhost:3850`
```bash
node delivery-package/home-health-dashboard/verify.mjs
```
```
home-health-dashboard/
├── app/
│ ├── server.js
│ ├── index.html
│ ├── app.js
│ ├── styles.css
│ └── lib/
│ ├── engine.js
│ ├── task-library.js
│ ├── health-score.js
│ ├── forecast.js
│ ├── home-profile.js
│ └── sources.js
├── design/
├── proof/
├── verify.mjs
└── README.md
```
Every task cost and frequency cites published references:
- [HomeGuide 2026 maintenance checklist](https://homeguide.com/costs/home-maintenance-checklist)
- [HomeGuide 2026 average costs](https://homeguide.com/costs/average-home-maintenance-costs)
- [Fannie Mae maintenance budget guidance](https://yourhome.fanniemae.com/own/how-build-your-maintenance-and-repair-budget)
- [NAHB operating costs study (2021)](https://www.nahb.org/)
Costs are national averages — not contractor quotes. Verify all figures before hiring.