UXRay: I Built an AI That Roasts Your UI Like a Senior Designer Would
UXRay is an AI tool designed to provide instant UX audits for user interfaces. It analyzes screenshots or URLs and delivers structured feedback similar to that of a senior UX designer. The tool evaluates various aspects such as cognitive load, trust signals, and accessibility issues, offering prioritized recommendations for improvement.
- ▪UXRay provides an overall UX score ranging from 0 to 100 based on the analysis of the interface.
- ▪The tool identifies friction points and maps them to established usability heuristics, offering actionable redesign recommendations.
- ▪It is built using Next.js, TypeScript, and integrates with Gemma 4 for multimodal vision analysis.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 405919) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } pulkitgovrani Posted on May 23 UXRay: I Built an AI That Roasts Your UI Like a Senior Designer Would #devchallenge #gemmachallenge #gemma Gemma 4 Challenge: Build With Gemma 4 Submission This is a submission for the Gemma 4 Challenge: Build with Gemma 4 What I Built UXRay — drop a screenshot or paste a URL, get a full UX audit in seconds. Most designers and developers ship UIs without a systematic critique. Hiring a UX consultant is expensive. Running a full user study takes weeks.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).