# Agent Design Check > Agent Design Check helps coding agents build better UIs, faster. It's a CLI tool, installed > via npm, that analyzes screenshots and screen recordings of software interfaces and > returns concrete, prioritized UI improvement recommendations — accessibility (WCAG > contrast, touch targets), layout and spacing, visual hierarchy, copy and labels, and > user-flow issues from recordings — in plain text or JSON an agent can apply directly. > An automated QA service is also available: send screenshots and recordings directly > and receive a prioritized findings report, no installation required. > Launching soon — contact us at https://agentdesigncheck.com/#contact. Key facts: - Status: launching soon — contact us at https://agentdesigncheck.com/#contact to get notified - Services: automated UI QA done for you — send screenshots/recordings via the contact form, report within one business day (https://agentdesigncheck.com/#services) - Install (at launch): `npm install -g agent-design-check` (requires Node.js 18+; macOS, Linux, Windows) - Register: `agent-design-check register you@email.com` — email confirmation link authenticates the terminal - Free tier: 10 free analyses on registration, no credit card required - Paid tier: Pro, $12/month, unlimited analyses — subscribe via `agent-design-check upgrade` or https://agentdesigncheck.com/pricing/ - Input formats: PNG, JPG, WebP screenshots; MP4, MOV, WebM, GIF screen recordings - Recordings get frame-by-frame analysis plus flow-level findings (dead ends, backtracking, missed state changes) - CI support: `agent-design-check analyze ./screens --ci --json` exits non-zero on findings above a severity threshold - Uploads are deleted after report generation unless Pro history tracking is enabled ## Docs - [Getting started](https://agentdesigncheck.com/docs/): install, register, first analysis, full list of checks ## Other - [Pricing](https://agentdesigncheck.com/pricing/): Free (10 analyses) vs Pro ($12/mo unlimited) - [Terms & privacy](https://agentdesigncheck.com/terms/): upload handling, retention, data removal - [Contact / early access](https://agentdesigncheck.com/#contact)