neytor/excalidraw
Your own excalidraw
341
Excalidraw Editor | Blog | Documentation | Excalidraw+
Create beautiful hand-drawn like diagrams, wireframes, or whatever you like.
The Excalidraw editor (npm package) supports:
.excalidraw
json file.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:
We'll be adding these features as drop-in plugins for the npm package in the future.
services:
excalidraw:
image: neytor/excalidraw
container_name: excalidraw
ports:
- 8098:80
restart: unless-stopped
networks:
- net_local
or via docker cli
docker container run \
--name excalidraw -d -ti -p 8098:80 neytor/excalidraw
Architecture | Available | Tag download |
---|---|---|
arm64 | ✅ | docker pull neytor/excalidraw |
Check out our documentation for more details!
Google Cloud • Meta • CodeSandbox • Obsidian Excalidraw • Replit • Slite • Notion • HackerRank • and many others
If you like the project, you can become a sponsor at Open Collective or use Excalidraw+.
docker pull neytor/excalidraw