CANVAS · every model, same prompt
Build an Excalidraw clone
13 models built this from the identical prompt. Click any one to open the live build.
▸ The prompt every model got
Build a hand-drawn-style whiteboard app (an Excalidraw clone) in a single self-contained HTML file. Requirements: an infinite canvas with a rough, sketchy aesthetic; tools for freehand pen, rectangle, ellipse, arrow, and text; selecting and moving shapes; a color and stroke-width picker; pan and zoom; and undo. Persist the drawing to localStorage so it survives a reload. Use <canvas> (you may load rough.js from a CDN for the hand-drawn look; otherwise no libraries). Make it genuinely usable. Return only the HTML.