Tried building this in a 8-hour hackathon, could not finish it but here it is, in this repo I tried to reverse-engineer Cluely (but only for leetcode-style interviews), only thing you need to input is OpenAI/Gemini's API key
Built with Electron, React, & Nodejs.
Launched it on ProductHunt, check it here - clueless
Linux AppImage - download for Linux
$ npm install
$ npm run dev
# For windows
$ npm run build:win
# For macOS
$ npm run build:mac
# For Linux
$ npm run build:linux