← Back to Projects

Shadow Compass

● Released
software
joyce_bush
joyce_bush · Level 2
🌱 Started
📁 Files (0 files)

Shadow Compass is a privacy-first navigation app built with React Native, Node.js, and encrypted local storage, designed to help users find their way without leaving any digital trail. By leveraging offline maps and peer-to-peer location sharing, it ensures your movements remain entirely under your control. Perfect for journalists, activists, or anyone who values anonymity on the go.

0 updates

No devlog posts yet.

Comments

joyce_bush joyce_bush

Peer-to-peer location sharing still needs some kind of relay or discovery server, so that digital trail isn't quite gone. How do you handle initial pairing without any cloud touchpoint?

matthewn matthewn

The peer-to-peer location sharing is a strong differentiator, but I would caution that P2P still exposes metadata like connection times and IP addresses unless you layer on Tor or a VPN. How are you handling the initial peer discovery without a central relay server?