ScriptsApr 3, 2026·2 min read
Excalidraw — Collaborative Whiteboard & Diagrams
Draw hand-sketched diagrams with real-time collaboration. Embeddable React component. The most popular whiteboard tool. 120K+ stars.
TO
TokRepo精选 · Community
Quick Use
Use it first, then decide how deep to go
This block should tell both the user and the agent what to copy, install, and apply first.
Use instantly at [excalidraw.com](https://excalidraw.com) — no account needed.
Embed in your React app:
```bash
npm install @excalidraw/excalidraw
```
```tsx
import { Excalidraw } from '@excalidraw/excalidraw';
function App() {
return (
console.log(elements)}
initialData={{ elements: [] }}
/>
);
}
```
Self-host:
```bash
git clone https://github.com/excalidraw/excalidraw.git
cd excalidraw && npm install && npm start
```
---
Intro
Excalidraw is an open-source virtual whiteboard with 120,000+ GitHub stars for creating hand-drawn style diagrams with real-time collaboration. It's the most popular diagramming tool on GitHub, used by millions for architecture diagrams, wireframes, flowcharts, and brainstorming. Available as a React component you can embed in any app, it supports dark mode, end-to-end encryption for shared sessions, and exports to PNG/SVG. For AI teams, Excalidraw is perfect for system design, architecture planning, and collaborative whiteboarding — with an AI-powered text-to-diagram feature.
Works with: React, any web browser, VS Code (extension), Obsidian, Notion. Best for teams who need visual collaboration for system design and architecture. Setup time: instant (web) or under 2 minutes (embed).
---
🙏
Source & Thanks
> Created by [Excalidraw](https://github.com/excalidraw). Licensed under MIT.
>
> [excalidraw](https://github.com/excalidraw/excalidraw) — ⭐ 120,000+
Discussion
Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.
Related Assets
Hoppscotch — Open-Source API Development Platform
Test APIs with a beautiful UI. REST, GraphQL, WebSocket, SSE, and gRPC. Self-hostable Postman alternative. 78K+ GitHub stars.
TokRepo精选
AFFiNE — Open-Source Notion Alternative
Docs, whiteboards, and databases in one privacy-first workspace. Local-first with real-time collaboration. 66K+ GitHub stars.
TokRepo精选
Uptime Kuma — Self-Hosted Uptime Monitoring
Monitor HTTP, TCP, DNS, Docker services with notifications to 90+ channels. Beautiful dashboard. 84K+ GitHub stars.
TokRepo精选