What problem does it solve?
Translate ambiguous web requirements into standards-compliant, accessible, and performant implementations across the full web stack so teams can ship reliable web features faster and with fewer regressions.
Core Features & Use Cases
- Semantic HTML & Markup: Recommend correct element choice, heading hierarchy, and metadata for SEO and accessibility.
- CSS & Layout: Design responsive layouts with Flexbox, Grid, container queries, and modern CSS patterns.
- JavaScript & Web APIs: Implement ES6+/TypeScript patterns, module loading, async flows, and browser APIs (Fetch, Service Worker, WebRTC).
- HTTP, Performance & Security: Advise caching, CDNs, Core Web Vitals improvements, TLS/HSTS, CSP and other security headers.
- Accessibility & Testing: Provide ARIA guidance, keyboard interaction patterns, WCAG-compliant recommendations, and testing tool suggestions.
- Architecture & Deployment: Assist with SSR/SSG choices, API design (REST/GraphQL), server configuration, and CDN/edge strategies.
- Use Case Example: Convert a design and acceptance criteria into a progressive enhancement implementation with accessible components, performance budget, and deployment checklist.
Quick Start
Audit the provided HTML/CSS/JS, return a prioritized list of accessibility and performance fixes, and deliver a small standards-compliant code patch with explanations.