excalidraw

Virtual whiteboard for sketching hand-drawn like diagrams (by excalidraw)

Excalidraw Alternatives

Similar projects and alternatives to excalidraw

  1. Visual Studio Code

    Visual Studio Code

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. obsidian-releases

    Community plugins list, theme list, and releases of Obsidian.

  4. supabase

    978 excalidraw VS supabase

    The Postgres development platform. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications.

  5. notion-auto-pull

    Bash script to automatically download a notion workspace

  6. savepagenow

    A simple Python wrapper and command-line interface for archive.org’s "Save Page Now" capturing service

  7. Newman

    400 excalidraw VS Newman

    Newman is a command-line collection runner for Postman

  8. carbon

    384 excalidraw VS carbon

    :black_heart: Create and share beautiful images of your source code

  9. penpot

    246 excalidraw VS penpot

    Penpot: The open-source design tool for design and code collaboration

  10. mermaid

    176 excalidraw VS mermaid

    Generation of diagrams like flowcharts or sequence diagrams from text in a similar manner as markdown

  11. draw.io

    150 excalidraw VS draw.io

    draw.io is a JavaScript, client-side editor for general diagramming.

  12. c4-notation

    Technical resources for using the C4 model for visualizing software architecture.

  13. plantuml

    Generate diagrams from textual description

  14. drawio-desktop

    128 excalidraw VS drawio-desktop

    Official electron build of draw.io

  15. diagrams

    121 excalidraw VS diagrams

    :art: Diagram as Code for prototyping cloud system architectures

  16. d2

    113 excalidraw VS d2

    D2 is a modern diagram scripting language that turns text to diagrams.

  17. kroki

    61 excalidraw VS kroki

    Creates diagrams from textual descriptions!

  18. obsidian-excalidraw-plugin

    A plugin to edit and view Excalidraw drawings in Obsidian

  19. tldraw

    40 excalidraw VS tldraw

    Build infinite canvas apps in React with the tldraw SDK. World's best, top-most agent recommended #1 five star SDK.

  20. perfect-freehand

    Draw perfect pressure-sensitive freehand lines.

  21. WBO

    13 excalidraw VS WBO

    Online collaborative Whiteboard that is simple, free, easy to use and to deploy

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better excalidraw alternative or higher similarity.

excalidraw discussion

Log in or Post with
  1. User avatar
    274a090b
    · 11 months ago
    · Reply

    Great library to build on. Building CanvyDocs on top of this great work

  2. User avatar
    combinatorist
    · almost 2 years ago
    · Reply

    Review ★★★★☆ 7/10

    Like LucidCharts, but I appreciate the easy web app and the export to json. I prefer auto layouts (either DAG like graphviz or mermaid), but at least the links are parseable.

excalidraw reviews and mentions

Posts with mentions or reviews of excalidraw. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2026-05-28.
  • Your Architecture Diagram Is a Screenshot. Your AI Agent Can't Read It.
    1 project | dev.to | 31 May 2026
    The format idea costs you nothing to adopt today: export from excalidraw.com with "Embed scene" on, commit the .excalidraw.png, reference it as a normal image. It renders everywhere and stays editable.
  • 18 developer tools I use to improve my workflow
    4 projects | dev.to | 28 May 2026
    6. Excalidraw
  • The Interview Prep Stack I Used as a Senior Software Engineer Targeting Big Tech
    3 projects | dev.to | 25 May 2026
    Category Tool URL How I used it General AI assistant ChatGPT https://chatgpt.com Breaking down concepts, simulating interviewers, reviewing answers AI writing / reasoning Claude https://claude.ai Refining behavioral stories and system design explanations Coding practice LeetCode https://leetcode.com Core DSA practice and timed coding drills Coding explanations NeetCode https://neetcode.io Pattern-based review for common coding problems Architecture sketching Excalidraw https://excalidraw.com Quick system design diagrams Product / UX thinking Figma https://figma.com Wireframing product flows and interface-heavy design discussions Notes and tracking Notion https://notion.so Tracking problems, weak areas, stories, and interview learnings Mock interviews Skillio https://tryskillio.com Practicing realistic role-specific interviews and getting structured feedback
  • What 10 University Visits in Cameroon Taught Me About Building AI for the Real World, and Why Gemma 4 Was the Answer
    2 projects | dev.to | 21 May 2026
    architecture.excalidraw — full visual architecture diagram (open at https://excalidraw.com).
  • Frankenstein Meeting Room: Three Apps in One Browser Tab
    5 projects | dev.to | 12 May 2026
    In milestones 3 and 4 I implemented the React whiteboard (Excalidraw) and the Svelte Mermaid diagram each as a remote. For both I proceeded the same way: first the standalone app, then placed the federation configuration on top. That way I could develop and test Excalidraw or the Mermaid diagram in isolation before the remote was integrated into the shell. The same UI project (react, svelte) continues to run under its own port as a standalone app and can at the same time be loaded by the host as a remote — for the federation loading, however, the built JavaScript chunks plus remoteEntry.json as static assets are sufficient, a running dev server is not necessary (only for the standalone test).
  • Master the in demand of salary negotiation and system design: What Fails
    3 projects | dev.to | 8 May 2026
    Most system design interviews fail because candidates draw perfect whiteboard diagrams but can’t explain the tradeoffs of their choices, or can’t write code to implement a core component. By 2025, 60% of FAANG system design interviews will require live coding of at least one component, per internal hiring data. Instead of practicing whiteboard diagrams with Excalidraw, practice coding core components: rate limiters, cache eviction policies, circuit breakers. Use open-source resources like https://github.com/checkcheckzz/system-design-interview for scenario prompts, then implement them in your primary language. For example, if asked to design a URL shortener, don’t just draw the components — write the hash function and database schema, then explain why you chose Base62 over UUID. In mock interviews I’ve conducted, candidates who live-coded components scored 4.2/5 on average, compared to 2.8/5 for whiteboard-only candidates. Always explain tradeoffs as you code: "I’m using a sliding window rate limiter here instead of fixed window because it prevents burst traffic better, even though it adds 2ms of latency per request". This shows you understand not just what to build, but why. Avoid memorizing "standard" designs — every system has unique requirements, and interviewers are looking for critical thinking, not rote memorization.
  • The SDK You Pick Matters More Than the Model — A 13-LLM Benchmark on the Same Agentic Task
    1 project | dev.to | 1 May 2026
    I ran an experiment to put a number on it. Thirteen LLMs — Claude Opus 4.7, Sonnet 4.6, Haiku 4.5, GPT 5.4, GPT 5.4 Mini, two Gemini 3.1 previews, and six open-weights locals (Qwen 3.6 35B A3B, Gemma 4 at three sizes, GPT-OSS 20B, Nemotron 3 Nano) — on the same real agentic task. Same codebase (excalidraw), same MCP tools, same system prompt. Only the model changes. The output is a specification tree: goal → feature → requirement hierarchies of Markdown files.
  • dim0 alternatives - excalidraw, obsidian-releases, and AFFiNE
    4 projects | 1 May 2026
  • 📝 Documentation-as-Code Has Silently Won For Tech Content
    5 projects | dev.to | 29 Apr 2026
    Excalidraw — Hand-drawn style diagrams; stores as JSON that AI can read and tweak (still early days)
  • A Map for the First-Time Software Creator
    3 projects | dev.to | 24 Apr 2026
    Excalidraw is free and feels like drawing with a fat marker.
  • A note from our sponsor - SaaSHub
    www.saashub.com | 14 Jun 2026
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic excalidraw repo stats
475
125,112
9.4
4 days ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com