The project is a web app like Google docs that allows the user to play as either Alice (The Document Owner) or Bob (The peer editor). It uploads and encrypts the document onto swarm periodically, and it secures a web rtc connection with Bob using a handshake protocol encrypted by nucypher. The handshake protocol is essentially Alice sending Bob an cryptographically random token and seeing if Bob can decrypt it, if not Bob must ask Alice for permissions to join the session or be kicked out. Bob will have to renew his permission when his grant expires.