Skip to content

Virtual whiteboard for sketching hand-drawn like diagrams

License

Notifications You must be signed in to change notification settings

SWEETGOOD-DE/excalidraw-b310

This branch is 1 commit behind b310-digital/excalidraw:master.

Folders and files

NameName
Last commit message
Last commit date
Jul 31, 2023
Aug 23, 2024
Jan 19, 2023
Aug 23, 2024
Aug 23, 2024
Aug 23, 2024
Apr 17, 2022
Aug 23, 2024
Aug 23, 2024
Aug 23, 2024
Aug 23, 2024
Apr 3, 2020
Aug 23, 2024
Aug 23, 2024
Aug 23, 2024
Aug 23, 2024
Aug 23, 2024
Sep 15, 2020
Aug 23, 2024
Nov 5, 2020
May 18, 2023
Jul 31, 2023
Jul 1, 2020
Mar 28, 2020
Feb 1, 2023
Jan 7, 2024
Jan 5, 2020
Aug 23, 2024
Dec 12, 2023
Aug 23, 2024
Aug 23, 2024
Aug 23, 2024
Aug 23, 2024
Aug 23, 2024
Aug 23, 2024
Aug 23, 2024
Aug 23, 2024

Repository files navigation

Excalidraw without firebase

This is a fork from the excalidraw project with changes inspired and partly taken from Kilian Decaderincourt to enable support for rooms without using firebase.

Setup with docker

Please copy the .env.development.default or .env.production.default file to .env (or with environment without default at the end) and change it according to your needs, see react-scripts.

Development

docker-compose up -d
docker-compose exec excalidraw yarn install
docker-compose exec excalidraw yarn start

Hint: Collab mode requires a secure context (https). Localhost works as well, but not http over local network.

Commands

Command Description
yarn Install the dependencies
yarn start Run the project
yarn fix Reformat all files with Prettier
yarn test Run tests
yarn test:update Update test snapshots
yarn test:code Test for formatting with Prettier

Production

docker-compose -f docker-compose-prod.yml up -d

Additional licence

The excalidraw logo in this repo – created by Verry – is licenced under CC BY 3.0 Unported.

Excalidraw logo: Sketch handrawn like diagrams.

Virtual whiteboard for sketching hand-drawn like diagrams.
Collaborative and end-to-end encrypted.

Follow Excalidraw on Twitter Chat with us on Discord


Excalidraw is released under the MIT license. npm downloads/month PRs welcome! Chat on Discord Follow Excalidraw on Twitter

Product showcase

Create beautiful hand-drawn like diagrams, wireframes, or whatever you like.

Features

The Excalidraw editor (npm package) supports:

  • πŸ’― Free & open-source.
  • 🎨 Infinite, canvas-based whiteboard.
  • ✍️ Hand-drawn like style.
  • πŸŒ“ Dark mode.
  • πŸ—οΈ Customizable.
  • πŸ“· Image support.
  • πŸ˜€ Shape libraries support.
  • πŸ‘… Localization (i18n) support.
  • πŸ–ΌοΈ Export to PNG, SVG & clipboard.
  • πŸ’Ύ Open format - export drawings as an .excalidraw json file.
  • βš’οΈ Wide range of tools - rectangle, circle, diamond, arrow, line, free-draw, eraser...
  • ➑️ Arrow-binding & labeled arrows.
  • πŸ”™ Undo / Redo.
  • πŸ” Zoom and panning support.

Excalidraw.com

The app hosted at excalidraw.com is a minimal showcase of what you can build with Excalidraw. Its source code is part of this repository as well, and the app features:

  • πŸ“‘ PWA support (works offline).
  • 🀼 Real-time collaboration.
  • πŸ”’ End-to-end encryption.
  • πŸ’Ύ Local-first support (autosaves to the browser).
  • πŸ”— Shareable links (export to a readonly link you can share with others).

We'll be adding these features as drop-in plugins for the npm package in the future.

Quick start

Note: following instructions are for installing the Excalidraw npm package when integrating Excalidraw into your own app. To run the repository locally for development, please refer to our Development Guide.

npm install react react-dom @excalidraw/excalidraw

or via yarn

yarn add react react-dom @excalidraw/excalidraw

Check out our documentation for more details!

Contributing

Integrations

Who's integrating Excalidraw

Google Cloud β€’ Meta β€’ CodeSandbox β€’ Obsidian Excalidraw β€’ Replit β€’ Slite β€’ Notion β€’ HackerRank β€’ and many others

Sponsors & support

If you like the project, you can become a sponsor at Open Collective or use Excalidraw+.

Thank you for supporting Excalidraw

Last but not least, we're thankful to these companies for offering their services for free:

Vercel Sentry Crowdin

Developers

You can integrate Excalidraw into your app by installing our npm component.

Visit our documentation on https://docs.excalidraw.com.

Who's integrating Excalidraw

Google Cloud β€’ Meta β€’ CodeSandbox β€’ Obsidian Excalidraw β€’ Replit β€’ Slite β€’ Notion β€’ HackerRank


About

Virtual whiteboard for sketching hand-drawn like diagrams

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 89.9%
  • SCSS 4.1%
  • MDX 3.5%
  • JavaScript 2.3%
  • HTML 0.2%
  • CSS 0.0%