is it your code
or is it something else
npx tate-dev click to copy

your app breaks
you assume it's you

you start digging
restarting
rewriting things that probably weren't wrong

half the time
it's not even your fault

tate checks:

env
local server
external services

and just tells you the truth
$ npx tate-dev

local
env      3 keys loaded
server   localhost:3000
services
stripe   85ms
openai   1204ms • partial outage
github   63ms
────────────────────────────────
probably not your code
confidence  78% ███████░░░
→ wait for openai, or mock responses
⏱ saved you ~15–30 min

this is NOT your code — services are down
your setup is broken — missing .env
your app isn't running — no server detected
yeah... this one's on you — everything else is fine
no guessing
no spiral

tate watch
runs quietly in the background

tells you when things break
tells you when they're fixed

so you don't waste time
debugging nothing
npx tate-dev --watch click to copy

tate
free

env check
local server
7 service checks
verdict + confidence

npx tate-dev