Member-only story

A Wonderful Hand Drawn Sketch for Designer and Developer

april
Bootcamp
Published in
2 min readSep 15, 2022
Excalidraw Is An Open Source Virtual Whiteboard for Sketching Hand-Drawn Likes Diagrams

Excalidraw is a whiteboard tool that lets you easily sketch diagrams that have a hand-drawn feel to them.

Stars: 32.8k
Platforms: Windows, Linux, macOS
License: MIT
Languages: TypeScript(90.4%), JavaScript(4.8%)
Link: https://github.com/excalidraw/excalidraw

There are many important features that made Excalidraw great at being a virtual whiteboard for sketching hand-drawn like diagrams.

Shape libraries

You can find a growing list of libraries containing assets for your drawings at libraries.excalidraw.com.

Excalidraw Is An Open Source Virtual Whiteboard for Sketching Hand-Drawn Likes Diagrams. share libraries

Charts

You can copy any two-column dataset from a spreadsheet, or comma separated values (CSV) from a text file, and paste them into Excalidraw to quickly produce a chart.

Excalidraw Is An Open Source Virtual Whiteboard for Sketching Hand-Drawn Likes Diagrams. Charts

Your data is encrypted

Many of Excalidraw use cases involve drawing sensitive data. As such, Excalidraw use end-to-end encryption to protect your private data.

Excalidraw Is An Open Source Virtual Whiteboard for Sketching Hand-Drawn Likes Diagrams. encrypted

Collaboration

Live collaboration could be used for interviews, brainstorming, presentations, and more.

In order to create a session manually, you just need to generate a link of this form:

https://excalidraw.com/#room=[0-9a-f]{20},[a-zA-Z0-9_-]{22}

The first set of digits is the room. This is visible from the server that’s going to dispatch messages to everyone that knows this number.

The second set of digits is the encryption key. The Excalidraw server doesn’t know about it. This is what all the participants use to encrypt/decrypt the messages.

Save as image

You can easily save your creations in image formats, such as png and svg.

Excalidraw Is An Open Source Virtual Whiteboard for Sketching Hand-Drawn Likes Diagrams. save as image

Create an account to read the full story.

The author made this story available to Medium members only.
If you’re new to Medium, create a new account to read this story on us.

Or, continue in mobile web

Already have an account? Sign in

Bootcamp
Bootcamp

Published in Bootcamp

From idea to product, one lesson at a time. To submit your story: https://tinyurl.com/bootspub1

april
april

Written by april

Senior Engineer. Ailurophile. I write about programming, open source project, productivity and more.

Responses (3)

Write a response