Browser extension that shows optimal LeetCode solutions while you solve problems.
Open any LeetCode problem → the extension detects it, fetches the solution for your selected language, and displays it in a floating popover.
- Detects problem and language automatically
- Fetches solutions from public GitHub repos (zero cost, no API keys)
- Syntax-highlighted code display
- Draggable, resizable popover that remembers position
- Language switching updates the solution instantly
- Works with LeetCode SPA navigation (no page refresh needed)
npm install
npm run buildLoad in Chrome:
- Open
chrome://extensions - Enable Developer mode
- Click Load unpacked
- Select the
distfolder
npm run dev # watch mode
npm run build # production build
npm run type-check # typecheck only- TypeScript
- React 18
- Framer Motion
- HeroUI
- Webpack 5 / Manifest V3
MIT