The typical AI-assisted UI audit looks like this: take 10 screenshots, paste them one at a time, explain what each shows, AI hallucinates about components that don't exist, correct it, re-explain, re-screenshot. Repeat every session.
Claude Audit packages the capture-analyze-brief pipeline into a single product. Feed it a URL, connect a repo, get back a structured board with labeled screenshots, component inventories, dead code maps, and cross-reference tables. Everything an AI needs in one image.
Multi-breakpoint captures across mobile, tablet, desktop. Auth-aware. Real device photos merged alongside automated captures.
Every control labeled, cross-referenced against source code. Numbered, per-state visibility (blank/active/mobile/desktop).
Unused components flagged with "superseded by" mappings. Migration paths. Safe-to-delete confidence scoring.
Which components render which data types. Stream pipeline mapping. Unimplemented/unwired component flags.
Control x State visibility grid. Desktop vs mobile control mapping. Chrome resize vs real device discrepancies.
Self-contained HTML, PNG, or structured JSON. One board = complete context. Feed it to Claude and start working.
| Layer | Technology | Why |
|---|---|---|
| Frontend | Next.js 16 + React 19 + Tailwind v4 | Existing expertise, SSR for boards |
| Backend | Cloudflare Workers (Hono) | Edge-first, existing infra |
| Capture | Puppeteer in CF Sandbox containers | Isolated, scalable, auth-safe |
| Analysis | TypeScript AST (ts-morph) | Full type-aware component scanning |
| Storage | R2 (images) + D1 (metadata) | CF-native, cost-effective |
| Auth | Better Auth | Existing pattern, OAuth support |
| Payments | Stripe | Existing JBMD Creations LLC setup |
| Product | What It Does | Gap We Fill |
|---|---|---|
| Storybook | Component catalog | No cross-reference to live UI state |
| Chromatic | Visual regression | Screenshots only, no analysis |
| Percy | Visual testing | CI-focused, no AI-optimized output |
| Figma Dev Mode | Design specs | Design to code, not code to audit |
| Lighthouse | Performance audit | Performance only, no component mapping |
| Claude Audit | Full UI audit brief | Visual + structural + AI-ready |
Use on VaporForge, Clarity, WP Dispatch, DevTools. Refine pipeline from real usage. Document edge cases.
Product Hunt launch. Free tier only. Target Claude Code, Cursor, Windsurf communities. Reddit + Twitter/X.
Pro tier via Stripe. Blog posts, video demos. Partner with AI coding tool newsletters.
Team tier. CI/CD integration. API docs site. Agency partnerships.
| Asset | What It Proves |
|---|---|
/brief skill | Capture + compose + export pipeline works end-to-end |
capture-authed.mjs | JWT localStorage injection for auth-aware Puppeteer |
| VaporForge UI Audit plan | The exact audit table format users need |
| VaporForge prompt-kit migration | Dead code detection + migration mapping pattern |
| DevTools Hub plans board | HTML board pattern for plan visualization |
The VaporForge UI audit session IS the MVP demo. Everything built tonight becomes the foundation.