From ecc34929988328baf6ba4a4e0fbcd026885f7318 Mon Sep 17 00:00:00 2001 From: Felippe Costa Date: Wed, 18 Feb 2026 09:36:15 -0300 Subject: [PATCH 1/2] chore: refine docs messaging for branding consistency --- docs/concepts/two-layer-trust.md | 2 +- docs/intro.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/concepts/two-layer-trust.md b/docs/concepts/two-layer-trust.md index 7489d0c..2acef50 100644 --- a/docs/concepts/two-layer-trust.md +++ b/docs/concepts/two-layer-trust.md @@ -13,7 +13,7 @@ When you capture media with SignedShot, two things happen: 1. **Capture Trust** — The server issues a signed token proving a verified device started a capture session 2. **Media Integrity** — The device signs the content hash using its Secure Enclave -Together, these prove: *"This exact content was captured on a verified device, in an authorized session, and hasn't been modified since."* +Together, these prove: *"This exact content was captured on a verified device, in an authorized session, and hasn't been modified since."* Verifiers choose which claims to trust and at what level. ## Layer 1: Capture Trust diff --git a/docs/intro.md b/docs/intro.md index a9f28a1..1736ced 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -7,7 +7,7 @@ slug: / **Signed at capture. Verified anywhere.** -SignedShot is an open protocol for proving photos and videos haven't been altered since capture—cryptographically, not by guessing. +SignedShot is an open protocol that creates cryptographic evidence that photos and videos haven't been altered since capture—proof, not guessing. ## The Problem @@ -15,7 +15,7 @@ Digital manipulation is easy and getting easier. Anyone can alter an image in se This leads to an erosion of trust in visual media—and no way to prove "I didn't edit this." -SignedShot solves this by embedding cryptographic proof at the moment of capture. +SignedShot solves this by creating verifiable evidence at the moment of capture. ## A Different Approach @@ -25,7 +25,7 @@ SignedShot doesn't detect fakes. It proves authenticity at the moment of capture The result: **"This device captured this content at this time."** -Anyone can verify the proof independently. Open source, no vendor lock-in. +Anyone can verify independently — no account, no platform, no vendor lock-in. ## How It Works: Two Layers From 7bb3a3d9f332060c71ee3372dea45d071d43c46d Mon Sep 17 00:00:00 2001 From: Felippe Costa <38480137+felippemsc@users.noreply.github.com> Date: Wed, 18 Feb 2026 09:37:57 -0300 Subject: [PATCH 2/2] Fix formatting in intro.md for clarity --- docs/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro.md b/docs/intro.md index 1736ced..f5ac221 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -25,7 +25,7 @@ SignedShot doesn't detect fakes. It proves authenticity at the moment of capture The result: **"This device captured this content at this time."** -Anyone can verify independently — no account, no platform, no vendor lock-in. +Anyone can verify independently. No account, no platform, no vendor lock-in. ## How It Works: Two Layers