← All workDecodeLabs

Code Review & Bug-Fix Tool

The problem

Coders lose time to a review process that only tells you what's broken, not why, and forgets everything the next time a similar bug shows up.

What I did

Built in Python, starting with the Gemini API and switching to Grok when Gemini didn't perform well enough. Grew it from single-language to multi-language, added a chat mode, saved history, and generated reports.

What came of it

The hardest bug wasn't in the AI logic — it was a CSS conflict between Streamlit's own styles and custom HTML/CSS, traced down to a single font-family rule by inspecting the DOM directly.