Overview
Students in my program constantly needed to test small snippets of code without installing a full IDE. ABHI&K Compiler is a browser-based answer to that — write, run, done.
The Challenge
Running arbitrary code safely in-browser typically means relying on a third-party execution API, and the front-end needed to handle multiple languages with a consistent, fast experience.
Approach
- Integrated a code execution API supporting multiple languages behind a single, unified interface.
- Built a familiar code-editor experience with syntax highlighting and a clear output console.
- Deployed on Vercel for fast global load times with zero server maintenance on my end.
The Solution
A clean, install-free online compiler supporting multiple programming languages, so students can test code from any device with a browser.
Outcome
Now a genuinely useful daily tool for classmates who need to quickly verify a snippet without opening a full development environment.