Skip to content

Commit e25e094

Browse files
committed
refactor: apply iexec tone of voice, targeted audience, no marketing fluff
1 parent f4eb23f commit e25e094

File tree

12 files changed

+76
-83
lines changed

12 files changed

+76
-83
lines changed

src/build-iapp/guides/build-&-deploy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ description:
77
# Create and Deploy an iApp
88

99
iApps (iExec Applications) are decentralized applications that run on the iExec
10-
network. They leverage confidential computing to ensure data privacy and
11-
security while providing scalable off-chain computation.
10+
network. They use confidential computing to ensure data privacy and security
11+
while providing scalable off-chain computation.
1212

1313
## About iApp Generator
1414

src/build-iapp/iapp-generator.md

Lines changed: 22 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,14 @@ description:
88

99
# 🤖 iApp Generator
1010

11-
**Build privacy-first applications that run in secure TEE environments.** iApp
12-
Generator is your complete Privacy Plug & Play toolkit for creating, testing,
13-
and deploying reusable confidential iApps on the iExec network.
14-
15-
Transform your ideas into production-ready, composable privacy-preserving
16-
applications in minutes, not months.
11+
**Here's the tool, what it does, and how to use it.** iApp Generator is a CLI
12+
that builds applications running inside TEEs. You write code, we handle the
13+
confidential computing setup.
1714

1815
## What is iApp Generator?
1916

20-
**iApp Generator** is a CLI tool that simplifies building **iExec Applications
21-
(iApps)** - applications that run inside **Trusted Execution Environments
22-
(TEE)** for maximum privacy and security.
17+
**iApp Generator** builds confidential applications. Your code runs in Intel
18+
SGX/TDX secure enclaves where data stays private during processing.
2319

2420
### What you Can Build
2521

@@ -28,12 +24,12 @@ applications in minutes, not months.
2824
- **Custom algorithms** with confidential inputs and outputs
2925
- **Privacy-preserving services** for Web3 applications
3026

31-
### What iApp Generator Provides
27+
### What you get
3228

33-
- **Project scaffolding** - Complete iApp structure ready to deploy
34-
- **Local testing** - Debug and iterate quickly in simulation mode
35-
- **One-click deployment** - Deploy to TEE workers with a single command
36-
- **Input/output handling** - Seamless integration with protected data
29+
- **Project scaffolding** - Complete setup, ready to deploy
30+
- **Local testing** - Debug in simulation mode before going live
31+
- **Simple deployment** - One command deploys to TEE workers
32+
- **Data integration** - Works with encrypted datasets out of the box
3733

3834
## Quick Start Path
3935

@@ -72,25 +68,25 @@ Ready for production? Dive into specialized topics:
7268

7369
## Why Choose iApp Generator?
7470

75-
### 🔒 **Privacy by Design**
71+
### Privacy without infrastructure overhead
7672

77-
Your applications run in hardware-secured enclaves where even the infrastructure
78-
provider can't access your data or code.
73+
Your code runs in Intel SGX/TDX enclaves. Even the worker running your app can't
74+
see what's happening inside.
7975

80-
### **Developer-Friendly**
76+
### You build, we handle the TEE complexity
8177

82-
Focus on your application logic while iApp Generator handles the complex TEE
83-
setup, deployment, and execution infrastructure.
78+
Write normal application code. iApp Generator handles secure deployment, worker
79+
coordination, and result encryption.
8480

85-
### 🌍 **Decentralized Infrastructure**
81+
### Runs everywhere TEEs exist
8682

87-
Deploy on a global network of TEE-enabled workers without managing servers or
88-
cloud infrastructure.
83+
Deploy across Intel-enabled workers globally. No server management, no cloud
84+
provider lock-in.
8985

90-
### 🔧 **Complete Privacy Toolkit**
86+
### Complete toolkit
9187

92-
From local development to production deployment, all Privacy Plug & Play tools
93-
are included in one activable CLI toolkit.
88+
Development, testing, deployment, and execution - everything included in one
89+
CLI.
9490

9591
## Ready to Build?
9692

src/build-iapp/iapp-generator/deserializer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ schema.
1515

1616
To simplify this process, you can use our lightweight utility package,
1717
`@iexec/dataprotector-deserializer`, in your iApp. This package streamlines the
18-
deserialization of protected data, making it easy for you to access and utilize
19-
the information securely.
18+
deserialization of protected data, making it easy for you to access and use the
19+
information securely.
2020

2121
## Overview
2222

src/build-iapp/what-is-iapp.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ description: Privacy-first applications that run on decentralized infrastructure
55

66
# 🚀 What is an iApp?
77

8-
An iExec Application (iApp) brings Privacy Plug & Play to your regular
9-
application code (Python script, AI model, data processor, ...) enabling it to
10-
securely process protected data (created by
11-
[DataProtector](/manage-data/dataProtector)) inside a confidential computing
12-
environment called TEE (a Trusted Execution Environment).
8+
An iExec Application (iApp) brings Turnkey Privacy to your regular application
9+
code (Python script, AI model, data processor, ...) enabling it to securely
10+
process protected data (created by [DataProtector](/manage-data/dataProtector))
11+
inside a confidential computing environment called TEE (a Trusted Execution
12+
Environment).
1313

1414
## Why iApps Matter ?
1515

16-
iApps provide Privacy Plug & Play capabilities that let you process sensitive
17-
data while keeping it private and secure.
16+
iApps provide Turnkey Privacy capabilities that let you process sensitive data
17+
while keeping it private and secure.
1818

1919
Imagine you want to build:
2020

@@ -40,7 +40,7 @@ Imagine you want to build:
4040
</div>
4141

4242
Users have this data, but they won't trust your regular app with it. **With
43-
Privacy Plug & Play iApps, they will.**
43+
Turnkey Privacy iApps, they will.**
4444

4545
**You gain their trust. They gain their privacy. Everyone wins.**
4646

src/index.md

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

55
hero:
6-
name: 'Privacy Plug'
6+
name: 'Privacy Made Easy'
77
tagline:
88
'Build decentralized applications that combine governance, privacy, and
9-
monetization with plug-and-play privacy tools.'
9+
monetization.'
1010
actions:
1111
- theme: brand
1212
text: Get Started
@@ -23,20 +23,20 @@ features:
2323
- icon: 🔐
2424
title: Protect & Manage Data
2525
details:
26-
Secure your data with plug-and-play encryption and access controls while
27-
maintaining privacy using DataProtector
26+
DataProtector encrypts and controls access to your sensitive data.
27+
Ready-to-use privacy toolkit for developers.
2828
link: /manage-data/what-is-protected-data
2929
- icon: 🤖
3030
title: Build iApps
3131
details:
32-
Create decentralized privacy-first applications with plug-and-play
33-
confidential computing using our iApp Generator
32+
iApp Generator creates confidential applications that run in secure TEEs.
33+
Custom confidentiality integration without managing infrastructure.
3434
link: /build-iapp/what-is-iapp
3535
- icon:
3636
title: Use iApps
3737
details:
38-
Execute existing iApps including Web3Mail, Web3Telegram for your
39-
applications
38+
Execute privacy-preserving apps like Web3Mail and Web3Telegram. Use what
39+
others built, extend what you need.
4040
link: /use-iapp/introduction
4141
- icon: 💰
4242
title: Monetize Data

src/manage-data/dataProtector/getting-started.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ description: DataProtector getting started
77

88
[![GitHub package.json version (branch)](https://img.shields.io/badge/npm-2.0.0--beta-green)](https://www.npmjs.com/package/@iexec/dataprotector)
99

10-
**Experience Privacy Plug & Play data protection** in minutes. DataProtector
11-
makes it simple to encrypt, control, and monetize your sensitive data while
10+
**Experience Turnkey Privacy data protection** in minutes. DataProtector makes
11+
it simple to encrypt, control, and monetize your sensitive data while
1212
maintaining complete ownership and privacy.
1313

1414
## Overview
1515

16-
DataProtector brings **Privacy Plug & Play** to data management. Instead of
17-
complex encryption schemes and access control systems, you get simple, powerful
18-
tools that **protect your data while unlocking its value**.
16+
DataProtector brings **Turnkey Privacy** to data management. Instead of complex
17+
encryption schemes and access control systems, you get simple, powerful tools
18+
that **protect your data while unlocking its value**.
1919

2020
### Prerequisites
2121

src/manage-data/what-is-protected-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Understanding iExec's data protection mechanisms
66
# ❓ What is Protected Data?
77

88
Protected Data refers to any data encrypted using the **iExec Data Protector
9-
tool**. This Privacy Plug & Play encryption solution enables users to protect,
9+
tool**. This Turnkey Privacy encryption solution enables users to protect,
1010
manage and monetize their data within the Web3 ecosystem effortlessly.
1111

1212
<div class="bg-gradient-to-r from-purple-400/10 to-purple-400/5 rounded-[6px] p-6 border-l-4 border-fuchsia-700 mb-6">

src/overview/develop-with-ai.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Develop with AI
33
description:
4-
Learn how to leverage AI tools like Vibe Coding and Context7 to build
5-
privacy-first applications with iExec
4+
Learn how to use AI tools like Vibe Coding and Context7 to build privacy-first
5+
applications with iExec
66
---
77

88
# 🤖 Develop with AI

src/overview/helloWorld/1-overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ description:
6666

6767
## 👷 How do we Solve it?
6868

69-
Unlike traditional security solutions, iExec protects your data throughout its
69+
Unlike traditional security tools, iExec protects your data throughout its
7070
entire lifecycle, during storage, transfer, and even while **being processed by
7171
applications.**
7272

@@ -128,8 +128,8 @@ applications:
128128

129129
### 1. Meet Bob: the dApp Developer 👨‍💻
130130

131-
Bob is building a decentralized application that leverages iExec's technology.
132-
His platform consists of:
131+
Bob is building a decentralized application that uses iExec's technology. His
132+
platform consists of:
133133

134134
- A user-friendly interface for users.
135135
- A DataProtector SDK that's easy to integrate into any application.

src/overview/helloWorld/2-protectData.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ their dApps with these key features:
3030

3131
- 🔐 **Data Privacy and Security**
3232

33-
Utilizes end-to-end encryption and decentralized storage
33+
Uses end-to-end encryption and decentralized storage
3434
(<a href="https://ipfs.tech/" target="_blank">IPFS</a> or
3535
<a href="https://ar.io/" target="_blank">AR.io</a>) to ensure protection and
3636
confidentiality, leveraging advanced confidential computing technology.

0 commit comments

Comments
 (0)