⬢ Realtime · Alpha

Connect your hardware, sketches, and people to a live data layer.

Two lines of code — your ESP32, p5 sketch, or Raspberry Pi starts talking to a browser. Built for artists, makers, and creative studios.

▸ Arduino, ESP32 & Raspberry Pi → live browser visuals▸ Audience phones → interactive installations▸ Retain, replay & archive for data-phys sculpture

Have a promo code? Enter it on signup. · Sign in →

This field responds to live visitor cursor activity. View global stream →

Three‑line sketch · live
// p5.js sketch
const dn = datanet('pk_live_...');
dn.publish('visitors/cursor', {
  x: mouseX / width,
  y: mouseY / height
});
Channel · visitors/cursor0 viewers
waiting for visitors…

This panel is real — every visitor sees the same channel, breathing.