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.

Opus 4.8 · pickopen →
GPT-5.5open →
Gemini 3.5open →
Grok 4.3open →
GLM 5.2open →
Qwen 3.7open →
DeepSeek V4open →
Mistral Largeopen →
Kimi K2.7open →
MiniMax M3open →
GPT-OSS 120bopen →
Sonnet 5open →
Sonnet 4.6open →
▸ 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.