diff --git a/docs/src/guide/getting-started.md b/docs/src/guide/getting-started.md
index f6460f53..ffc435b5 100644
--- a/docs/src/guide/getting-started.md
+++ b/docs/src/guide/getting-started.md
@@ -3,6 +3,7 @@ title: Getting Started
---
@@ -23,9 +24,24 @@ Before you strap in, make sure you're equipped with:
- [Node.js v20 or above](https://nodejs.org/)
- [Vue 3.3 or above](https://vuejs.org/)
-## CodeSandbox
+## Play Online
-If you're looking for a quick way to get started, check out the [CodeSandbox template](https://codesandbox.io/p/sandbox/vue-flow-basic-gfgro4).
+Try out the sandbox starter templates for Vue Flow in JavaScript and TypeScript and get a feel for the library.
+
+
## Installation
diff --git a/docs/src/guide/index.md b/docs/src/guide/index.md
index a80bb240..16f23198 100644
--- a/docs/src/guide/index.md
+++ b/docs/src/guide/index.md
@@ -16,6 +16,9 @@ import Gamepad from '~icons/mdi/gamepad';
import Wrench from '~icons/mdi/wrench';
import ArrowExpand from '~icons/mdi/arrow-expand';
import LockCheck from '~icons/mdi/lock-check';
+import VueJs from '~icons/mdi/vuejs';
+import LogosJavascript from '~icons/logos/javascript';
+import LogosTypescript from '~icons/logos/typescript-icon';
# Welcome to Vue Flow!
@@ -30,7 +33,24 @@ bespoke nodes and edges.
Additional components such as Background, Minimap, and Controls further enrich the interface,
transforming your creations into engaging platforms.
-Explore the [examples](/examples/) or checkout the [CodeSandbox template](https://codesandbox.io/p/sandbox/vue-flow-basic-gfgro4) if you're eager to jump right in and get your hands on some code!
+## Play Online
+
+Try out the sandbox starter templates for Vue Flow in JavaScript and TypeScript and get a feel for the library.
+
+
## Key Features