@@ -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
0 commit comments