Purpose
This site presents Integrated Care Board (ICB) narrative profiles, local authority language
demographics, and Primary Care Network (PCN) metrics to support obesity-related planning and
intelligence work. It is built as a static site; data files live under
/data/.
Data updates
Replace public/data/icb.json and public/data/pcn.json with updated
exports from your pipeline, then rebuild. Optional registry: public/data/datasets.json.
Exports
From the dashboard header you can download the current ICB plus its PCNs as JSON, PCN rows as CSV, and the agent guide (Markdown) for use with AI tools or tender preparation.
Deployment
Built with Vite; output is dist/. Connect the repository to Vercel with the Vite
preset (build npm run build, output dist).