⬢ Realtime infrastructure · Public beta

Wire your hardware, sketches, and audience into one live data layer.

DataNet is a hosted realtime pub/sub layer for creative work. In two lines of code, your ESP32, p5 sketch, or Raspberry Pi starts streaming to a browser — and audience phones can stream right back. 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

Free to start — no card, no invite code required. · 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.