Home Health Dashboard

**Slug:** `home-health-dashboard`

**Classification:** Web Application

What this is

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.

Quick start

```bash

cd delivery-package/home-health-dashboard/app

node server.js

```

Open `http://localhost:3850`

Verify

```bash

node delivery-package/home-health-dashboard/verify.mjs

```

Package layout

```

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

```

Data sources

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/)

Planning estimates only

Costs are national averages — not contractor quotes. Verify all figures before hiring.

← Back