Network Graph
A live map of the TuneCamp federation. Each node is an instance; each line is a connection it knows about. Crawled from the public gossip endpoints by a single shared, cached crawler — no central registry.
Interact
Drag nodes to rearrange, drag the background to pan, scroll to zoom. Hover a node to highlight its links; click to open the instance.
What a line means
An edge means one instance knows about another (via its public /peers gossip list). Node size reflects how many connections it has.
Good to know
This is federation topology, not live listening. Instances the crawler can't reach still appear if another instance references them — but if an instance stays unreachable for a full day, it's dropped from the graph, the same 24h rule each instance's own federated-discovery crawler uses.
Data comes from each instance's public /api/community/instance and
/api/community/peers endpoints, crawled server-side by
/api/network and cached for ~30 minutes (with an in-browser
fallback if the API is unavailable). Seed directory is configured in
config.js.