-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
240 lines (217 loc) · 7.68 KB
/
Copy pathindex.html
File metadata and controls
240 lines (217 loc) · 7.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>LIVRE OS · Sovereign Identity Suite</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
name="description"
content="SOLIVRE · LIVRE OS — a mythic yet practical suite for sovereign identity, verifiable proofs and privacy-first credentials."
/>
<link rel="stylesheet" href="assets/css/styles.css" />
<link rel="icon" type="image/png" href="./assets/favicon.webp" />
</head>
<body>
<!-- Shared nav -->
<header class="nav">
<div class="nav-inner">
<a href="index.html" class="nav-logo">
LIVRE<span>OS</span>
</a>
<button class="nav-toggle" aria-label="Toggle navigation">
<span></span><span></span><span></span>
</button>
<nav class="nav-links">
<a href="architecture.html">Architecture</a>
<a href="solivre.html">Solivre</a>
<a href="livreid.html">LivreID</a>
<a href="vault.html">Vault</a>
<a href="developers.html">Developers</a>
<a href="roadmap.html">Roadmap</a>
<a href="contact.html">Contact</a>
<div class="nav-dropdown">
<button class="nav-drop-btn">
MVPs <span class="chevron">▾</span>
</button>
<div class="nav-drop-menu">
<a href="mvps.html#identity-node">Identity Node</a>
<a href="mvps.html#agent-console">Agent Console</a>
<a href="mvps.html#verifier-console">Verifier Console</a>
<a href="mvps.html#livre-vault">Livre Vault</a>
<a href="mvps.html#id-kernel">ID Kernel</a>
</div>
</div>
<a
href="https://livre-os.github.io/solivre-mvp-ui/agent.html"
target="_blank"
rel="noreferrer"
>
MVP Agent
</a>
<a
href="https://livre-os.github.io/solivre-mvp-ui/verifier.html"
target="_blank"
rel="noreferrer"
>
MVP Verifier
</a>
</nav>
</div>
</header>
<main>
<!-- Hero -->
<section class="hero">
<div class="hero-inner">
<p class="hero-kicker">SOLIVRE · Identity Forge</p>
<h1>LIVRE OS</h1>
<p class="hero-subtitle">
LIVRE OS is a minimal, verifiable identity suite. You keep your data in your
own vault, share only the proofs you choose, and connect to apps without
handing over your life.
</p>
<div class="hero-actions">
<a class="btn-primary" href="mvps.html">
Explore Solivre MVPs
</a>
<a
class="btn-ghost"
href="https://livre-os.github.io/solivre-mvp-ui/agent.html"
target="_blank"
rel="noreferrer"
>
Open Agent MVP
</a>
<a
class="btn-secondary"
href="https://livre-os.github.io/solivre-mvp-ui/verifier.html"
target="_blank"
rel="noreferrer"
>
Open Verifier MVP
</a>
</div>
<p class="hero-tagline">
Own your proofs. Keep your data. Let apps ask for <em>signals</em>, not your soul.
</p>
</div>
</section>
<!-- Three core pillars -->
<section class="section">
<div class="container">
<h2>Vault-first. Proof-native. Mythic, not magical.</h2>
<p class="section-lead">
One identity kernel, backed by a vault, speaking in minimal proofs instead of documents.
</p>
<div class="card-grid">
<article class="card">
<h3>Vault-first design</h3>
<p>
Attributes live in your vault, not in someone else’s database. The system
generates commitments and proofs, so apps only see what they must see —
nothing more.
</p>
</article>
<article class="card">
<h3>Minimal proofs</h3>
<p>
Age over 18, residency, role, membership — expressed as lean proof
bundles. Deterministic, verifiable, and easy to integrate from any stack.
</p>
</article>
<article class="card">
<h3>Mythic, not magical</h3>
<p>
The lore is mythic, the stack is boring on purpose: simple HTTP APIs,
TypeScript services, and clear contracts you can read and fork.
</p>
</article>
</div>
</div>
</section>
<!-- Suite overview -->
<section class="section alt">
<div class="container">
<h2>The LIVRE OS Suite</h2>
<p class="section-lead">One identity kernel, multiple surfaces.</p>
<div class="card-grid">
<article class="card">
<h3><a href="solivre.html">Solivre</a></h3>
<p>
The orchestration layer. Connects identities, proofs, and apps with a
consistent protocol.
</p>
</article>
<article class="card">
<h3><a href="solivre-wallet.html">Solivre Wallet</a></h3>
<p>
A future-ready wallet for credentials, non-transferable tokens, and
long-term records.
</p>
</article>
<article class="card">
<h3><a href="livreid.html">LivreID</a></h3>
<p>
Human-readable identities anchored in your vault, with optional graph links
and endorsements.
</p>
</article>
<article class="card">
<h3><a href="mvps.html">MVP Experiments</a></h3>
<p>
Agent & Verifier flows, age-over-18 proofs, residency templates, and
test data.
</p>
</article>
</div>
</div>
</section>
<!-- Roadmap teaser -->
<section class="section">
<div class="container">
<h2>Roadmap at a glance</h2>
<p class="section-lead">
From local demo node to sovereign-grade infrastructure.
</p>
<ul class="roadmap-list">
<li>
<span class="badge">P1</span>
<span>Local Identity Node MVP — Agent/Verifier working against a local node with deterministic proof hashing.</span>
</li>
<li>
<span class="badge">P2</span>
<span>Vault & Graph — persistent vault, identity graph explorer, and clearer kernel/vault separation.</span>
</li>
<li>
<span class="badge">P3</span>
<span>Wallet & Apps — Solivre wallet prototype and app integrations for age gates, memberships, and roles.</span>
</li>
</ul>
<a class="btn-secondary" href="roadmap.html">Open full roadmap →</a>
</div>
</section>
<!-- Call to action -->
<section class="section alt">
<div class="container">
<h2>Want to forge with us?</h2>
<p class="section-lead">
LIVRE OS is early, messy, and alive — perfect time to shape the protocol,
test ideas, and break things on purpose.
</p>
<div class="hero-actions">
<a class="btn-primary" href="contact.html">Get in touch</a>
<a class="btn-ghost" href="developers.html">Developer notes</a>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="footer-inner">
<span>© <span id="year"></span> LIVRE OS · Sovereign Identity Operating System</span>
<span class="footer-note">
Solivre · LivreID · LivreVault · Built for COTI gcEVM · Experimental, not production-ready.
</span>
</div>
</footer>
<script src="assets/js/main.js"></script>
</body>
</html>