From beb690ba725c4502cdd0c2742b7671f37c190fd5 Mon Sep 17 00:00:00 2001 From: thePR0M3TH3AN <53631862+PR0M3TH3AN@users.noreply.github.com> Date: Thu, 17 Jul 2025 22:11:58 -0400 Subject: [PATCH] landing: add modular architecture diagram --- landing/index.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/landing/index.html b/landing/index.html index 2814e2b..678c5b9 100644 --- a/landing/index.html +++ b/landing/index.html @@ -84,6 +84,26 @@ flowchart TB

Architecture Overview

 ---
+config:
+  layout: fixed
+  theme: base
+  themeVariables:
+    primaryColor: '#e94a39'
+    primaryBorderColor: '#e94a39'
+    lineColor: '#e94a39'
+  look: classic
+---
+graph TD
+    core(seedpass.core)
+    cli(CLI/TUI)
+    gui(BeeWare GUI)
+    ext(Browser extension)
+    cli --> core
+    gui --> core
+    ext --> core
+                
+
+---
 config:
   layout: fixed
   theme: base