What problem does it solve?
The code-auditor identifies runtime JavaScript errors, broken API integrations, HTML/CSS validation problems, build misconfigurations, and vulnerable or unused dependencies so your site stops failing quietly and degrades gracefully under error conditions.
Core Features & Use Cases
- Console and JavaScript error detection: uncaught exceptions, unhandled promise rejections, memory leaks, and dead code analysis with file:line references.
- API integration and serverless checks: validates Resend email delivery, Beehiiv embeds, analytics, and Vercel function behavior including timeouts and environment variables.
- HTML/CSS and build pipeline validation: W3C HTML5 checks, semantic structure, CSS compatibility and animation performance, Vite configuration, tree-shaking and source map safety.
- Dependency and security audit: runs npm audit, flags outdated or unused packages, and measures bundle impact with prioritized remediation steps.
- Use Case: Run a full audit when forms stop submitting, analytics disappear, or the browser console shows errors to get a prioritized, actionable fix list.
Quick Start
Run the code-auditor against your site URL to produce a prioritized report of JavaScript errors, API failures, HTML/CSS issues, and dependency vulnerabilities.