Deconstructs any website's design system — colours, CSS variables and fonts — and has an AI critique the palette and layout.
Design auditWeb scrapingLLM critique
The problem
Auditing a site's visual design by hand means opening dev tools page by page to collect colours and fonts, and the critique that follows is mostly opinion.
How it's built
~/chromalens
$Discovers the sitemap and picks up to 10 representative pages.
$Fetches linked stylesheets and extracts real colour tokens, CSS variables and font families.
$Passes everything to a design audit model for palette analysis and layout critique.