-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathroadmap.html
More file actions
215 lines (201 loc) · 8.16 KB
/
Copy pathroadmap.html
File metadata and controls
215 lines (201 loc) · 8.16 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Roadmap · LIVRE OS</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/styles.css" />
</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" class="active">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>
<!-- Roadmap hero -->
<section class="hero hero-roadmap">
<div class="hero-inner">
<p class="hero-kicker">Roadmap</p>
<h1>The path from demo node to sovereign network.</h1>
<p class="hero-subtitle">
We start with a single Identity Node, then grow into a networked identity fabric:
Solivre Kernel, LivreID naming, hardened Vault, and app-facing Verifier flows.
</p>
<p class="hero-tagline">
Timelines are indicative, not promises. This page is a living map of what we’re
actively forging.
</p>
</div>
</section>
<!-- Timeline -->
<section class="section">
<div class="container roadmap-shell">
<div class="roadmap-legend">
<span class="roadmap-status-chip done">Done</span>
<span class="roadmap-status-chip active">Forging now</span>
<span class="roadmap-status-chip planned">On deck</span>
</div>
<div class="roadmap-track">
<!-- M1 -->
<article class="roadmap-item done">
<div class="roadmap-node">
<span class="roadmap-dot"></span>
<span class="roadmap-line"></span>
</div>
<div class="roadmap-card">
<div class="roadmap-card-header">
<span class="roadmap-label">M1 · Identity Node MVP</span>
<span class="roadmap-status-pill">Done</span>
</div>
<p class="roadmap-title">
Define MVP scope & ship the first Identity Node.
</p>
<p class="roadmap-body">
Basic Identity Node with Agent + Verifier consoles, file-based Vault, and
deterministic age/residency proof templates wired into a simple proof engine.
</p>
<div class="roadmap-meta">
<span class="roadmap-tag">Identity Node v0.x</span>
<span class="roadmap-tag">Agent / Verifier</span>
<span class="roadmap-tag warm">File-based Vault</span>
</div>
</div>
</article>
<!-- M2 -->
<article class="roadmap-item active">
<div class="roadmap-node">
<span class="roadmap-dot"></span>
<span class="roadmap-line"></span>
</div>
<div class="roadmap-card">
<div class="roadmap-card-header">
<span class="roadmap-label">M2 · Solivre Kernel & Vault spec</span>
<span class="roadmap-status-pill active">Forging</span>
</div>
<p class="roadmap-title">
Stabilize the Solivre Kernel & harden the Vault model.
</p>
<p class="roadmap-body">
Extract a minimal Solivre Kernel interface from the node, define how claims,
policies, and proof descriptors are represented, and draft a hardened Vault spec
with pluggable backends and rotation.
</p>
<div class="roadmap-meta">
<span class="roadmap-tag">Kernel API draft</span>
<span class="roadmap-tag">Claims & policies</span>
<span class="roadmap-tag warm">Vault design</span>
</div>
</div>
</article>
<!-- M3 -->
<article class="roadmap-item planned">
<div class="roadmap-node">
<span class="roadmap-dot"></span>
<span class="roadmap-line"></span>
</div>
<div class="roadmap-card">
<div class="roadmap-card-header">
<span class="roadmap-label">M3 · LivreID namespace</span>
<span class="roadmap-status-pill planned">On deck</span>
</div>
<p class="roadmap-title">
Launch the LivreID naming layer for identities.
</p>
<p class="roadmap-body">
Specify how <strong>odin.livre</strong> and similar names resolve to private
identity anchors, not public profiles. Design registration, renewal, and privacy
guarantees so apps see anchors, never documents.
</p>
<div class="roadmap-meta">
<span class="roadmap-tag">.livre names</span>
<span class="roadmap-tag">Resolution rules</span>
<span class="roadmap-tag warm">Privacy model</span>
</div>
</div>
</article>
<!-- M4 -->
<article class="roadmap-item planned">
<div class="roadmap-node">
<span class="roadmap-dot"></span>
</div>
<div class="roadmap-card">
<div class="roadmap-card-header">
<span class="roadmap-label">M4 · Proof flows & on-chain orchestrator</span>
<span class="roadmap-status-pill planned">Planned</span>
</div>
<p class="roadmap-title">
Move from manual JSON copy/paste to real proof request flows.
</p>
<p class="roadmap-body">
Define a standard “Proof Request” schema, build request/response flows between
apps, Agents, and Identity Nodes, and experiment with an on-chain orchestrator
on COTI gcEVM for anchoring proof hashes and policies.
</p>
<div class="roadmap-meta">
<span class="roadmap-tag">Proof Request schema</span>
<span class="roadmap-tag">Verifier UX</span>
<span class="roadmap-tag warm">On-chain anchors</span>
</div>
</div>
</article>
</div>
<p class="roadmap-footnote">
Everything above is intentionally small and composable. LIVRE OS grows by hardening
each layer — Kernel, Vault, LivreID, Wallet — not by shipping a monolith in one go.
</p>
</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>