← Back to Projects

ReportMe (Smart Debugging Assistant)

TypeScriptn8nGroq & Gemini

Project Overview

Built during the "CODEDGE" Hackathon (BYOONDCAMPUZ), ReportMe is an intelligent debugging assistant engineered to help novice programmers understand cryptic error messages. Instead of simply presenting stack traces, ReportMe translates errors into plain, educational language.

How It Works

  • Language Detection: Automatically identifies the programming language context of the submitted code snippet.
  • Log Fetching: Integrates with online compiler APIs to fetch real-world execution error logs.
  • Multi-Agent Analysis: Uses a chained AI workflow involving Groq (for fast preprocessing) and Google Gemini (for deep contextual explanation) to analyze the error and generate a beginner-friendly fix.

Achievements

As the Team Lead for this project, I architected the core n8n workflows and API integrations. The platform successfully demonstrated the potential of AI as a scalable, personalized tutor for computer science education.

View Source on GitHub View LinkedIn Post