You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/routes/+page.svelte
+23-1Lines changed: 23 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,26 +11,30 @@
11
11
12
12
<script>
13
13
importStackDiagramfrom'$lib/StackDiagram.svelte';
14
+
importIconfrom'$lib/Icon.svelte';
14
15
import { reveal } from'$lib/reveal.js';
15
16
16
17
constproducts= [
17
18
{
18
19
number:'01',
19
20
category:'OS',
21
+
icon:'compute',
20
22
name:'ESVER OS',
21
23
href:'/esver',
22
24
description:'Voice-native command interface. Biometric-secured access. Local AI co-pilot. Declarative NixOS substrate. UX, privacy, and security — none sacrificed.',
23
25
},
24
26
{
25
27
number:'02',
26
28
category:'IDENTITY',
29
+
icon:'identity',
27
30
name:'VISAGE',
28
31
href:'/visage',
29
32
description:'Linux face authentication via PAM. ONNX inference runs entirely on-device — no cloud enrollment, no biometric database. Open source, MIT licensed.',
30
33
},
31
34
{
32
35
number:'03',
33
36
category:'FINANCE',
37
+
icon:'capital',
34
38
name:'MR. HAVEN',
35
39
href:'/mrhaven',
36
40
description:'Non-custodial USDC time vault on Base L2. Set conditions, name beneficiaries, define schedules — or designate autonomous agents as recipients. Smart contract executes regardless of who holds the keys.',
title:'THE MACHINE IS A COMMAND CENTER, NOT A SUBSCRIPTION.',
21
23
desc:'An operating system that serves the vendor is not yours. Esver OS is built on the trifecta: UX that does not demand technical sacrifice, privacy that is architectural rather than cosmetic, and security that is the perimeter of your authority. Voice-native interface. Local AI co-pilot. Biometric-secured sessions. Declarative NixOS substrate. None of these properties trade off against the others. That is the point.',
22
24
link: { label:'ESVER OS →', href:'/esver' }
23
25
},
24
26
{
25
27
num:'02',
26
28
domain:'IDENTITY',
29
+
icon:'identity',
27
30
title:'YOU ARE NOT A ROW IN A DATABASE.',
28
31
desc:'Biometrics should never leave the hardware they were captured on. Verification is a local cryptographic process, not a cloud API call. If a system requires your face to authenticate, it must prove it cannot steal it.',
29
32
link: { label:'VISAGE →', href:'/visage' }
30
33
},
31
34
{
32
35
num:'03',
33
36
domain:'CAPITAL',
37
+
icon:'capital',
34
38
title:'NO HUMANS IN THE LOOP.',
35
39
desc:'Assets require custody or cryptography. We choose cryptography. A programmable vault should execute rules without hesitation, without exception, and without permission from a compliance department.',
0 commit comments