See who's here ✦

Move your cursor around — everyone sees each other in real-time. Scroll-aware, touch-friendly, works on any screen size. Powered by Cloudflare Workers & Durable Objects.

Real-time Sync

Cursor positions broadcast instantly via Durable Objects with WebSocket connections.

🎯

Scroll & Screen Aware

Document-absolute coordinates ensure cursors point at the same content regardless of viewport size or scroll position.

📱

Touch Friendly

Touch devices get a distinct soft-circle cursor that fades naturally when the finger lifts.

🔐

GitHub OAuth

Optional sign-in shows your avatar on cursors and the presence bar.

🌐

Zero Cost

Built entirely on Cloudflare's free tier — Workers, Durable Objects, no servers to maintain.

📦

Embed SDK

One script tag adds live cursors to any page, with rich configuration options.

📦 Add to Your Site

One script tag gives any page live cursors. Configure via data-* attributes — set the coordinate container, toggle cursors & presence, filter anonymous users, and more.

<script
  src=""
  data-presence="#your-element"
  data-container="main"
  data-show-cursors="true"
  data-show-presence="true"
  data-count-anonymous="true"
  data-throttle="50"
></script>

All data-* attributes are optional — only src is required. See the full config docs.

Connecting…