Drop it.
Forget it.
01
Add One Script Tag
Paste one line before your closing </body> tag. The widget loads asynchronously — zero impact on page performance. Works on any HTML project, framework, or static site.
<script src="https://coworkfix.com/widget.js"></script>
02
Widget Auto-Initializes
The CoworkFix button appears bottom-right. It immediately scans the page for known error signatures — 522, 1014, PATH issues, wrangler errors, disk full. If it finds one, it opens automatically.
// Also works programmatically:
CoworkFix.detect('522');
CoworkFix.report(error.message);
03
Error Found. Fix Shown.
The widget shows the exact cause, the step-by-step fix, and a one-click copy button. Your user fixes the error without leaving your app. No Googling. No Stack Overflow. No lost 3 hours.
// Intercepts console.error() too:
console.error('522 timeout...');
// → Widget opens automatically