Scan this QR code with the mobile app:
Download links for native apps:
Connect other platforms with our API:
const socket = new WebSocket('ws://server:3000'); socket.send(JSON.stringify({ type: 'auth', username: 'user', key: 'optional-api-key' }));