2025-04-04.11-10-44.mp4
A whiteboard overlay for LeetCode problem pages.
Draw, write, and visualize your algorithm ideas without leaving the tab.
Built with tldraw.
- 🖌️ Draw directly on LeetCode problems
- ✍️ Supports freehand drawing, shapes, text, and more
- 💾 Saves your whiteboard per problem
- ⚡ Quick and lightweight
You can download the latest pre-built version from the Releases section.
To install manually:
- Download the
.zip
from the latest release - Unzip it
- Go to
chrome://extensions/
in your browser - Enable Developer mode
- Click Load unpacked and select the unzipped folder
To build the extension from source:
pnpm install
pnpm build
The output will be in the dist/
folder. You can then load it into Chrome as an unpacked extension.
Pull requests and suggestions are welcome! Feel free to open an issue or create a PR for features, improvements, or bugs.
MIT License. See LICENSE for details.