Hypermind is a whimsical yet technically intriguing decentralized application that combines a peer-to-peer (P2P) network counter with ephemeral chat functionality, built to “solve” the meta-problem of tracking how many peers are running its container in a decentralized mesh. There’s no central server or database; instead, Hypermind leverages a Distributed Hash Table (DHT) using Hyperswarm to discover peers and maintain approximate counts of active nodes, architected to be a fully decentralized service. Alongside counting nodes, the project also supports ephemeral chat over its mesh network, allowing users to send messages directly to local peers or broadcast via a gossip protocol without storing chat history. The project uses probabilistic data structures like HyperLogLog for efficient estimation of unique peers and provides real-time visualizations and themes for exploring the swarm.
Features
- Decentralized peer-to-peer discovery without central servers
- Active node counter using a DHT (Hyperswarm)
- Ephemeral decentralized chat with local/global modes
- HyperLogLog for probabilistic unique peer estimation
- Real-time dashboard and visualization themes
- Serverless architecture suited for experimentation