humans.txt generator
Build a humans.txt credits file — TEAM, THANKS and SITE sections — from a simple list.
Related tools
humans.txt generator
robots.txt is for machines; humans.txt is its counterpart for people — a small plain-text file at /humans.txt that credits everyone who built the site. It is an initiative of humanstxt.org, and its charm is the simplicity: no markup, no schema, just labeled sections a curious visitor can read. This tool assembles the file in the standard shape from the least ceremony possible.
The team goes into the input, one person per line, as Name | Role | Location — the role and location are optional, and a bare name works. Each person becomes a Role: Name line with an optional From: line, inside the /* TEAM */ section. The thanks field takes a comma-separated list of names or URLs for /* THANKS */, and the site facts — language, doctype, the technology list for the Components line, and a last-update date — fill /* SITE */. Sections you leave empty are omitted entirely, so a solo project produces a compact three-line file rather than a scaffold of blank headings.
The output drops straight into your web root as humans.txt, next to robots.txt. Some sites also add <link rel="author" href="/humans.txt"> to their head — nice, but optional; the file's convention is the location itself.
Everything runs locally in your browser — the names and details of your team never leave your device.