Front-End Checklist

Normal
GitHub MDX No License

Description

A comprehensive front-end checklist for modern web development and AI agents, covering HTML/CSS/JS, performance, accessibility, and SEO quality standards.

Key Features

  • Complete quality checklist - covers HTML, CSS, JavaScript, images, fonts, performance, accessibility, SEO, security and 20+ other categories
  • AI-agent friendly - each item has clear check prompts that can be directly fed to LLMs for automated quality inspection
  • Multi-language support - provides Chinese, English, Portuguese and other language versions
  • Community-driven - continuously contributed and reviewed by community, evolves with the Web ecosystem
  • Templatable - teams can fork and customize their own internal checklists

Use Cases

💡 Web developers use it as the final quality review checklist before launching new projects.
💡 Team tech leads use it as standard reference for code review and release processes.
💡 AI agents (Claude Code / Coder / Browser Agent) use it to perform automated audits on websites and output structured reports.

Quick Start

```bash
# Clone the repo
git clone https://github.com/thedaviddias/Front-End-Checklist.git

# Browse the checklist
cd Front-End-Checklist
cat checklist.yml

# Let an AI agent audit a website using the checklist
claude "Audit https://example.com quality based on the Front-End Checklist"
```

Related Projects