Name Vitals turns 144 years of Social Security Administration baby-name records into a one-glance vital-signs report for every name on file.
The underlying dataset is released by the Social Security Administration under a CC0 public-domain dedication. It lists, for every year since 1880, every first name given to at least five American babies that year, along with the count and the sex recorded on the application. Data is refreshed automatically from the SSA once it is updated (typically each May).
Names given to fewer than five babies in a given year are omitted from the SSA file entirely — not zeroed out. A "zero" here means "fewer than five," not "none."
Name Vitals runs entirely on the Cloudflare edge: Cloudflare Pages for static assets and server-side rendering, D1 (SQLite) for the name database, and a cron-triggered Worker for annual data refresh from the SSA.
Source data is CC0. The code for Name Vitals lives in this repository.