@dtudury/streamo 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dtudury/streamo",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "content-addressed p2p sync",
5
5
  "repository": "git@github.com:dtudury/streamo.git",
6
6
  "author": "David Tudury <david.tudury@gmail.com>",
package/public/index.html CHANGED
@@ -74,20 +74,20 @@
74
74
 
75
75
  <div class="ideas">
76
76
  <div class="idea">
77
- <span class="idea-glyph">⬡</span>
78
- <span class="idea-text"><strong>content-addressed</strong> — data is identified by what it is, not where it lives</span>
77
+ <span class="idea-glyph">↔</span>
78
+ <span class="idea-text"><strong>no server holds authority</strong> — the server is a relay, not a gatekeeper; your data lives on your devices and can't be seized or censored</span>
79
79
  </div>
80
80
  <div class="idea">
81
- <span class="idea-glyph">✍</span>
82
- <span class="idea-text"><strong>signed</strong> — every write is authenticated with a secp256k1 keypair derived from your identity</span>
81
+ <span class="idea-glyph">≡</span>
82
+ <span class="idea-text"><strong>your identity travels with you</strong> — same credentials produce the same keypair everywhere no key files, no seed phrases, no backup ritual</span>
83
83
  </div>
84
84
  <div class="idea">
85
- <span class="idea-glyph">↔</span>
86
- <span class="idea-text"><strong>p2p sync</strong> — repos replicate over WebSocket without a central authority; the server is just another peer</span>
85
+ <span class="idea-glyph">✍</span>
86
+ <span class="idea-text"><strong>every write is provably yours</strong> — commits are signed with your keypair and append-only; history is permanent and can't be forged</span>
87
87
  </div>
88
88
  <div class="idea">
89
- <span class="idea-glyph">∞</span>
90
- <span class="idea-text"><strong>append-only</strong> — history is never rewritten; every commit is permanent and verifiable</span>
89
+ <span class="idea-glyph">⬡</span>
90
+ <span class="idea-text"><strong>content-addressed</strong> — data is identified by what it is, not where it lives; dedup and diffing are structural</span>
91
91
  </div>
92
92
  </div>
93
93
 
@@ -97,7 +97,7 @@
97
97
  <div class="app-grid">
98
98
  <a class="app-card" href="/apps/chat/">
99
99
  <div class="app-name">chat</div>
100
- <div class="app-desc">p2p messaging — each participant owns their message stream</div>
100
+ <div class="app-desc">p2p messaging — the server is a relay, not a gatekeeper</div>
101
101
  </a>
102
102
  </div>
103
103