Intake
Request a new device
Enter a wearable's name. WearScore is a static site, so this page doesn't build the page by itself — it hands the request to Claude, who researches the device, categorizes it, scores it on the rubric, writes its data file, and rebuilds the site. Submitting copies a ready-to-paste instruction to your clipboard and keeps a local record.
How this works
- You enter a device name and submit.
- The request is copied to your clipboard (and saved below) — paste it to Claude, or use “Email the request”.
- Claude researches the device, assigns it to a class (consumer / recovery / clinical) and health domains, scores it on the clinical / empowerment / everyday rubric, and writes
src/content/devices/<slug>.json. - A rebuild (
npm run build) generates its page at/device/<slug>and adds it to the map and directory.