diff --git a/src/get-started/helloWorld/2-protectData.md b/src/get-started/helloWorld/2-protectData.md
index 3481a6b..2f1136b 100644
--- a/src/get-started/helloWorld/2-protectData.md
+++ b/src/get-started/helloWorld/2-protectData.md
@@ -86,9 +86,6 @@ const { address: protectedDataAddress } = await dataProtectorCore.protectData({
});
```
-For this tutorial, you can try out the code directly in our interactive
-CodeSandbox demo
-[try the interactive DataProtector sandbox](https://codesandbox.io/p/github/iExecBlockchainComputing/dataprotector-sandbox/main?file=%2Fsrc%2FApp.tsx&preventWorkspaceRedirect=true).
Here's a quick overview of what happened when you clicked the **Protect Data**
button:
@@ -180,14 +177,6 @@ const { address: protectedDataAddress } = await dataProtectorCore.protectData({
});
```
-::: tip
-
-Check out our
-code
-sandbox for ready-to-use examples!
-
-:::
-
## 🎯 Key Takeaways
- 🔒 **DataProtector** ensures data protection, management, and confidentiality
diff --git a/src/get-started/quick-start.md b/src/get-started/quick-start.md
index a99a690..fe85d09 100644
--- a/src/get-started/quick-start.md
+++ b/src/get-started/quick-start.md
@@ -2,14 +2,13 @@
title: Quick Start
description:
Get started quickly with iExec's privacy-preserving technologies and explore
- our project starters and interactive sandboxes
+ our project starters
---
# Quick Start
Get started quickly with iExec's privacy-preserving technologies. Choose from
-our pre-built starters or dive into interactive sandboxes to explore specific
-features.
+our pre-built starters to explore specific features.
## Project Starters
@@ -53,54 +52,14 @@ privacy-first applications.
-## Interactive Sandboxes
-
-Explore and experiment with iExec features directly in your browser. Perfect for
-learning and prototyping.
-
-
-
-
-
-
-
-
-
-
-
-## Next Steps After Exploring our Starters and Sandboxes
+## Next Steps After Exploring our Starters
1. **Choose Your Framework**: Start with our Next.js template or wait for
React/Vue options
-2. **Experiment**: Try the interactive sandboxes to understand core concepts
-3. **Build**: Integrate the features you need into your application
-4. **Get RLC Tokens**: Use the
+2. **Build**: Integrate the features you need into your application
+3. **Get RLC Tokens**: Use the
[iExec RLC Faucet](https://explorer.iex.ec/arbitrum-sepolia-testnet/faucet)
-5. **Deploy**: Use our deployment guides for production-ready applications
+4. **Deploy**: Use our deployment guides for production-ready applications
diff --git a/src/references/sdk.md b/src/references/sdk.md
index 6521bc1..b13dafd 100644
--- a/src/references/sdk.md
+++ b/src/references/sdk.md
@@ -89,12 +89,6 @@ The CLI documentation is available
The library documentation is available
[here](https://github.com/iExecBlockchainComputing/iexec-sdk/blob/master/docs/README.md)
-### Browser integration
-
-
- âš¡ Code Sandbox
-
-
### NodeJS integration
diff --git a/src/references/web3mail/getting-started.md b/src/references/web3mail/getting-started.md
index db8abca..e7bd163 100644
--- a/src/references/web3mail/getting-started.md
+++ b/src/references/web3mail/getting-started.md
@@ -101,15 +101,3 @@ const web3mail = new IExecWeb3mail('RPC_URL');
```
:::
-
-## Sandbox
-
-
- âš¡ Code Sandbox
-
-
-Corresponding GitHub repository:
-
-
- 🔎 GitHub repository sandbox
-
diff --git a/src/references/web3telegram/getting-started.md b/src/references/web3telegram/getting-started.md
index ccc20ee..b977c5b 100644
--- a/src/references/web3telegram/getting-started.md
+++ b/src/references/web3telegram/getting-started.md
@@ -76,15 +76,3 @@ const web3telegram = new IExecWeb3telegram(web3Provider);
```
:::
-
-## Sandbox
-
-
- âš¡ Code Sandbox
-
-
-Corresponding GitHub repository:
-
-
- 🔎 GitHub repository sandbox
-