NobodyNamed turns Social Security Administration name records into a cultural dossier: peak era, trajectory, rarity, and generational association.
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."
NobodyNamed 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 NobodyNamed lives in this repository.