Remix.run Logo
Show HN: Score any website for AI design patterns(github.com)
2 points by hubraumhugo 9 hours ago

This is the open-source repo behind my recent blog post "Scoring Show HN submissions for AI design patterns"[0] with the goal to quantify the generic sterile feeling of purely AI-generated websites.

The tool systematically scores any website for 16 common AI design patterns by running a Playwright script that checks deterministic CSS/DOM rules.

Here are the results for the ShowHN submissions: https://www.adriankrebs.ch/ai-design-scorer-report.html

This is how you can run it yourself (example is the latest Show HN submission):

  node cli.js https://engagemii.com/aeo

  Heavy · score 38/100 · 6/16 patterns

  Triggered:
   • Vibe purple
   • Gradients
   • Perma dark
   • 1·2·3 steps
   • Eyebrow pill
   • FAQ

[0] https://news.ycombinator.com/item?id=47864393