Create diagrams and sketches with a unique, hand-drawn appearance using this virtual collaborative whiteboard. It's designed for simplicity and speed, allowing you to visualize ideas as quickly as you can think of them. Work together with your team in real-time on an infinite canvas, making it perfect for brainstorming sessions, system design, or quick wireframing.
The tool offers a straightforward interface with essential features to get your ideas down without distraction. Key capabilities include:
Whether you're a developer mapping out architecture, a designer creating low-fidelity mockups, or a team member visualizing a process, this tool provides the flexibility and charm to bring your concepts to life.
services:
excalidraw:
image: excalidraw/excalidraw:latest
container_name: excalidraw
restart: unless-stopped
ports:
- "8080:80"
healthcheck:
test: ["CMD-SHELL", "wget -q --spider http://localhost:80 || exit 1"]
interval: 30s
timeout: 10s
retries: 3# No sensitive environment variables are required for the standalone frontend deployment.
COMPOSE_PROJECT_NAME=excalidrawAuto-fetched about 24 hours ago
Auto-fetched about 24 hours ago