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.
Free to start — no card, no invite code required. · Sign in →
This field responds to live visitor cursor activity. View global stream →
// p5.js sketch
const dn = datanet('pk_live_...');
dn.publish('visitors/cursor', {
x: mouseX / width,
y: mouseY / height
});This panel is real — every visitor sees the same channel, breathing.