trending

26d ago

Update from the maker

A lot has shipped since launch day, catching everyone up in one place instead of scattering it across comments.

Numbers as of today: 1000+ installs on the VS Code Marketplace, 226 on OpenVSX (VSCodium, Gitpod, Theia users, no more sideloading a VSIX).

2mo ago

Why we built debugai and where we're taking it?

Launching today and wanted to share the real story.

The problem we kept hitting: every AI tool sees your error. None of them know your codebase. So they grep, bash around, burn thousands of tokens, and patch the symptom. On free plans one debug session eats your daily usage.

2mo ago

debugai - Every tool sees errors. Only debugai knows your codebase.

Most AI tools promise codebase awareness but can't afford it. Sending your whole codebase to the model on every error costs too much, so they grep and guess. DebugAI indexes your project once, re-indexes only what you edit, then traces errors across your real imports and call chains to the file that broke. Root cause + 3 ranked fixes in seconds. No re-explaining, no token bonfire. MCP native, so your AI agent calls it directly too. 900+ installs. Free tier, no card.