diff --git a/README.md b/README.md
index 8a0d103..e1ea4ab 100644
--- a/README.md
+++ b/README.md
@@ -494,19 +494,19 @@ aitherboard/
| Method | Implementation | Key Storage |
|--------|----------------|------------|
| **NIP-07** | Browser extension (Alby, nos2x, etc.) | No storage (extension manages) |
-| **Nsec** | Direct bech32 nsec or hex private key, stored in the in-browser cache | **REQUIRED**: NIP-49 encrypted in localStorage |
+| **Nsec** | Direct bech32 nsec or hex private key, stored in the in-browser cache | **REQUIRED**: NIP-49 encrypted in IndexedDB |
| **NIP-46 Bunker** | Remote signer via `bunker://` URI | No local storage |
| **Anonymous** | Generated on the fly when publishing | **REQUIRED**: NIP-49 encrypted in IndexedDB |
### Key Storage & Encryption
**CRITICAL**: NO SECRET KEYS STORED ON THE SERVER
-- All keys stored client-side only (IndexedDB/localStorage)
+- All keys stored client-side only in IndexedDB
- Server only serves static files
- All key management in browser
- **REQUIRED**: All nsec keys (including anonymous) MUST be encrypted with NIP-49 (password-based) before storage
- Store as ncryptsec format (never plaintext nsec)
-- Anonymous keys persist in IndexedDB across sessions
+- All encrypted keys persist in IndexedDB across sessions
- Users can provide their own anonymous key (must be encrypted)
### Anonymous User Behavior
diff --git a/public/healthz.json b/public/healthz.json
index 95ff5d1..f87be17 100644
--- a/public/healthz.json
+++ b/public/healthz.json
@@ -2,7 +2,7 @@
"status": "ok",
"service": "aitherboard",
"version": "0.1.0",
- "buildTime": "2026-02-05T06:58:07.669Z",
+ "buildTime": "2026-02-05T07:24:19.725Z",
"gitCommit": "unknown",
- "timestamp": 1770274687669
+ "timestamp": 1770276259725
}
\ No newline at end of file
diff --git a/src/lib/components/content/OpenGraphCard.svelte b/src/lib/components/content/OpenGraphCard.svelte
deleted file mode 100644
index b6290cb..0000000
--- a/src/lib/components/content/OpenGraphCard.svelte
+++ /dev/null
@@ -1,131 +0,0 @@
-
-
-
- {#if data.image}
-