Skip to content

Commit 9480bb3

Browse files
committed
Polish privacy-safe demo reel
1 parent e386085 commit 9480bb3

6 files changed

Lines changed: 16 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ InboxAnchor is a safety-first inbox triage system for overloaded email accounts.
77
![InboxAnchor demo reel](docs/assets/inboxanchor-demo.gif)
88

99
The demo reel shows the command center, live unread-scan progress, the stickman loading game, inbox triage, mailbox upgrade actions, and managed privacy aliases in one short product loop.
10+
It intentionally uses curated demo data for privacy, so the capture never exposes sensitive content from a real mailbox.
1011

1112
## What It Does
1213

-899 Bytes
Loading

docs/assets/inboxanchor-demo.gif

8.23 KB
Loading

docs/assets/inboxanchor-demo.mp4

-11.3 KB
Binary file not shown.

frontend/src/routes/demo.tsx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,10 @@ function DemoRoute() {
205205
<Sparkles className="h-3 w-3" />
206206
Demo workspace
207207
</Badge>
208+
<Badge variant="outline" className="gap-1">
209+
<ShieldCheck className="h-3 w-3" />
210+
Privacy-safe demo
211+
</Badge>
208212
<Badge variant="muted">Last 3 years</Badge>
209213
<Link
210214
to="/"
@@ -265,6 +269,16 @@ function DemoRoute() {
265269
</div>
266270
</div>
267271

272+
<div className="rounded-3xl border border-border bg-card p-5">
273+
<p className="text-[11px] uppercase tracking-[0.18em] text-muted-foreground">
274+
Privacy note
275+
</p>
276+
<p className="mt-3 text-sm leading-6 text-muted-foreground">
277+
This reel uses curated demo data and product-owned alias examples so no sensitive
278+
content from a real mailbox appears in the capture.
279+
</p>
280+
</div>
281+
268282
<div className="rounded-3xl border border-border bg-card p-5">
269283
<p className="text-[11px] uppercase tracking-[0.18em] text-muted-foreground">
270284
Product narrative

scripts/capture_demo_reel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ rm -f "$TMP_DIR"/frame-*.png
2020
osascript \
2121
-e 'tell application "Safari" to activate' \
2222
-e 'tell application "Safari" to if (count of windows) = 0 then make new document' \
23-
-e "tell application \"Safari\" to set URL of document 1 to \"$URL\"" \
23+
-e "tell application \"Safari\" to set URL of front document to \"$URL\"" \
2424
-e "tell application \"Safari\" to set bounds of front window to $WINDOW_BOUNDS"
2525

2626
sleep 1.5

0 commit comments

Comments
 (0)