Design Check scans a page's HTML, CSS, and copy for the specific patterns that make AI-generated UI look and sound generic, before an agent presents it to a human.
Try it: paste HTML
A page can avoid every named trope, no gradient, no pill button, no eyebrow, and still read as templated if the whole layout is one unvarying centered column with a single flat background the entire way down. This is the check most tools miss, because it's not about any one element.
Inter or Geist, alone.
The purple-to-blue gradient. Still the single most recognizable tell there is, three years into every AI tool defaulting to it.
Cliché vocabulary, hedge words, a rule-of-three padded out for its own sake — like this list almost was.
As an MCP server, so your agent checks before it ships:
{
"mcpServers": {
"designcheck": {
"url": "https://designcheck.allthepossibles.com/mcp"
}
}
}
Then call check_design before presenting UI to a human.
Or hit the API directly:
curl -X POST https://designcheck.allthepossibles.com/api/check \
-H "content-type: application/json" \
-d '{"url": "https://example.com"}'