{"id":51951719,"url":"https://github.com/dubsopenhub/design-auditor","last_synced_at":"2026-07-29T06:01:28.761Z","repository":{"id":345409928,"uuid":"1169096068","full_name":"DUBSOpenHub/design-auditor","owner":"DUBSOpenHub","description":"🔍 Paste a URL, get ranked fixes to improve conversions. Like Grammarly for landing pages.","archived":false,"fork":false,"pushed_at":"2026-04-25T13:32:25.000Z","size":55,"stargazers_count":2,"open_issues_count":2,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-07-07T22:21:29.338Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DUBSOpenHub.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-02-28T07:01:05.000Z","updated_at":"2026-05-21T19:29:02.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/DUBSOpenHub/design-auditor","commit_stats":null,"previous_names":["dubsopenhub/design-auditor"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DUBSOpenHub/design-auditor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DUBSOpenHub%2Fdesign-auditor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DUBSOpenHub%2Fdesign-auditor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DUBSOpenHub%2Fdesign-auditor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DUBSOpenHub%2Fdesign-auditor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DUBSOpenHub","download_url":"https://codeload.github.com/DUBSOpenHub/design-auditor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DUBSOpenHub%2Fdesign-auditor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36020486,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-29T02:00:04.910Z","response_time":95,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-07-29T06:01:27.278Z","updated_at":"2026-07-29T06:01:28.737Z","avatar_url":"https://github.com/DUBSOpenHub.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🔍 Design Auditor\n\n**Paste a URL. Get 5 ranked fixes to improve conversions.**\n\nDesign Auditor analyzes web pages for conversion effectiveness, performance, accessibility, and design quality. It's like Grammarly for landing pages — paste your URL, get told what's hurting your conversions, see exactly how to fix it.\n\n\u003e ### ⚡ One Command. That's It.\n\u003e\n\u003e **Never used the CLI before? No problem.** Follow these 3 steps:\n\u003e\n\u003e **1. Open your terminal**\n\u003e - 🍎 **Mac:** Press `⌘ + Space`, type **Terminal**, hit Enter\n\u003e - 🪟 **Windows:** Press `Win + X`, choose **Terminal** or **PowerShell**\n\u003e - 🐧 **Linux:** Press `Ctrl + Alt + T`\n\u003e\n\u003e **2. Paste this line and press Enter:**\n\u003e ```bash\n\u003e curl -fsSL https://raw.githubusercontent.com/DUBSOpenHub/design-auditor/main/quickstart.sh | bash\n\u003e ```\n\u003e *Already have the CLI? No worries — this detects it and skips straight to adding the skill.*\n\u003e\n\u003e **3. When Copilot opens, type:** `audit https://yoursite.com`\n\u003e\n\u003e That's it — get your ranked fixes! 🔍\n\u003e\n\u003e *Requires an active [Copilot subscription](https://github.com/features/copilot/plans). [Get one here →](https://github.com/features/copilot/plans)*\n\n## Quick Start\n\n### As a Copilot CLI Skill\n\n```\n\u003e audit https://myproduct.com\n```\n\nThe auditor will:\n1. Screenshot your site at 3 viewports (desktop, tablet, mobile)\n2. Run Lighthouse for performance + accessibility scoring\n3. Analyze layout, CTA placement, visual hierarchy, social proof\n4. Generate a ranked report with concrete fixes and reference examples\n\n### As a Script\n\n```bash\n# Install dependencies\nnpm install\n\n# Run the audit\nnode scripts/audit.js https://myproduct.com\n\n# With options\nnode scripts/audit.js https://myproduct.com --output-dir ./my-audit --vertical saas\n```\n\n## What It Checks\n\n| Category | Points | What's Analyzed |\n|----------|--------|----------------|\n| Performance | /25 | LCP, CLS, FID, page weight, image sizes |\n| CTA Effectiveness | /20 | Above fold? Contrast? Size? Visible? |\n| Visual Hierarchy | /15 | H1 count, heading order, content flow |\n| Accessibility | /15 | WCAG 2.1 AA, axe-core violations |\n| Social Proof | /10 | Testimonials, logos, trust signals |\n| Mobile Readiness | /10 | Tap targets, font size, responsive |\n| Image Optimization | /5 | Alt text, modern formats, compression |\n\n## Output\n\n`DESIGN-AUDIT.md` — a scored report with:\n- 🔴 **P1** fixes (directly hurting conversions)\n- 🟡 **P2** fixes (missed opportunities)\n- 🟢 **P3** fixes (nice to have)\n\nEvery finding includes: what's wrong, why it matters, how to fix it (with code), and a reference site that does it well.\n\n## Reference Corpus\n\n50 curated high-converting sites across 5 verticals:\n- **SaaS** — Stripe, Linear, Vercel, Notion, Figma, Cal.com, Resend, Clerk, PlanetScale, Supabase\n- **E-commerce** — Apple, Allbirds, Glossier, Warby Parker, Everlane, Casper, Away, Mejuri, Brooklinen, Bombas\n- **Creator** — Brian Lovin, Lee Rob, swyx, Maggie Appleton, Josh Comeau, Paco, Rauno, Linus, Cassie Evans, Chris Coyier\n- **Agency** — Basecamp, 37signals, Ueno, Basic, Fantasy, MetaLab, Work \u0026 Co, Pentagram, Instrument, Huge\n- **Dev Tools** — GitHub, Tailwind, Astro, Turso, Railway, Fly.io, Deno, Bun, Neon, Upstash\n\n## Configuration\n\nEdit `config.yml` to customize:\n- Viewports (add/remove breakpoints)\n- Scoring weights per category\n- Lighthouse run count\n- Finding limits\n- Output paths\n\n## Project Structure\n\n```\ndesign-auditor/\n├── SKILL.md                          # Main auditor prompt (the brain)\n├── AGENTS.md                         # AI agent working guide\n├── config.yml                        # Tunables\n├── reference-corpus.yml              # 50 curated reference sites\n├── scripts/\n│   ├── capture.js                    # Playwright capture + DOM extraction\n│   └── audit.js                      # Pipeline orchestrator\n├── templates/\n│   └── design-audit-template.md      # Report format\n├── docs/\n│   └── dark-factory-v2.md            # Future Dark Factory integration notes\n└── .github/\n    └── copilot-instructions.md       # Copilot coding guidelines\n```\n\n## Dark Factory Integration\n\nDesign Auditor is a **standalone skill**. It does NOT modify Dark Factory.\n\nFuture integration notes are documented in `docs/dark-factory-v2.md` — describing how it could plug into Dark Factory as Phase 5.5/5.6 in a future version. Dark Factory v1 remains untouched.\n\n## License\n\nMIT\n\n---\n\n🐙 Created with 💜 by [@DUBSOpenHub](https://github.com/DUBSOpenHub) with the [GitHub Copilot CLI](https://docs.github.com/copilot/concepts/agents/about-copilot-cli).\n\nLet's build! 🚀✨\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdubsopenhub%2Fdesign-auditor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdubsopenhub%2Fdesign-auditor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdubsopenhub%2Fdesign-auditor/lists"}