Realtime Collab App

Dev Tools

Enables building real-time collaborative apps with features like whiteboard, live code editing, chat, CRDT sync, and presence indicators.

Install

openclaw skills install realtime-collab-app

Realtime Collaboration App

Build real-time collaborative applications.

Features

  • Whiteboard - Draw together in real-time
  • Code Editor - Pair programming with live sync
  • Chat - Real-time messaging
  • CRDT Sync - Conflict-free data sync
  • Presence - See who's online

Quick Start

# Create collab app
./create-collab.sh my-app

# Start development
./dev.sh

Use Cases

  • Team whiteboard
  • Pair programming
  • Collaborative documents
  • Live dashboards

Requirements

  • Node.js 18+
  • Redis for pub/sub

Author

Sunshine-del-ux