-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathroadmap.html
More file actions
450 lines (436 loc) · 28.8 KB
/
roadmap.html
File metadata and controls
450 lines (436 loc) · 28.8 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
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Product Roadmap | MiGrid Documentation</title>
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2322d3ee' stroke-width='2'><path d='M13 2L3 14h9l-1 8 10-12h-9l1-8z'/></svg>">
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="assets/style.css">
<script>
tailwind.config = {
theme: {
extend: {
colors: {
slate: {
950: '#000000',
900: '#09090b',
800: '#18181b',
700: '#27272a'
}
}
}
}
}
</script>
</head>
<body class="bg-black text-white min-h-screen">
<div class="bg-grid"></div>
<!-- Navigation -->
<nav class="fixed top-0 left-0 right-0 z-50 nav-blur border-b border-zinc-800">
<div class="max-w-7xl mx-auto px-6 h-16 flex items-center justify-between">
<a href="index.html" class="flex items-center gap-2 text-xl font-bold">
<svg class="w-8 h-8 text-cyan-400" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M13 2L3 14h9l-1 8 10-12h-9l1-8z"/>
</svg>
<span class="text-gradient">MiGrid</span>
</a>
<div class="hidden md:flex items-center gap-8">
<a href="index.html" class="text-zinc-400 hover:text-white text-sm font-medium transition-colors">Documentation</a>
<a href="roadmap.html" class="text-white text-sm font-semibold">Roadmap</a>
<a href="architecture.html" class="text-zinc-400 hover:text-white text-sm font-medium transition-colors">Architecture</a>
<a href="https://github.com/dcplatforms/Migrid" target="_blank" class="flex items-center gap-2 px-3 py-1.5 glass-card text-sm font-medium hover:border-cyan-400/50 transition-all">
<svg class="w-4 h-4" viewBox="0 0 24 24" fill="currentColor"><path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"/></svg>
GitHub
</a>
</div>
</div>
</nav>
<main class="pt-32 pb-20 px-6">
<div class="max-w-6xl mx-auto">
<!-- Header -->
<div class="text-center mb-16">
<h1 class="text-5xl md:text-6xl font-extrabold tracking-tight mb-4">
<span class="text-gradient">Product Roadmap</span>
</h1>
<p class="text-lg text-zinc-400 max-w-2xl mx-auto">
Q1 2025 → Q4 2026. From foundational infrastructure to advanced grid services and global expansion.
</p>
<div class="flex justify-center gap-4 mt-6 text-xs mono">
<span class="px-3 py-1 glass-card rounded-full text-zinc-400">8 Phases</span>
<span class="px-3 py-1 glass-card rounded-full text-zinc-400">16 Releases</span>
<span class="px-3 py-1 glass-card rounded-full text-emerald-400 border-emerald-500/20">v10.1.0</span>
</div>
</div>
<!-- Summary Stats -->
<div class="grid grid-cols-2 md:grid-cols-4 gap-4 mb-16">
<div class="glass-card p-6 border-l-4 border-emerald-500">
<div class="text-3xl font-bold text-white mb-1">86</div>
<div class="text-zinc-500 text-[10px] uppercase tracking-widest font-bold">Complete</div>
</div>
<div class="glass-card p-6 border-l-4 border-amber-500">
<div class="text-3xl font-bold text-white mb-1">8</div>
<div class="text-zinc-500 text-[10px] uppercase tracking-widest font-bold">In Progress</div>
</div>
<div class="glass-card p-6 border-l-4 border-purple-500">
<div class="text-3xl font-bold text-white mb-1">28</div>
<div class="text-zinc-500 text-[10px] uppercase tracking-widest font-bold">Planned</div>
</div>
<div class="glass-card p-6 border-l-4 border-cyan-500">
<div class="text-3xl font-bold text-white mb-1">63%</div>
<div class="text-zinc-500 text-[10px] uppercase tracking-widest font-bold">Overall</div>
</div>
</div>
<!-- Timeline -->
<div class="space-y-12">
<!-- Phase 1 -->
<div class="relative">
<div class="md:grid md:grid-cols-2 md:gap-12 items-center">
<div class="glass-card p-8 border-emerald-500/30">
<div class="flex items-center justify-between mb-4">
<span class="badge badge-cyan">Phase 1</span>
<span class="text-xs font-bold text-emerald-500 mono">Complete • Q1 2025</span>
</div>
<h3 class="text-2xl font-bold mb-2 text-white">Foundation</h3>
<p class="text-zinc-400 text-sm mb-6">Core infrastructure and physics verification.</p>
<div class="space-y-3">
<div class="flex items-center gap-3 text-sm text-zinc-300">
<svg class="w-4 h-4 text-emerald-500" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path d="M5 13l4 4L19 7" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>
<span>Physics Engine Core (L1)</span>
</div>
<div class="flex items-center gap-3 text-sm text-zinc-300">
<svg class="w-4 h-4 text-emerald-500" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path d="M5 13l4 4L19 7" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>
<span>OCPP 2.1 & 1.6 Support (L7)</span>
</div>
</div>
</div>
<div class="hidden md:block">
<div class="text-zinc-800 font-bold text-6xl">01</div>
</div>
</div>
</div>
<!-- Phase 2 -->
<div class="relative">
<div class="md:grid md:grid-cols-2 md:gap-12 items-center">
<div class="hidden md:block text-right">
<div class="text-zinc-800 font-bold text-6xl">02</div>
</div>
<div class="glass-card p-8 border-emerald-500/30">
<div class="flex items-center justify-between mb-4">
<span class="badge badge-cyan">Phase 2</span>
<span class="text-xs font-bold text-emerald-500 mono">Complete • Q2 2025</span>
</div>
<h3 class="text-2xl font-bold mb-2 text-white">Grid Integration</h3>
<p class="text-zinc-400 text-sm mb-6">OpenADR 3.0 and utility connectivity.</p>
<div class="space-y-3">
<div class="flex items-center gap-3 text-sm text-zinc-300">
<svg class="w-4 h-4 text-emerald-500" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path d="M5 13l4 4L19 7" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>
<span>OpenADR 3.0 VEN (L2)</span>
</div>
<div class="flex items-center gap-3 text-sm text-zinc-300">
<svg class="w-4 h-4 text-emerald-500" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path d="M5 13l4 4L19 7" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>
<span>Telematics Bridges (L1)</span>
</div>
</div>
</div>
</div>
</div>
<!-- Phase 3 -->
<div class="relative">
<div class="md:grid md:grid-cols-2 md:gap-12 items-center">
<div class="glass-card p-8 border-emerald-500/30">
<div class="flex items-center justify-between mb-4">
<span class="badge badge-cyan">Phase 3</span>
<span class="text-xs font-bold text-emerald-500 mono">Complete • Q3 2025</span>
</div>
<h3 class="text-2xl font-bold mb-2 text-white">Market Access</h3>
<p class="text-zinc-400 text-sm mb-6">VPP aggregation & wholesale markets.</p>
<div class="space-y-3">
<div class="flex items-center gap-3 text-sm text-zinc-300">
<svg class="w-4 h-4 text-emerald-500" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path d="M5 13l4 4L19 7" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>
<span>VPP Aggregator (L3)</span>
</div>
<div class="flex items-center gap-3 text-sm text-zinc-300">
<svg class="w-4 h-4 text-emerald-500" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path d="M5 13l4 4L19 7" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>
<span>Market Gateway (L4)</span>
</div>
</div>
</div>
<div class="hidden md:block">
<div class="text-zinc-800 font-bold text-6xl">03</div>
</div>
</div>
</div>
<!-- Phase 4 -->
<div class="relative">
<div class="md:grid md:grid-cols-2 md:gap-12 items-center">
<div class="hidden md:block text-right">
<div class="text-zinc-800 font-bold text-6xl">04</div>
</div>
<div class="glass-card p-8 border-emerald-500/30">
<div class="flex items-center justify-between mb-4">
<span class="badge badge-cyan">Phase 4</span>
<span class="text-xs font-bold text-emerald-500 mono">Complete • Q4 2025</span>
</div>
<h3 class="text-2xl font-bold mb-2 text-white">Driver Experience</h3>
<p class="text-zinc-400 text-sm mb-6">Mobile app & reward ecosystem.</p>
<div class="space-y-3">
<div class="flex items-center gap-3 text-sm text-zinc-300">
<svg class="w-4 h-4 text-emerald-500" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path d="M5 13l4 4L19 7" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>
<span>React Native App (L5)</span>
</div>
<div class="flex items-center gap-3 text-sm text-zinc-300">
<svg class="w-4 h-4 text-emerald-500" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path d="M5 13l4 4L19 7" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>
<span>$GRID Token (L10)</span>
</div>
</div>
</div>
</div>
</div>
<!-- Phase 5 -->
<div class="relative">
<div class="md:grid md:grid-cols-2 md:gap-12 items-center">
<div class="glass-card p-8 border-amber-500/30 bg-amber-500/[0.02]">
<div class="flex items-center justify-between mb-4">
<span class="badge badge-cyan">Phase 5</span>
<span class="text-xs font-bold text-amber-500 animate-pulse mono">In Progress • March 2026</span>
</div>
<h3 class="text-2xl font-bold mb-2 text-white text-accent-gradient">Enterprise Scale</h3>
<p class="text-zinc-400 text-sm mb-6">Multi-site orchestration & global markets.</p>
<div class="space-y-3">
<div class="flex items-center gap-3 text-sm text-zinc-300">
<svg class="w-4 h-4 text-emerald-500" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path d="M5 13l4 4L19 7" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>
<span>ENTSO-E Markets Active (L4)</span>
</div>
<div class="flex items-center gap-3 text-sm text-zinc-300">
<svg class="w-4 h-4 text-emerald-500" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path d="M5 13l4 4L19 7" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>
<span>Global Grid Achievements (L6)</span>
</div>
<div class="flex items-center gap-3 text-sm text-zinc-300">
<div class="w-4 h-4 border-2 border-amber-500 rounded-full border-t-transparent animate-spin"></div>
<span>ISO 15118 PnC (85%)</span>
</div>
<div class="flex items-center gap-3 text-sm text-zinc-300">
<div class="w-4 h-4 border-2 border-amber-500 rounded-full border-t-transparent animate-spin"></div>
<span>Commerce Engine (65%)</span>
</div>
</div>
</div>
<div class="hidden md:block">
<div class="text-zinc-800 font-bold text-6xl">05</div>
</div>
</div>
</div>
<!-- Phase 6 -->
<div class="relative">
<div class="md:grid md:grid-cols-2 md:gap-12 items-center">
<div class="hidden md:block text-right">
<div class="text-zinc-800 font-bold text-6xl">06</div>
</div>
<div class="glass-card p-8 border-purple-500/30">
<div class="flex items-center justify-between mb-4">
<span class="badge badge-cyan">Phase 6</span>
<span class="text-xs font-bold text-purple-500 mono">Planned • Q2 2026</span>
</div>
<h3 class="text-2xl font-bold mb-2 text-white">AI & Optimization</h3>
<p class="text-zinc-400 text-sm mb-6">ML forecasting & predictive analytics.</p>
<div class="space-y-3">
<div class="flex items-center gap-3 text-sm text-zinc-300 text-zinc-500">
<svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24"><rect x="3" y="3" width="18" height="18" rx="2" stroke-width="2"/></svg>
<span>ML Demand Forecasting (L3)</span>
</div>
<div class="flex items-center gap-3 text-sm text-zinc-300 text-zinc-500">
<svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24"><rect x="3" y="3" width="18" height="18" rx="2" stroke-width="2"/></svg>
<span>Predictive Maintenance (L1)</span>
</div>
</div>
</div>
</div>
</div>
<!-- Phase 7 -->
<div class="relative">
<div class="md:grid md:grid-cols-2 md:gap-12 items-center">
<div class="glass-card p-8 border-blue-500/30">
<div class="flex items-center justify-between mb-4">
<span class="badge badge-cyan">Phase 7</span>
<span class="text-xs font-bold text-blue-500 mono">Planned • Q3 2026</span>
</div>
<h3 class="text-2xl font-bold mb-2 text-white">Global Expansion</h3>
<p class="text-zinc-400 text-sm mb-6">Multi-tenant & international markets.</p>
<div class="space-y-3">
<div class="flex items-center gap-3 text-sm text-zinc-300 text-zinc-500">
<svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24"><rect x="3" y="3" width="18" height="18" rx="2" stroke-width="2"/></svg>
<span>Multi-Tenant Platform</span>
</div>
<div class="flex items-center gap-3 text-sm text-zinc-300 text-zinc-500">
<svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24"><rect x="3" y="3" width="18" height="18" rx="2" stroke-width="2"/></svg>
<span>International Markets (L4)</span>
</div>
</div>
</div>
<div class="hidden md:block">
<div class="text-zinc-800 font-bold text-6xl">07</div>
</div>
</div>
</div>
<!-- Phase 8 -->
<div class="relative">
<div class="md:grid md:grid-cols-2 md:gap-12 items-center">
<div class="hidden md:block text-right">
<div class="text-zinc-800 font-bold text-6xl">08</div>
</div>
<div class="glass-card p-8 border-cyan-500/30">
<div class="flex items-center justify-between mb-4">
<span class="badge badge-cyan">Phase 8</span>
<span class="text-xs font-bold text-cyan-500 mono">Planned • Q4 2026</span>
</div>
<h3 class="text-2xl font-bold mb-2 text-white text-accent-gradient">Advanced Grid Services</h3>
<p class="text-zinc-400 text-sm mb-6">Frequency regulation & resilience.</p>
<div class="space-y-3">
<div class="flex items-center gap-3 text-sm text-zinc-300 text-zinc-500">
<svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24"><rect x="3" y="3" width="18" height="18" rx="2" stroke-width="2"/></svg>
<span>Fast Frequency Response (L3)</span>
</div>
<div class="flex items-center gap-3 text-sm text-zinc-300 text-zinc-500">
<svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24"><rect x="3" y="3" width="18" height="18" rx="2" stroke-width="2"/></svg>
<span>Zero-Trust Security</span>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Progress by Layer -->
<div class="mt-24">
<h2 class="text-3xl font-bold mb-8 text-gradient">Development Progress by Layer</h2>
<div class="glass-card p-8 space-y-6">
<div class="grid md:grid-cols-2 gap-x-12 gap-y-6">
<!-- L1 -->
<div class="space-y-2">
<div class="flex justify-between text-xs mono">
<span class="text-zinc-400">L1: Physics Engine</span>
<span class="text-cyan-400 font-bold">100%</span>
</div>
<div class="h-1.5 bg-zinc-900 rounded-full overflow-hidden">
<div class="h-full bg-cyan-400" style="width: 100%"></div>
</div>
</div>
<!-- L2 -->
<div class="space-y-2">
<div class="flex justify-between text-xs mono">
<span class="text-zinc-400">L2: Grid Signal</span>
<span class="text-green-400 font-bold">100%</span>
</div>
<div class="h-1.5 bg-zinc-900 rounded-full overflow-hidden">
<div class="h-full bg-green-400" style="width: 100%"></div>
</div>
</div>
<!-- L3 -->
<div class="space-y-2">
<div class="flex justify-between text-xs mono">
<span class="text-zinc-400">L3: VPP Aggregator</span>
<span class="text-blue-400 font-bold">100%</span>
</div>
<div class="h-1.5 bg-zinc-900 rounded-full overflow-hidden">
<div class="h-full bg-blue-400" style="width: 100%"></div>
</div>
</div>
<!-- L4 -->
<div class="space-y-2">
<div class="flex justify-between text-xs mono">
<span class="text-zinc-400">L4: Market Gateway</span>
<span class="text-purple-400 font-bold">100%</span>
</div>
<div class="h-1.5 bg-zinc-900 rounded-full overflow-hidden">
<div class="h-full bg-purple-400" style="width: 100%"></div>
</div>
</div>
<!-- L5 -->
<div class="space-y-2">
<div class="flex justify-between text-xs mono">
<span class="text-zinc-400">L5: Driver DX</span>
<span class="text-pink-400 font-bold">100%</span>
</div>
<div class="h-1.5 bg-zinc-900 rounded-full overflow-hidden">
<div class="h-full bg-pink-400" style="width: 100%"></div>
</div>
</div>
<!-- L6 -->
<div class="space-y-2">
<div class="flex justify-between text-xs mono">
<span class="text-zinc-400">L6: Engagement Engine</span>
<span class="text-rose-400 font-bold">100%</span>
</div>
<div class="h-1.5 bg-zinc-900 rounded-full overflow-hidden">
<div class="h-full bg-rose-400" style="width: 100%"></div>
</div>
</div>
<!-- L7 -->
<div class="space-y-2">
<div class="flex justify-between text-xs mono">
<span class="text-zinc-400">L7: Device Gateway</span>
<span class="text-orange-400 font-bold">85%</span>
</div>
<div class="h-1.5 bg-zinc-900 rounded-full overflow-hidden">
<div class="h-full bg-orange-400" style="width: 85%"></div>
</div>
</div>
<!-- L8 -->
<div class="space-y-2">
<div class="flex justify-between text-xs mono">
<span class="text-zinc-400">L8: Energy Manager</span>
<span class="text-yellow-400 font-bold">100%</span>
</div>
<div class="h-1.5 bg-zinc-900 rounded-full overflow-hidden">
<div class="h-full bg-yellow-400" style="width: 100%"></div>
</div>
</div>
<!-- L9 -->
<div class="space-y-2">
<div class="flex justify-between text-xs mono">
<span class="text-zinc-400">L9: Commerce Engine</span>
<span class="text-teal-400 font-bold">65%</span>
</div>
<div class="h-1.5 bg-zinc-900 rounded-full overflow-hidden">
<div class="h-full bg-teal-400" style="width: 65%"></div>
</div>
</div>
<!-- L10 -->
<div class="space-y-2">
<div class="flex justify-between text-xs mono">
<span class="text-zinc-400">L10: Token Bridge</span>
<span class="text-indigo-400 font-bold">100%</span>
</div>
<div class="h-1.5 bg-zinc-900 rounded-full overflow-hidden">
<div class="h-full bg-indigo-400" style="width: 100%"></div>
</div>
</div>
<!-- L11 -->
<div class="space-y-2">
<div class="flex justify-between text-xs mono">
<span class="text-zinc-400">L11: ML Engine</span>
<span class="text-purple-400 font-bold">30%</span>
</div>
<div class="h-1.5 bg-zinc-900 rounded-full overflow-hidden">
<div class="h-full bg-purple-400" style="width: 30%"></div>
</div>
</div>
</div>
</div>
</div>
<div class="mt-20 text-center">
<a href="https://github.com/dcplatforms/Migrid/issues" target="_blank" class="btn-secondary">
<svg class="w-5 h-5" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"/></svg>
Request a Feature or Contribute
</a>
</div>
</div>
</main>
<footer class="py-12 border-t border-zinc-900 text-center">
<p class="text-zinc-600 text-xs italic mb-2">"Verify the physics. Unlock the grid."</p>
<p class="text-zinc-700 text-[10px] uppercase tracking-widest font-bold">
Last Updated: March 2026 • Version 10.1.0
</p>
</footer>
</body>
</html>