# Partner Directory — hosted demo

A self-contained, shareable build of the partner-directory explorer.

## Files
- `index.html`   — the explorer page (loads data at boot from `partners.json`)
- `partners.json`— the 729 partner records (single source of truth for the data)
- `assets/logo.svg`

## Deploy (fastest: Netlify Drop)
1. Go to https://app.netlify.com/drop
2. Drag this whole `hosted` folder onto the drop zone.
3. You get an instant public HTTPS link to share with a prospect.

## Notes
- Must be served over http(s); opening `index.html` directly from disk won't fetch the data.
- To switch to LIVE Supabase reads later, edit the `DATA_URL` line near the bottom of
  `index.html` (a Supabase REST example is in the comment right above it) — the `partners`
  table + load SQL live in ../migrations/.
