Drawsy is an AI-powered visual workspace for drawing, planning, building, and working with connected context. It extends Excalidraw with workspace-aware AI and product workflows on an infinite canvas.
Website · Contributing · Security
- Editable canvas for diagrams, notes, and visual plans.
- AI assistance for inspecting and updating the active canvas or presentation.
- Projects, presentations, Kanban, Jira, and connected sources.
- Explicit context and access controls for agent sessions.
DRAW.mdfiles rendered as editable Markdown and Mermaid canvas content.- Local coding sessions with live application previews.
- Real-time collaboration and share links.
This repository contains the Drawsy web client and the Excalidraw monorepo it extends.
excalidraw-app/— Drawsy application and product integrations.packages/excalidraw/— core Excalidraw editor.packages/— shared editor packages.
AI, connector, collaboration, storage, and local-agent services are maintained separately.
Requirements: Node.js 18+ and Yarn 1.22.22.
git clone https://github.com/DrawsyAI/drawsy-ai.git
cd drawsy-ai
yarn install
yarn startThe app runs at http://localhost:3001.
Run checks with:
yarn test:all yarn build
See CONTRIBUTING.md before opening a pull request. Report security issues through SECURITY.md.
Drawsy is built on Excalidraw; retain its attribution and license notices when modifying the editor.
MIT.