Checklists
Interactive, printable checklists — code review, website launch, SEO audit, accessibility, security and more. Every item explains what it catches; your ticks stay on your device.
Checklist22 checks
Code review checklistRun this before approving any non-trivial pull request — it works for a five-line fix and a five-hundred-line feature alike, just skim faster on the small ones.
Checklist22 checks
Website launch checklistWork through this in the final days before launch, then again right after the DNS switch — some checks only make sense once the site is actually live.
Checklist24 checks
SEO audit checklistUse this for a periodic health check on an existing site, or as the first pass when you inherit one you didn't build.
Checklist24 checks
Web accessibility checklistRun this against a page or component before shipping it, using an actual keyboard and screen reader alongside automated tools — automated checks alone catch a minority of real accessibility issues.
Checklist23 checks
Web app security checklistWork through this before a major release, or periodically on an existing app — it's written for the engineer shipping the code, not a compliance audit.
Checklist21 checks
Incident response checklistFollow this from the moment something looks wrong through the retro afterward — the earlier sections matter most in the first ten minutes, when clear steps beat improvisation.
Checklist18 checks
Pull request self-review checklistWork through this on your own branch after you think you're done, before you open the pull request or ask anyone to look at it.
Checklist23 checks
Web performance checklistRun this against a real page on a throttled connection, ideally alongside field data you already have, before chasing a lab score that may not reflect actual visitors.