diff --git a/content/tutorials/react-get-use-data-set.md b/content/tutorials/react-get-use-data-set.md
index 3a81f125..06859f25 100644
--- a/content/tutorials/react-get-use-data-set.md
+++ b/content/tutorials/react-get-use-data-set.md
@@ -47,3 +47,13 @@ Have a look into `console.log` to see the various steps of the search and consum
Here is the full source of `src/index.js` that you should have if you followed this tutorial:
GITHUB-EMBED https://github.com/oceanprotocol/react-tutorial/blob/master/src/index.js js GITHUB-EMBED
+
+## Git repository and CodeSandbox
+
+All code snippets in this tutorial are sourced from the [oceanprotocol/react-tutorial](https://github.com/oceanprotocol/react-tutorial) GitHub repository:
+
+
+
+The final source of this tutorial is also available as a CodeSandbox:
+
+[](https://codesandbox.io/s/github/oceanprotocol/react-tutorial/tree/master/?fontsize=14)
diff --git a/content/tutorials/react-setup.md b/content/tutorials/react-setup.md
index 69376d22..d9f020b5 100644
--- a/content/tutorials/react-setup.md
+++ b/content/tutorials/react-setup.md
@@ -3,6 +3,16 @@ title: React App Setup
description: This tutorial shows how you can build a basic [React](https://reactjs.org/) app with [Create React App](https://github.com/facebook/create-react-app) that uses the squid-js JavaScript package to publish a data set, get a data set, and more.
---
+## Git repository and CodeSandbox
+
+All code snippets in this tutorial are sourced from the [oceanprotocol/react-tutorial](https://github.com/oceanprotocol/react-tutorial) GitHub repository:
+
+
+
+The final source of this tutorial is also available as a CodeSandbox:
+
+[](https://codesandbox.io/s/github/oceanprotocol/react-tutorial/tree/master/?fontsize=14)
+
## Requirements
- `Node.js` >= 10 is installed. You can check using `node -v`