Two lines of code — your ESP32, p5 sketch, or Raspberry Pi starts talking to a browser. Built for artists, makers, and creative studios.
Have a promo code? Enter it on signup. · 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.