Excalidraw Whiteboard
- Excalidraw is a virtual whiteboard that even provides a workspace for live collaboration, enabling real-time interaction with colleagues / Team
- Excalidraw is a free, open-source, browser-based sketching tool.
- Free your idea
- Third-party libraries help you visualize your idea, I you have not found libraries that fit with your requirements. you can create and share it.
Install Excalidraw Self-hosted
- docker container
docker pull excalidraw/excalidraw:latest docker run -d -p 8888:80 --name excalidraw-instance excalidraw/excalidraw:latest
- https with traefik + docker compose
- Create a docker-compose.yml
- run command and enjoy.
docker-compose up -d
Discover more from naiwaen@DebuggingSoft
Subscribe to get the latest posts sent to your email.