> DOCS_

P2P mode uses WebRTC to stream directly between browsers. No server storage.

FLOW

  1. Fill in content, click P2P DROP
  2. Get a peer link: /p/{peerId}
  3. Share the link — keep your tab open
  4. Receiver opens link — connects directly to you
  5. Data streams peer-to-peer (64KB chunks)
  6. Receiver views/downloads. No server copy.

PROS

  • Zero server storage
  • Private — data never hits disk
  • No file size limits (in theory)

NOTES

  • Sender must keep tab open
  • Both browsers need WebRTC
  • Link expires when tab closes