WBO
Self-HostedOpen-source collaborative whiteboard for real-time team communication
Overview
WBO is an open-source collaborative whiteboard tool built for real-time team communication. It supports drawing, text, shapes, image uploads, and cursor tracking for multiple users, ideal for remote workshops or brainstorming. Deployable via Docker (one-line command) or Node.js, it works offline and exports boards as PNG/JSON. Self-hosted options ensure data privacy with no third-party reliance. Lightweight and fast, it needs minimal server resources, accessible for small teams or individuals.
Self-Hosting Resources
Below is a reference structure for docker-compose.yml.
⚠️ Do NOT run blindly. Replace placeholders with official values.
version: '3'
services:
wbo:
image: <OFFICIAL_IMAGE_NAME>:latest
container_name: wbo
ports:
- "8080:<APP_INTERNAL_PORT>"
volumes:
- ./data:/app/data
restart: unless-stopped Key Features
- Real-time multi-user collaboration
- Drawing tools (shapes, text, images)
- Easy Docker deployment & offline support
Frequently Asked Questions
? Is WBO hard to install?
No—WBO can be deployed quickly with a single Docker command or via Node.js. Detailed instructions in the GitHub repo make it accessible for users with basic server knowledge.
? Is it a good alternative to Miro?
Yes for teams prioritizing privacy and self-hosting. While it lacks Miro's advanced templates/integrations, WBO offers core collaborative tools for free with full data control.
? Is it completely free?
Yes—WBO is open-source (MIT license) with no hidden costs or subscriptions. All features are available for free when self-hosted.
Top Alternatives
People Also Ask about WBO
Tool Info
Pros
- ⊕ Privacy-focused self-hosting
- ⊕ Free and open-source
- ⊕ Lightweight performance
Cons
- ⊖ Limited advanced features vs SaaS tools like Miro
- ⊖ Requires basic server setup knowledge
- ⊖ No native mobile app (web-only)