>_ fix guides for AI-built apps

Your AI coding tool broke something.
Here's the actual fix.

Practical fixes and guides for people building with AI coding tools.

Start from what broke

Deploy & env vars

Works locally, breaks on deploy: missing env vars, build failures, production-only errors.

Module not found

Imports that do not resolve, components that are missing, packages the tool invented.

Connection & MCP

Servers that will not connect, MCP tools that never show up, timeouts.

Auth & API keys

Login broken after deploy, exposed or missing keys, 401s and 403s.

Rules & context

Rules files ignored, instructions forgotten, files the agent cannot see.

Agent loops & reverts

Silent reverts, fix loops, agents rewriting what already worked.

Rate limits & credits

429s and 529s, quotas, credit burn, files too large to read.

Data & database

Production data not updating, rollbacks out of sync, uploads that vanish.

Blank screens & broken UI

White screens after a change, one generation breaking another.

Other fixes

Fixes that do not fit one failure mode yet.

Latest fixes

All fixes, newest first