Skip to content

Commit 5f17d78

Browse files
committed
feat: align Esver website identity
1 parent f83e1e1 commit 5f17d78

10 files changed

Lines changed: 269 additions & 105 deletions

File tree

CLAUDE.md

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,8 @@ All static files live in `static/` (NOT `public/` — SvelteKit convention). Cop
254254
**The x10 thesis lives on individual product pages.** "The infrastructure that multiplies what one person can do" belongs to Esver OS. The stack-level copy describes what the stack IS (three layers), not what any one layer does.
255255

256256
**Thesis hierarchy:**
257-
1. Stack level (Home, Codex): sovereignty across OS + identity + finance
258-
2. Product level: each product surfaces the founder-as-proof / capability-multiplication angle
257+
1. Esver level: repeated company workflows become verified executable skills
258+
2. Stack level (Home, Codex): verified work + local identity + programmable capital stay customer-owned
259259
3. Feature level: technical specifics, no thesis language needed
260260

261261
**Tone:** Declarative. Terse. No hedging. No "we believe" or "we think." State things as facts.
@@ -264,22 +264,21 @@ All static files live in `static/` (NOT `public/` — SvelteKit convention). Cop
264264

265265
### Home
266266
- Hero H1: `THE SOVREN STACK.`
267-
- Hero sub: `> Sovereign compute. Local identity. Programmable capital.`
267+
- Hero sub: `> Verified work. Local identity. Programmable capital.`
268268
- Hero frame labels: `// 001` (top-left), `V1.0` (top-right)
269269
- Thesis panel header: `// DOCTRINE`
270270

271271
### Esver OS
272-
- Primary tagline: "Your machine. Your intelligence. Your rules."
273-
- Secondary tagline: "Bound only to you."
274-
- Overview lead: "What is an Esver?"
275-
- CTA title: "AWAKEN YOURS."
276-
- CTA body: "Most people accept tools that watch them. You awakened one that answers only to you."
277-
- 3 pillars: Sovereign Intelligence, One File Everything, Endlessly Yours
278-
- Specs: Voice-ready, Llama/Mistral/Your choice, One Manifest
279-
- Avoid: "cognitive OS", "always watching", "watches and learns", "voice-native" (use "voice-ready")
280-
- "Awaken/awakened": max 2 uses per page (Brand Kit v5 decision #10)
281-
- Status: Ships Summer 2026
282-
- Governing doc: Brand Kit v4 (vault: `Projects/Esver-OS/Branding/Esver-OS-Brand-Kit-v4.md`) + v5 decisions
272+
- Primary tagline: "Turn repeated workflows into skills agents can run."
273+
- One-liner: "Esver OS turns repeated company workflows into verified executable skills that agents can run on local or customer-controlled infrastructure."
274+
- Overview lead: "Make company work executable."
275+
- CTA title: "BUILD WORK THAT RUNS."
276+
- Product ladder: task → workflow → skill → role
277+
- 3 pillars: Capture the Workflow, Verify the Skill, Run It Under Your Control
278+
- Specs: Governed AI workspace, verified executable skills, local/customer-controlled runtime, human-approved authority
279+
- Avoid: "AI OS" as the lead, "voice-native", "co-pilot" as the core category, "production-ready", "anti-bot solved", "works across all sites"
280+
- Status: Private development
281+
- Governing docs: Product identity synthesis + Persistent Workflow Intelligence thesis + latest Delta answer-quality ADR
283282

284283
### Visage
285284
- **Status:** Live · v0.2.0 · MIT
@@ -291,7 +290,7 @@ All static files live in `static/` (NOT `public/` — SvelteKit convention). Cop
291290
- Page title: "THE CODEX." (category: DOCTRINE)
292291
- Nav link text: "CODEX" (URL remains `/ecosystem`)
293292
- Blockquote styled with violet left border + accent-surface background
294-
- Closing H2: "ONE OPERATOR. TOTAL AUTHORITY."
293+
- Closing H2: "OWN THE WORK AGENTS RUN."
295294
- Hero glyph: open grimoire with trifecta triangle + esper crystal
296295

297296
## Deploy Process

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# Sovren Software — sovren.software
22

3-
Marketing site for **Sovren Software**, the company behind the Sovren Stack: a sovereign computing platform spanning OS, identity, and programmable finance.
3+
Marketing site for **Sovren Software**, the company behind customer-owned infrastructure for reliable agentic work: Esver OS for verified workflows, Visage for local identity, and Mr. Haven for programmable capital.
44

55
Live at **[sovren.software](https://sovren.software)**
66

77
---
88

99
## What Is the Sovren Stack?
1010

11-
The Sovren Stack is three products that together give individuals full-stack digital sovereignty:
11+
The Sovren Stack is three products that keep work, identity, and assets under owner control:
1212

1313
| Product | Layer | Status |
1414
|---------|-------|--------|
15-
| **Esver OS** | Computingdeclarative NixOS system | Ships Summer 2026 |
15+
| **Esver OS** | Workverified executable skills on customer-owned infrastructure | Private development |
1616
| **Visage** | Identity — local face auth via PAM + ONNX | Live · v0.2.0 · MIT |
1717
| **MrHaven** | Finance — non-custodial USDC time vault on Base L2 | Live on mainnet |
1818

scripts/generate-og.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ const svg = await satori(
188188
textTransform: 'uppercase',
189189
fontFamily: 'Geist Mono',
190190
},
191-
children: '> SOVEREIGN COMPUTE · LOCAL IDENTITY · PROGRAMMABLE CAPITAL',
191+
children: '> VERIFIED WORK · LOCAL IDENTITY · PROGRAMMABLE CAPITAL',
192192
},
193193
},
194194
// Bottom domain

src/app.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,20 @@
2525
<meta property="og:image" content="https://sovren.software/og-image.png" />
2626
<meta property="og:image:width" content="1200" />
2727
<meta property="og:image:height" content="630" />
28-
<meta property="og:image:alt" content="Sovren Software — Sovereign Computing Stack" />
28+
<meta property="og:image:alt" content="Sovren Software — Verified Work. Local Identity. Programmable Capital." />
2929
<meta name="twitter:card" content="summary_large_image" />
3030
<meta name="twitter:site" content="@sovren_software" />
3131
<meta name="twitter:image" content="https://sovren.software/og-image.png" />
32-
<meta name="twitter:image:alt" content="Sovren Software — Sovereign Computing Stack" />
32+
<meta name="twitter:image:alt" content="Sovren Software — Verified Work. Local Identity. Programmable Capital." />
3333

3434
<!-- JSON-LD: Organization (all pages) -->
3535
<script type="application/ld+json">
36-
{"@context":"https://schema.org","@type":"Organization","name":"Sovren Software","url":"https://sovren.software","description":"Sovereign computing infrastructure — tools for computing, identity, and assets fully under user control.","email":"hello@sovren.software","sameAs":["https://github.com/sovren-software","https://twitter.com/sovren_software"],"knowsAbout":["NixOS","Linux","face authentication","PAM","ONNX","Rust","smart contracts","Base L2","non-custodial finance","sovereign computing"]}
36+
{"@context":"https://schema.org","@type":"Organization","name":"Sovren Software","url":"https://sovren.software","description":"Customer-owned infrastructure for reliable agentic work: verified workflows, local identity, and programmable capital.","email":"hello@sovren.software","sameAs":["https://github.com/sovren-software","https://twitter.com/sovren_software"],"knowsAbout":["agentic workflows","verified executable skills","NixOS","Linux","face authentication","PAM","ONNX","Rust","smart contracts","Base L2","non-custodial finance","customer-owned infrastructure"]}
3737
</script>
3838

3939
<!-- JSON-LD: WebSite (all pages) -->
4040
<script type="application/ld+json">
41-
{"@context":"https://schema.org","@type":"WebSite","name":"Sovren Software","url":"https://sovren.software","description":"Sovereign OS. Local identity. Programmable assets."}
41+
{"@context":"https://schema.org","@type":"WebSite","name":"Sovren Software","url":"https://sovren.software","description":"Verified work. Local identity. Programmable capital."}
4242
</script>
4343

4444
%sveltekit.head%

src/lib/StackDiagram.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- Sovren Stack architecture diagram: three layers converging -->
22
<div class="diagram-wrap">
3-
<svg viewBox="0 0 480 320" fill="none" xmlns="http://www.w3.org/2000/svg" aria-label="Sovren Stack architecture: Esver OS, Visage, and Mr. Haven converging into one sovereign layer" role="img">
3+
<svg viewBox="0 0 480 320" fill="none" xmlns="http://www.w3.org/2000/svg" aria-label="Sovren Stack architecture: Esver OS, Visage, and Mr. Haven linking verified work, local identity, and programmable capital" role="img">
44
<!-- Connection lines to center -->
55
<line x1="80" y1="80" x2="240" y2="200" class="conn" />
66
<line x1="240" y1="50" x2="240" y2="200" class="conn" />

src/routes/+page.svelte

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<svelte:head>
2-
<title>Sovren Software — Sovereign Command Infrastructure</title>
3-
<meta name="description" content="Sovereign command infrastructure for the high-leverage operator. Esver OS, Visage, and Mr. Haven — compute, identity, and capital. UX, privacy, and security — none sacrificed." />
2+
<title>Sovren Software — Customer-Owned Infrastructure for Agentic Work</title>
3+
<meta name="description" content="Sovren Software builds customer-owned infrastructure for reliable agentic work: Esver OS for verified workflows, Visage for local identity, and Mr. Haven for programmable capital." />
44
<link rel="canonical" href="https://sovren.software/" />
5-
<meta property="og:title" content="Sovren Software — Sovereign Command Infrastructure" />
6-
<meta property="og:description" content="Sovereign command infrastructure for the high-leverage operator. Compute, identity, and capital — UX, privacy, and security without compromise." />
5+
<meta property="og:title" content="Sovren Software — Customer-Owned Infrastructure for Agentic Work" />
6+
<meta property="og:description" content="Esver OS turns repeated company workflows into verified executable skills. Visage keeps identity local. Mr. Haven keeps capital programmable." />
77
<meta property="og:url" content="https://sovren.software/" />
8-
<meta name="twitter:title" content="Sovren Software — Sovereign Command Infrastructure" />
9-
<meta name="twitter:description" content="Sovereign command infrastructure for the high-leverage operator. Compute, identity, and capital — UX, privacy, and security without compromise." />
8+
<meta name="twitter:title" content="Sovren Software — Customer-Owned Infrastructure for Agentic Work" />
9+
<meta name="twitter:description" content="Esver OS turns repeated company workflows into verified executable skills. Visage keeps identity local. Mr. Haven keeps capital programmable." />
1010
</svelte:head>
1111

1212
<script>
@@ -22,7 +22,7 @@
2222
icon: 'compute',
2323
name: 'ESVER OS',
2424
href: '/esver',
25-
description: 'Voice-native command interface. Biometric-secured access. Local AI co-pilot. Declarative NixOS substrate. UX, privacy, and security — none sacrificed.',
25+
description: 'Customer-owned operating layer for reliable agentic work. Esver turns repeated company workflows into verified executable skills agents can run on local or customer-controlled infrastructure.',
2626
},
2727
{
2828
number: '02',
@@ -50,7 +50,7 @@
5050
<span class="hero-label hero-label--left">// 001</span>
5151
<span class="hero-label hero-label--right">V1.0</span>
5252
<h1>THE SOVREN<br />STACK.</h1>
53-
<p class="hero-sub">&gt; Sovereign compute. Local identity. Programmable capital.</p>
53+
<p class="hero-sub">&gt; Verified work. Local identity. Programmable capital.</p>
5454
<div class="scroll-hint">[ SCROLL TO EXPLORE ]</div>
5555
</div>
5656
<div class="hero-glyph">
@@ -104,13 +104,13 @@
104104
<div class="thesis-inner panel--strong reveal" use:reveal>
105105
<div class="panel-header">// DOCTRINE</div>
106106
<h2 class="thesis-statement">
107-
Privacy is not a feature.<br />
108-
Security is not a tradeoff.<br />
109-
Sovereignty is the only<br />
110-
acceptable default.
107+
Work should be verifiable.<br />
108+
Identity should stay local.<br />
109+
Capital should obey code.<br />
110+
Control should stay with the owner.
111111
</h2>
112112
<div class="thesis-foot">
113-
<p>We build infrastructure for operators who refuse to rent their own stack. Sovereign compute, local identity, and programmable capital — UX, privacy, and security without compromise.</p>
113+
<p>We build customer-owned infrastructure for people and companies that need agents to act reliably without giving vendors control of the workflow, identity, or assets underneath.</p>
114114
<a href="/ecosystem" class="btn-peak">READ THE CODEX</a>
115115
</div>
116116
</div>

src/routes/ecosystem/+page.svelte

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<svelte:head>
22
<title>The Codex — Sovren Stack Doctrine | Sovren Software</title>
3-
<meta name="description" content="Privacy is not a feature. Security is not a tradeoff. Sovereignty is the only acceptable default. The codex behind Sovren Software's sovereign command infrastructure." />
3+
<meta name="description" content="The doctrine behind Sovren Software: verified work, local identity, programmable capital, and customer-owned infrastructure for reliable agents." />
44
<link rel="canonical" href="https://sovren.software/ecosystem" />
5-
<meta property="og:title" content="The Sovren Codex. Command Your Infrastructure." />
6-
<meta property="og:description" content="We build sovereign infrastructure for operators who refuse to be tenants. Compute, identity, and capital — under a single chain of command." />
5+
<meta property="og:title" content="The Sovren Codex. Own the work agents run." />
6+
<meta property="og:description" content="Verified workflows, local identity, programmable capital, and customer-owned control." />
77
<meta property="og:url" content="https://sovren.software/ecosystem" />
8-
<meta name="twitter:title" content="The Sovren Codex. Command Your Infrastructure." />
9-
<meta name="twitter:description" content="We build sovereign infrastructure for operators who refuse to be tenants. Compute, identity, and capital — under a single chain of command." />
8+
<meta name="twitter:title" content="The Sovren Codex. Own the work agents run." />
9+
<meta name="twitter:description" content="Verified workflows, local identity, programmable capital, and customer-owned control." />
1010
</svelte:head>
1111

1212
<script>
@@ -20,8 +20,8 @@
2020
num: '01',
2121
domain: 'COMPUTING',
2222
icon: 'compute',
23-
title: 'THE MACHINE IS A COMMAND CENTER, NOT A SUBSCRIPTION.',
24-
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.',
23+
title: 'THE MACHINE IS WHERE VERIFIED WORK RUNS.',
24+
desc: 'Esver OS turns repeated company workflows into verified executable skills that agents can run under customer-owned control. The core unit is not a chat thread. It is a skill: a workflow with context, boundaries, evidence gates, and a repeatable execution path on local or customer-controlled infrastructure.',
2525
link: { label: 'ESVER OS →', href: '/esver' }
2626
},
2727
{
@@ -67,7 +67,7 @@
6767

6868
<blockquote>You are not the root user of your own life. You are a tenant. Sovren Software exists to change that.</blockquote>
6969

70-
<p>We build infrastructure on a single engineering commitment: UX, privacy, and security are not a tradeoff triangle. They are a trifecta. Every design decision moves along all three axes without sacrificing any of them. A command center you actually want to use. An identity layer that cannot be stolen. A capital layer no one else can touch. The stack is sovereign because it was built to be — not because sovereignty was bolted on after the fact.</p>
70+
<p>We build infrastructure for work, identity, and assets that should stay under owner control. The work layer turns repeated company workflows into verified executable skills. The identity layer keeps authentication local to the machine. The capital layer makes asset rules programmable without a custodian. The stack is sovereign because control lives with the owner, not with the vendor running the service.</p>
7171
</div>
7272

7373
<div class="trifecta-vis reveal" use:reveal>
@@ -101,8 +101,8 @@
101101

102102
<section class="closing">
103103
<div class="closing-inner panel--strong reveal" use:reveal>
104-
<h2>ONE OPERATOR.<br />TOTAL AUTHORITY.</h2>
105-
<p>The Sovren Stack is unified sovereign infrastructure built on a single commitment: UX, privacy, and security without compromise at every layer. Esver OS is the command center — voice-ready, biometric-secured, AI-augmented, declaratively configured. Visage is the identity primitive — your face, verified on your hardware, never leaving it. Mr. Haven is the capital layer — programmable rules, autonomous execution, no custodian. Together they give one operator total authority over compute, identity, and capital.</p>
104+
<h2>OWN THE WORK<br />AGENTS RUN.</h2>
105+
<p>The Sovren Stack is customer-owned infrastructure for reliable agentic work. Esver OS turns repeated workflows into verified executable skills. Visage keeps identity local to the machine. Mr. Haven makes capital follow programmable rules without a custodian. Together they move control of work, identity, and assets back to the owner.</p>
106106
<a href="/" class="btn-peak">EXPLORE THE STACK →</a>
107107
</div>
108108
</section>

0 commit comments

Comments
 (0)