CrackLeet is an Electron-based overlay application designed to assist with coding interview problems like those found on LeetCode. It captures screenshots of problems, sends them to Gemini AI for analysis, and displays generated code solutions and explanations directly on your screen.
- Completely hidden: View solutions in a transparent overlay that stays on top of your browser + uses dmv cloaking ;) impossible to detect
- No cmd terminals - Taskbar remains clean
- Problem Analysis: Capture screenshots of coding problems from platforms like LeetCode
- AI-Powered Solutions: Leverages Google's Gemini AI to analyze problems and generate solutions
- Code Explanation: Get detailed explanations for each solution
- Syntax Highlighting: Clear code formatting with syntax highlighting
For users who want to quickly get started with CrackLeet:
- Download the latest release from the GitHub Releases page
- Install the application following the instructions in SETUP.md
- Launch CrackLeet
- Set up your Gemini API key when prompted
- Use the overlay to capture problems and get solutions
- Setup & Installation - Detailed setup instructions for both release and build-from-source
- Contributing - Guidelines for contributing to the project
- CrackLeet runs as an overlay on top of your browser
- You select the area containing a coding problem
- The application captures a screenshot of the selected area
- The screenshot is processed and sent to Gemini AI
- Gemini analyzes the problem and generates a solution
- The solution is displayed in the overlay window with syntax highlighting
- See SETUP.md for detailed requirements
Refer to the LICENSE file for licensing information.
- Mohit Nagaraj - Creator and maintainer
- Gemini API for AI capabilities (much more models coming)
- Electron framework for the application interface
Made for fun by momo