diff --git a/Rocster testing b/Rocster testing
new file mode 100644
index 000000000..038d718da
--- /dev/null
+++ b/Rocster testing
@@ -0,0 +1 @@
+testing
diff --git a/build/docs/how-morph-works/intro/index.html b/build/docs/how-morph-works/intro/index.html
index 1e6dcd7ce..212772987 100644
--- a/build/docs/how-morph-works/intro/index.html
+++ b/build/docs/how-morph-works/intro/index.html
@@ -15,5 +15,17 @@
Morph's Modular Architecture
General Protocol Design
+## 🧠 What Programming Languages Do You Need?
+
+To build on Morph, you'll mainly use:
+
+- **Solidity** – for writing smart contracts compatible with Ethereum and Morph.
+- **TypeScript / JavaScript** – for frontend integrations, SDK usage, and dApp interfaces.
+- **React** (optional but recommended) – for building modern UI with Morph’s components.
+- **Hardhat or Foundry** – for compiling, testing, and deploying smart contracts.
+
+Morph is EVM-compatible, meaning any tooling and language used in the Ethereum ecosystem will generally work with minimal changes.
+
+> 🚀 You can get started even faster with our [Morph Starter Kit](#).