@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 +1 -1
- package/public/index.html +9 -9
package/package.json
CHANGED
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"
|
|
78
|
-
<span class="idea-text"><strong>
|
|
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"
|
|
82
|
-
<span class="idea-text"><strong>
|
|
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"
|
|
86
|
-
<span class="idea-text"><strong>
|
|
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"
|
|
90
|
-
<span class="idea-text"><strong>
|
|
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 —
|
|
100
|
+
<div class="app-desc">p2p messaging — the server is a relay, not a gatekeeper</div>
|
|
101
101
|
</a>
|
|
102
102
|
</div>
|
|
103
103
|
|