I created an online dump file analysis website called DebugLearn - Upload - DebugLearn

I'm a Windows driver developer and this is my pet project. My short term goal is to learn about web technology and Azure. The long term goal is collect enough data sets to mine for patterns or trends. Of course, the benefit to the users is that the debug analysis can be automated.

How does it work?
It's fairly simple. The user uploads a mini dump. The backend server runs debug commands and parses the outputs from the debug engine. The front end parses the result and provide recommendations to the users.

Limitations
Currently it accepts only mini-dumps. No full dumps or zipped dumps. Only limited number of BSODs (9F, 116) have its unique debug scripts. Everything else runs generic debug scripts.

I'm not sure if this post breaks any of the site policy, but I thought that this website might be useful to the audience here. I'm okay if you want me to link the analysis results back to this forum.