Enter the serial number from the back of the device to check it against all known FDA recall records.
Step 1 — Add your API key
Open index.html in Notepad. Find const API_KEY = 'YOUR_API_KEY_HERE' and replace the placeholder with your key from console.anthropic.com. Save the file.
Step 2 — Deploy to Cloudflare Pages
aed-recall-checker)aed-recall-site folder onto the upload areaStep 3 — Connect aedrecallchecker.com
aedrecallchecker.com and follow the prompts (domain is already in Cloudflare so this is automatic)Step 4 — Test these serials
| Serial | Expected result |
| A07C-01002 | 🔴 Recalled — Philips HS1 (2007) |
| A15D-00001 | 🟢 No recall — Philips HS1 (2015) |
| 23D98010521C23 | 🔴 Recalled — HeartSine (2023, April) |
| 21A-00001 | 🟢 No recall — HeartSine (letter A not in recall) |
| X14C-12345 | 🟢 No recall — ZOLL (2014) |
| 102009456 | ⚪ Identified — Defibtech Lifeline 2005 |
Updating recall data
When a new FDA recall is issued, update the recall text inside index.html and re-upload to Cloudflare Pages. Takes ~5 minutes.
Cost: Cloudflare Pages = free. Domain = ~$12/yr. API per check = ~$0.001.