You're not cooked. Become Him. Become Cracked.
cracked is a browser extension (sidebar) + AI-powered web app that helps you master LeetCode and technical interviews.
- 🧠 Speak your thought process out loud
- 📄 Automatically detect current LeetCode problem and user code
- 🤖 Get AI-generated feedback, hints, and next-step guidance
- 🎯 Practice smarter, not harder
- Frontend: Chrome Extension (JavaScript)
- Backend: Python (FastAPI)
- Database: Supabase/MongoDB (TBD)
- Speech-to-text: Web Speech API
- AI Assistant: OpenAI API
- 🗣️ Speech-to-text: Speak your thought process, let AI guide you
- 🧽 Retrieves problem title + code directly from the LeetCode editor
- ✨ Sends your context to GPT to generate actionable hints and advice
- 🔁 Fast feedback loop to improve your DSA skills daily
(Screenshots and Video coming soon)
- Clone this repo
- Go to
chrome://extensions/ - Enable Developer Mode
- Click Load Unpacked and select the
extension/folder
cd backend/
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
uvicorn main:app --reload| Name | GitHub ID |
|---|---|
| John Kim | JohnKim04 |
| Taedon Reth | taedonreth |
Apache License 2.0 — see LICENSE for details.