Hi devs π
I built a small open-source library called whylog.
Itβs not another logger β itβs a runtime diagnostic engine that explains WHY your app crashed.
Instead of this:
Error: Cannot find module...
You get:
β Clear explanation
β Source snippet
β Fix suggestions
β Clean stack trace
β JSON output for production
Works in Node, serverless functions, and browser environments.
Install:
npm install whylog
Usage:
import "whylog/register"
Iβd love feedback, ideas, or real-world error cases to improve heuristics.
GitHub: https://github.com/kolhapureakshay/whylog
npm: https://www.npmjs.com/package/whylog


Top comments (0)