Start debugging faster
Free to install. Works with any Anthropic or OpenAI API key.
Add Croma to Chrome
Croma is a Chrome extension that watches what you're doing,
explains selected code, catches errors, monitors failing API
calls,
and answers questions about whatever page you're on.
data.items
is undefined. You're trying to call
.map() on it.
data
and
data.items
exist before calling
renderItems.
Capabilities
How it works
Story
I kept alt-tabbing to ChatGPT to explain stack traces I was already staring at. The error was right there on my screen. The fix was probably three sentences. And yet — copy, switch tab, paste, wait, read, switch back. Every single time.
So I built Croma. A Chrome extension that watches what you're doing and surfaces the answer before you've consciously decided to ask. It catches errors, explains code, monitors API calls — all in a sidebar that appears and disappears without breaking your flow.
Built in a weekend with Preact, CRXJS, and a lot of time in chrome://extensions. Read the full build post →
Free to install. Works with any Anthropic or OpenAI API key.
Add Croma to Chrome