What problem does it solve?
Provides expert, framework-aware code reviews that surface component architecture flaws, performance regressions, accessibility violations, and TypeScript weaknesses so teams can ship more robust frontends with fewer regressions.
Core Features & Use Cases
- Component architecture audits: evaluates separation of concerns, reusability, naming, and prop/input design for React and Angular components.
- Framework-specific checks: inspects React hook correctness, effect cleanup, memoization, and Next.js server/client boundaries; checks Angular change detection, RxJS subscription management, Signals usage, and module lazy-loading.
- Performance & bundle analysis: identifies unnecessary re-renders, large bundle contributors, image and asset issues, virtualization needs, and suggestions for code-splitting.
- Accessibility audits: verifies semantic HTML, ARIA usage, keyboard navigation, focus management, and color contrast.
- TypeScript quality: flags excessive any usage, missing generics, and unsafe API typings.
- Use Case: run when onboarding a new frontend codebase, preparing a release, or investigating performance or accessibility regressions.
Quick Start
Review the frontend code under src/ and produce a structured report highlighting component architecture, performance bottlenecks, accessibility violations, and TypeScript issues prioritized by severity.