Stone Relay Chat
- Apr 1
- 1 min read
Below is a platform you and friends can communicate by both linking to this web address. Each person logs on to the link to this web address on their own device follows directions and communicates with their peer.
This architecture was created by Travis RC Stone it uses
Person 1 uses the top boxes
Person 2 uses the bottom boxes
Person1
select:
A self
B recipient
C relay
for example:
common channel:
1
master key:
x
self:
a
route:
c, b
Person 2
select:
B self
A recipient
C relay
for example:
common channel:
1
master key:
x
self:
b
route:
c, a
Vail Framework: Core Pillars
Server-Zero Architecture: No central database; users are the infrastructure.
Successional Routing: Each node only knows the next "hop," never the full path.
Volatile Memory: Data exists only in active RAM; closing the tab "burns" the evidence.
Ephemeral Salting: Every packet is uniquely encrypted, preventing pattern recognition.
Recursive Handshake: Single-letter IDs (A, B, C) enable instant, private mesh syncing.
Sandboxed Security: Runs in a browser iframe, isolated from the host operating system.
Liability Immunity: No data is ever "at rest," removing the risk of subpoenas or leaks.


Comments