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: CLAUDE.md
+52-23Lines changed: 52 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -235,7 +235,7 @@ All static files live in `static/` (NOT `public/` — SvelteKit convention). Cop
235
235
**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.
236
236
237
237
**Thesis hierarchy:**
238
-
1. Stack level (Home, Ecosystem): sovereignty across OS + identity + finance
238
+
1. Stack level (Home, Codex): sovereignty across OS + identity + finance
239
239
2. Product level: each product surfaces the founder-as-proof / capability-multiplication angle
240
240
3. Feature level: technical specifics, no thesis language needed
241
241
@@ -262,9 +262,12 @@ All static files live in `static/` (NOT `public/` — SvelteKit convention). Cop
262
262
### MrHaven
263
263
- Status: Live on Base mainnet
264
264
265
-
### Ecosystem (Manifesto)
265
+
### Codex (was Ecosystem/Manifesto)
266
+
- Page title: "THE CODEX." (category: DOCTRINE)
267
+
- Nav link text: "CODEX" (URL remains `/ecosystem`)
266
268
- Blockquote styled with violet left border + accent-surface background
267
269
- Closing H2: "ONE OPERATOR. TOTAL AUTHORITY."
270
+
- Hero glyph: open grimoire with trifecta triangle + esper crystal
268
271
269
272
## Deploy Process
270
273
@@ -296,14 +299,45 @@ npm run generate-og # rewrites static/og-image.png
296
299
297
300
Script is at `scripts/generate-og.js`. Run it after any brand or copy changes that should be reflected in social previews.
298
301
299
-
## Known Limitations
300
-
301
-
- No blog platform for the content launch strategy (teaser article, X thread)
302
-
-`esver.computer` has no standalone landing page — product page lives at `sovren.software/esver`
303
-
- MrHaven SDK not yet documented on the site (removed SDK mention from CTA until ready)
304
-
- No visual that shows the three products converging (convergence story is text-only)
305
-
-`augmentum.computer` → `esver.computer` DNS redirect not yet configured (Namecheap/Cloudflare)
306
-
- Brevo welcome email template still references Augmentum OS in body text — update in Brevo dashboard
302
+
## Design Decisions (2026-03-15 Redesign)
303
+
304
+
### Rationale
305
+
The original site was pure monochrome (black/white) with a Three.js 3D wireframe background. The creative brief called for "schematic command design with restrained magitek undertones" — warm bone, panel-framed, sparse violet accents, technical dossier aesthetic. The 3D scene was heavy (~570 lines JS, Three.js + GSAP deps) and the monochrome palette felt generic. The redesign replaces runtime 3D with lightweight CSS/SVG artwork.
306
+
307
+
### Trade-offs
308
+
-**Removed Three.js/GSAP** → lost the cinematic 3D parallax feel, gained ~200KB bundle reduction, eliminated GPU overhead, removed the transparent-background constraint that blocked opaque panel layouts
309
+
-**Renamed "Manifesto" → "Codex"** → aligns with magitek/FF6 flavor, URL stays `/ecosystem` for backward compat (not renamed to avoid breaking indexed URLs)
310
+
-**SVG glyphs over raster art** → infinitely scalable, theme-aware (uses CSS vars), tiny file size, but limited to geometric/schematic styles — no photographic or painted artwork
311
+
-**CSS animations over JS** → zero bundle cost, respects `prefers-reduced-motion`, but limited to simple transforms (rotate, translate, opacity) — no physics or interaction
312
+
-**Light-mode first** → dark mode tokens exist and work but haven't been visually QA'd against the new glyphs/panels in a real browser session
313
+
314
+
### Expected Benefits
315
+
- Faster load (no Three.js/GSAP), better Lighthouse scores
316
+
- Distinctive visual identity (the schematic magitek look is unique in the sovereign computing space)
317
+
- Fully theme-aware artwork (glyphs use CSS vars, swap with dark mode)
318
+
- Accessible (all animations respect reduced-motion, all glyphs have aria-hidden, all SVGs are decorative)
319
+
320
+
### Known Limitations
321
+
- Dark mode not visually QA'd — tokens present, glyph opacities may need per-theme tuning
322
+
- No blog platform for content launch strategy
323
+
-`esver.computer` has no standalone landing page
324
+
- MrHaven SDK not yet documented
325
+
- OG image uses static bone palette — no dark mode variant
326
+
- Glyph animations are CSS-only — no scroll-linked parallax or mouse interaction
327
+
-`AsciiArt.svelte` and `EsperCrystal.svelte` are created but unused (superseded by HeroGlyph approach) — candidates for cleanup
328
+
- Favicon SVG still uses old black design — should be updated to match new palette
0 commit comments