Pp2pbuilders
learn › P2P Foundations

6 min read · also at #/learn/handbook-availability

Staying online without servers

The most common gotcha in P2P: you publish something, close your laptop, and it
is gone. Data lives on peers; if no peer holding it is online, nobody can fetch
it. We call this the laptop-lid problem.

The honest answers

  1. More readers = more replicas. Anyone who read your post holds a copy and

can serve it. Popular content stays alive on its own. Unpopular content —
the long tail — does not.

  1. Always-on peers. Some machine has to be awake. The trick is keeping it

a dumb peer instead of letting it become a server.

Relays: dumb storage, not authority

HiveRelay is our answer: a
fleet of always-on nodes that will pin (replicate and re-serve) any
Hypercore you ask them to. The crucial design line:

just a mirror.

meaning lives at the edges.

p2pbuilders seeds your log (and every author you track) to the relay fleet on
boot — the relays command in the TUI shows who is pinning you. Posts
survive with 5+ relays across 3 continents even when every author sleeps.

Design guidance

peer-to-peer with zero relays reachable.

the hard way with Hyperdrives; see
Seed the blobs core.

fresh.

« How peers find each other Trust without a boss »