Errors appear automatically
Console errors, network failures, and unhandled exceptions stream into the sidebar in real-time. No copy-pasting, no DevTools hunting.
AI-powered sidebar that catches errors in real-time, explains what went wrong, and shows you the fix. Right on the page.
Your frontend at localhost:3000 is trying to call an API on a different origin. The server at api.example.com isn't sending CORS headers, so the browser blocks the response.
Add CORS headers on your API server:
Access-Control-Allow-Origin: http://localhost:3000
Or if you're using Express:
app.use(cors({ origin: 'http://localhost:3000' }))
Works with every stack
No setup, no configuration. Open the sidebar and ErrorDecoder handles the rest.
Console errors, network failures, and unhandled exceptions stream into the sidebar in real-time. No copy-pasting, no DevTools hunting.
Select one error or batch them all. AI analyzes the error with your tech stack context — framework, environment, and page URL all factor in.
Plain English explanation, root cause analysis, step-by-step solution, and copy-pasteable code. No more Stack Overflow rabbit holes.
Console errors, network failures, and unhandled exceptions captured automatically as they happen. No setup needed.
Claude AI explains what happened, why it happened, and exactly how to fix it. With copy-pasteable code examples tailored to your stack.
Click any element on the page. See computed styles, CSS rules, and ask AI questions about it. Like DevTools, but with a brain.
Auto-detects your framework — React, Vue, Django, Express, and 90+ more. AI tailors its advice to your exact stack, not generic answers.
Maps minified stack traces back to your original source files. See the actual line that broke, not bundle.min.js:1.
Automatically scans for API keys, passwords, tokens, SSNs, credit cards, and PII before sending. Warns you so secrets never leave your browser by accident.
Any webpage. Stack Overflow, GitHub, your localhost, production. Wherever errors happen — ErrorDecoder is already watching.
From cryptic stack traces to mysterious network failures — ErrorDecoder handles them all.
Start free. Upgrade when you need more.
Forever free, no credit card.
Billed yearly = $6.58/month.
Yes! The free plan includes 3 AI-powered error decodes per day, forever. No credit card required. No trial period.
Only the error text you explicitly choose to decode. We never access your source code, browsing history, or any page content you don't select. Error text is processed by Claude AI (Anthropic) and optionally cached to speed up common errors.
The error capture and element inspector work without internet. AI-powered decoding requires an internet connection to reach the Claude API.
Chrome and all Chromium-based browsers — Edge, Brave, Opera, Arc, and Vivaldi.
No. ErrorDecoder only sees the error message and stack trace text. If source maps are available (dev mode), it maps minified filenames back to originals, but your actual source code stays in your browser.
Claude by Anthropic. Free users get Claude Haiku 4.5 (fast, accurate). Pro users also get access to Claude Sonnet 4.6 for deeper analysis of complex errors — 20 Sonnet decodes per month.
Join thousands of developers who decode errors in seconds, not hours.
⚡ Add to Chrome — FreeNo credit card required. Free forever.