Skip to content

Commit 2136a20

Browse files
author
teycir
committed
fix: clarify that only vault links are stored locally, seals always in database
1 parent bff58fe commit 2136a20

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -386,12 +386,12 @@ sequenceDiagram
386386

387387
**Automatic Encrypted Storage:**
388388

389-
- All created seals are automatically saved encrypted in your browser's localStorage
389+
- All vault links are automatically saved encrypted in your browser's localStorage
390390
- Encryption uses AES-GCM-256 with a unique key per browser
391-
- Access your saved seals anytime from the dashboard at /dashboard
392-
- No server-side storage - your vault links never leave your device
391+
- Access your saved vault links anytime from the dashboard at /dashboard
392+
- Vault links are stored locally only (not sent to server)
393393
- Data persists until you clear browser data
394-
- **Storage limit:** ~5MB total (browser localStorage limit) - approximately 50-100 seals depending on content size
394+
- **Storage limit:** ~5MB total (browser localStorage limit) - approximately 50-100 vault links depending on content size
395395

396396
**Best practices:**
397397

@@ -410,13 +410,13 @@ sequenceDiagram
410410
4. Delete seals you no longer need
411411

412412
**How it works:**
413-
- Seals are automatically encrypted with AES-GCM-256 when created
413+
- Vault links are automatically encrypted with AES-GCM-256 when created
414414
- Stored in your browser's localStorage (never sent to server)
415415
- Unique encryption key per browser
416416
- Access from any page via the dashboard link
417417
- **Storage limit:** ~5MB (browser localStorage limit)
418418

419-
**Note:** Saved seals are stored locally in your browser only. They are NOT synced to the server or across devices. Clearing browser data will delete your saved vault links (but the seals remain in the database). If you reach the storage limit, delete old saved links or download them as markdown files for offline backup.
419+
**Note:** Only vault links are stored locally in your browser. The actual seals (encrypted content) are always in the D1 database. Clearing browser data only deletes your local vault links - the seals remain accessible if you have the link saved elsewhere. If you reach the storage limit, delete old saved links or download them as markdown files for offline backup.
420420

421421
### What happens if I lose the vault link?
422422

0 commit comments

Comments
 (0)