Your site hascontrast issues

Drop in a URL. Get back every contrast failure, broken nav, missing state, and accessibility gap. No signup, no demo, no call.

No signup required for first audit

One audit. Every angle.

Usability, accessibility, performance, mobile, visual design, and interaction states. Each audit covers all of it.

Usability

Usability

Mental model alignment, decision friction, cognitive load, and user flow efficiency.

Visual Design

Visual Design

Typography hierarchy, color harmony, contrast ratios, spacing rhythm, and brand consistency.

Accessibility

Accessibility

Screen reader compatibility, keyboard navigation, WCAG compliance, semantic structure, and focus states.

Performance

Performance

Core Web Vitals (LCP, CLS, INP), Lighthouse scores, image optimization, and code efficiency.

Mobile

Mobile

Touch target sizing, viewport validation, layout shift detection, and responsive breakpoints.

State Completeness

State Completeness

Missing empty states, error states, loading states, form validation feedback, and search no-results.

See what you get

A preview of an actual audit report.

UXLens Report

craigslist.org

Overall Score

2.4/5

Usability
2.1
/>
Visual
1.8
/>
A11y
2.6
/>
Performance
3.2
/>
Mobile
2.3
/>

Critical Issues

No visual hierarchy. Everything looks the same

Add font weights, size contrast, and section dividers

Missing alt text on 200+ images

WCAG 1.1.1: Add descriptive alt to all listing images

No responsive layout on mobile

Implement fluid grid and touch-friendly tap targets (44px min)

This is a preview. run your own audit to see the full report

Who's this for?

Builders who don't know UX. Designers who don't want to run checklists. Both get something out of it.

A builder at their desk

Builders and founders

Run an audit before you ship. UXLens catches the stuff most builders skip — contrast failures, missing empty states, accessibility gaps, broken keyboard nav. Fix it before your users find it.

A designer's workspace

Designers

Skip the checklist. UXLens runs axe-core, contrast analysis, heading hierarchy, WCAG 2.2 checks, and 40+ other heuristics automatically. You focus on the fixes that need your judgment.

AI agent build-audit-fix loop

Agent workflows

Your agent builds, UXLens audits, your agent fixes. Every iteration gets checked before you ever look at it.

Audit every iteration

Your agent builds a page. UXLens audits it. The agent gets the issues back as structured data and fixes them. Every iteration gets checked before you see it.

Structured JSON response with issues, severity, and fixes

Copy-fix-prompt output your agent can paste directly

Score tracking across iterations so you see improvement

// Run an audit from your agent:

curl -X POST https://uxlens.io/api/audit \ -H "Authorization: Bearer ***" \ -d '{"url": "https://my-site.com"}' // Returns: { "score": 7.2, "issues": 18, "report": "https://uxlens.io/r/abc123" }