vibecheck0.3.0
Fix guides43 problems167 framework variants

Every problem VibeCheck catches — and how to fix it

VibeCheck runs in the corner of your app and catches what an AI agent quietly broke: jank, leaks, DOM bloat, layout shift, and failing SEO / AI-readiness audits. Every issue it can emit has a page here — what it is, why it hurts, the literal string the detector reports, and the fix with code, per framework.

Runtime problems that make an AI-built page slow, janky, or heavy — DOM bloat, memory leaks, layout shift, long tasks, oversized images and bundles. Each one is caught live by a VibeCheck detector as it happens in the browser.

Discoverability problems that keep search engines from ranking — or even reading — your pages: missing titles and descriptions, absent Open Graph and canonical tags, heading and alt-text gaps, and missing sitemap/robots files.

Answer-engine problems that stop AI assistants (ChatGPT, Perplexity, Claude, Google AI Overviews) from reading, trusting, and citing your content — missing structured data, client-only rendering, blocked AI crawlers, and absent agent-discovery signals.

The document-head fundamentals every page needs — viewport, charset, language, favicon. AI scaffolds routinely skip them because the generated component owns the body and nobody edits the base HTML document.