Nominate a legend
Open an issue with the person, project, or company and why they belong in the set. The community votes with reactions.
The roster is community-curated. Card art and data are licensed CC BY-SA 4.0 — fork it, print it, remix it, and send legends back upstream.
Open an issue with the person, project, or company and why they belong in the set. The community votes with reactions.
Add a record to legends.ts — title, signature projects, skill stack, impact score, and a great quote. Keep it accurate and sourced.
Submit art (or use the monogram fallback) and your card data. Maintainers review for accuracy, licensing, and balance.
Merged cards join the printable set and the next physical series. Contributors are credited on the card and in the repo.
Every card is a typed record. Add yours to src/data/legends.ts.
{
number: 17,
slug: "ada-lovelace",
name: "Ada Lovelace",
title: "The First Programmer",
rarity: "iconic", // iconic | legendary | epic | rare
impact: 96, // headline score, 0–99
era: "1815 – 1852",
nationality: "England",
signatureProjects: ["Analytical Engine", "Note G"],
skills: [
{ label: "Algorithmic Thinking", value: 99 },
{ label: "Vision", value: 99 },
{ label: "Mathematics", value: 97 },
{ label: "Open Source Impact", value: 90 },
],
scouting: "Wrote the first published algorithm...",
quote: "That brain of mine is something more than merely mortal.",
}