Excalidraw
A browser‑based whiteboard that lets you draw hand‑sketch style diagrams and export them as PNG, SVG or JSON.
- •Rapidly sketch user‑flow or product‑feature diagrams for investor decks.
- •Create collaborative visual brainstorming sessions with remote team members.
- •Export a clean, sketch‑style image to embed in landing‑page mockups.
`npm i @excalidraw/excalidraw && echo "import { Excalidraw } from '@excalidraw/excalidraw';\nexport default function App() { return <Excalidraw/>; }" > src/App.tsx && npm start` // launches a minimal React page with the Excalidraw canvas ready for you to draw.Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Expect 20–40 minutes in a terminal — or let your AI agent drive it.
mkdir -p ~/.claude/skills/excalidraw && curl -fsSL https://workflowstacks.com/api/skills/excalidraw/claude-skill -o ~/.claude/skills/excalidraw/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
Excalidraw is a very large TypeScript project (~105k lines across 560 code files, plus 104 test files). It is a full software project: use it through its install path rather than reading it end to end. Last commit this month, MIT license, has a test suite.
- 1README.mdStart here — what it does and how to install it
- 2CLAUDE.mdThe instructions the AI actually follows
- 3excalidraw-app/App.tsxWhere the program starts running
- 4package.jsonDependencies and the commands it exposes
- 5packages/excalidraw/index.tsxInside packages/excalidraw/ — the main logic begins here
Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Expect 20–40 minutes in a terminal — or let your AI agent drive it.
mkdir -p ~/.claude/skills/excalidraw && curl -fsSL https://workflowstacks.com/api/skills/excalidraw/claude-skill -o ~/.claude/skills/excalidraw/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
Are you the creator of this tool? Claim your listing → and earn 85% of every sale.
Related skills
More ai-agent tools founders pair with this one.