From 1c0e37379b79a8b2f3be4aa44dc4927ddcd6d1ce Mon Sep 17 00:00:00 2001 From: ZDDC Date: Thu, 11 Jun 2026 12:35:45 -0500 Subject: [PATCH] docs: add "But how can I trust you?" trust section to landing page A fun, verify-don't-trust teaser between the tools and Learn more: pull-the-plug offline test, the browser sandbox (the tool only sees the folder you pick), and read-the-source-yourself (or ask your AI). Reuses the shared .tools-grid so the three cards lay out all-across or all-stacked. Co-Authored-By: Claude Opus 4.8 (1M context) --- index.html | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/index.html b/index.html index 3993570..3afc51d 100644 --- a/index.html +++ b/index.html @@ -20,6 +20,10 @@ .tool-card__tag { display: inline-block; font-size: 0.72em; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: #fff; background: var(--color-accent); border-radius: 4px; padding: 0.1rem 0.45rem; margin-bottom: 0.5rem; } .tool-card__list { margin: 0.6rem 0 0 0; padding-left: 1.15rem; line-height: 1.55; color: var(--color-text); font-size: 0.95em; } .tool-card__list li { margin-bottom: 0.35rem; } + .trust-card { background: var(--color-bg); border: 1px solid var(--color-border); border-radius: 10px; padding: 24px; } + .trust-card__icon { font-size: 1.7rem; line-height: 1; } + .trust-card h3 { margin: 0.5rem 0 0.4rem; font-size: 1.05rem; } + .trust-card p { margin: 0; color: var(--color-text-muted); font-size: 0.95rem; line-height: 1.55; } @@ -134,6 +138,31 @@

To open a folder straight from your computer, use a Chromium-based browser β€” Chrome, Edge, or Brave. That one feature isn't available in Firefox or Safari yet. Browse all versions β†’

+
+

But how can I trust you?

+

Great instinct β€” so don't. Verify instead. It takes about thirty seconds, and you never have to take our word for a thing.

+ +
+
+
πŸ”Œ
+

Pull the plug

+

Turn off your WiFi and use it anyway. Still works? Then nothing is being uploaded β€” there's nowhere for it to go. Do your real work this way and the question answers itself.

+
+
+
🧱
+

It only sees what you hand it

+

When you pick a folder, your browser fences the tool inside that one folder. It cannot peek anywhere else on your computer β€” even if it wanted to. That guarantee comes from the browser itself, not from us.

+
+
+
πŸ”Ž
+

Read it yourself

+

Each tool is a single open-source file. Open it up and look β€” or paste it into your favorite AI and ask, β€œis this sending my data anywhere?” Honest tools survive that question.

+
+
+ +

We built it this way on purpose. The best privacy promise is the kind you can check for yourself.

+
+

Learn more