Developer Experience Audit Tool
Developer experience is often talked about but rarely measured. This tool treats DX as a technical problem.
It analyzes a project’s README, setup instructions, configuration files, and common failure points. Then it outputs a simple DX score and concrete suggestions for improvement.
The goal: make onboarding friction visible and fixable.
I built this after watching too many developers struggle with projects that had great code but terrible first-time experiences. If we can lint code, we can lint documentation.
Tech: Go, CLI design, Markdown parsing, heuristic analysis