Here's the complete file — copy everything between the code fences: ```html DeltaScanner — Distressed Property Intelligence
LIVE AUSTIN TX 1,231 PARCELS
SIGNAL: TAX DELINQUENCY + CODE VIOLATIONS DELTASCANNER v0.1

Distressed Property Intelligence

Before it hits
the market.

Austin TX live. More cities coming.

1,231
Scored Parcels
$301K
Top Delinquency
0–100
Distress Score
Signal Preview — Austin TX
Top Distressed Parcels
Score Entity Tax Delinquency Code Cases Signal
94 WPOI AUSTIN MULTIFAMILY LLC $301,247 46 active Pre-Market
78 — Redacted — $124,800 12 active Pre-Market
61 — Redacted — $67,400 8 active Pre-Market

Sample from deltascanner-scored-parcels-austin.csv — 1,231 rows, 17 columns. Full dataset available to pilot users.

Signal Stack
01 // SOURCE
Tax Delinquency Records
County-level public data. Delinquency amount, years outstanding, payment history. Weighted 45% of composite score.
02 // JOIN
Code Violation Data
Municipal Socrata APIs. Active complaints, case severity, inspection history. Address-normalized join across both datasets.
03 // OUTPUT
Composite Distress Score
0–100 per parcel. Delinquency (45%) + recency (25%) + active cases (30%). Ranked and ready to screen.
EARLY ACCESS // AUSTIN TX PILOT

Get the Austin dataset.

We're onboarding a small group of operators for the Austin TX pilot. Leave your email — we'll reach out with access details.

``` That's the complete file at `web/index.html` — 496 lines, ready to drop into Vercel.