Skip to content

Commit 0e99a75

Browse files
committed
Update documentation site with enhanced messaging
- Reframe Trusted Server as "The New Execution Layer for the Open-Web" - Expand key features to highlight publisher control and benefits - Add details about WASM/WASI runtime architecture - Mention Cloudflare Workers and Akamai SPIN initiatives - Emphasize returning control to publishers (data, security, UX) - Include Next.js RSC support and cryptographic request signing
1 parent b6d0057 commit 0e99a75

2 files changed

Lines changed: 17 additions & 14 deletions

File tree

docs/guide/what-is-trusted-server.md

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,29 @@
11
# What is Trusted Server?
22

3-
Trusted Server is a privacy-preserving edge computing platform built on Fastly Compute that enables GDPR-compliant ad serving and synthetic ID generation.
3+
Trusted Server is an open-source, cloud based orchestration framework and runtime for publishers. It moves code execution and operations that traditionally occurs in browsers (via 3rd party JS) to secure, zero-cold-start WASM binaries running in WASI supported environments.
44

5-
## Overview
5+
Trusted Server is the new execution layer for the open-web, returning control of 1st party data, security, and overall user-experience back to publishers.
66

7-
Trusted Server provides a privacy-first approach to digital advertising by:
7+
## Key Features
88

9-
- Generating synthetic IDs that preserve user privacy
10-
- Enforcing GDPR consent checks before any tracking
11-
- Running at the edge for low-latency performance
12-
- Supporting real-time bidding workflows
9+
Trusted Server provides publishers benefits such as:
10+
11+
- Dramatically increased control over 3rd party data sharing (while maintaining user-privacy compliance such as GDPR through CMP integrations)
12+
- Increased ad inventory revenue within cookie restricted (Safari Webkit) or other JS-challenged environments
13+
- Ability to serve ALL assets under 1st party context with on-the-fly URL detection and rewriting via HTML/CSS stream inspection
14+
- Cryptographically sign bid requests for downstream partners to verify requests originated from specific publisher's Trusted Server instance, preventing fraud and spoofing
15+
- Creates deterministic, cryptographically Synthetic identifiers (Publisher Owned Synthetic IDs) without relying on third-party cookies
16+
- Native integration with Prebid-Server and other third-party monetization and ID vendors
17+
- Native support for parsing RSC (React Server Components) for Next.JS front-end origins
18+
- Dynamic backend support for ease of integrating existing publisher environments
19+
- Support for existing 3rd party JS workflows
1320

14-
## Key Features
1521

1622
### Privacy-Preserving
1723
All tracking and data collection requires explicit user consent through GDPR compliance checks.
1824

1925
### Edge Computing
20-
Runs on Fastly Compute platform, providing global low-latency performance.
21-
22-
### Synthetic ID Generation
23-
Uses HMAC-based templates to generate privacy-safe identifiers.
26+
Currently runs on Fastly Compute platform, providing global low-latency performance. Initiatives for Cloudflare Worker support and Akamai's Fermyon SPIN support.
2427

2528
### Real-Time Bidding
2629
Integrates with Prebid for seamless RTB workflows.

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ layout: home
33

44
hero:
55
name: "Trusted Server"
6-
text: "Privacy-Preserving Edge Computing"
7-
tagline: GDPR-compliant ad serving and synthetic ID generation at the edge
6+
text: "The New Execution Layer for the Open-Web"
7+
tagline: "Returning control of: content monetization, proprietary data, security, and overall user-experience back to publishers."
88
actions:
99
- theme: brand
1010
text: Get Started

0 commit comments

Comments
 (0)