diff --git a/docs/guides/js-waku/configure-discovery.mdx b/docs/build/javascript/configure-discovery.mdx
similarity index 100%
rename from docs/guides/js-waku/configure-discovery.mdx
rename to docs/build/javascript/configure-discovery.mdx
diff --git a/docs/guides/js-waku/debug-waku-dapp.md b/docs/build/javascript/debug-waku-dapp.md
similarity index 100%
rename from docs/guides/js-waku/debug-waku-dapp.md
rename to docs/build/javascript/debug-waku-dapp.md
diff --git a/docs/guides/js-waku/faq.md b/docs/build/javascript/faq.md
similarity index 100%
rename from docs/guides/js-waku/faq.md
rename to docs/build/javascript/faq.md
diff --git a/docs/guides/js-waku/index.md b/docs/build/javascript/index.md
similarity index 100%
rename from docs/guides/js-waku/index.md
rename to docs/build/javascript/index.md
diff --git a/docs/guides/js-waku/light-send-receive.md b/docs/build/javascript/light-send-receive.md
similarity index 100%
rename from docs/guides/js-waku/light-send-receive.md
rename to docs/build/javascript/light-send-receive.md
diff --git a/docs/guides/js-waku/manage-filter.md b/docs/build/javascript/manage-filter.md
similarity index 100%
rename from docs/guides/js-waku/manage-filter.md
rename to docs/build/javascript/manage-filter.md
diff --git a/docs/guides/js-waku/message-encryption.mdx b/docs/build/javascript/message-encryption.mdx
similarity index 100%
rename from docs/guides/js-waku/message-encryption.mdx
rename to docs/build/javascript/message-encryption.mdx
diff --git a/docs/guides/js-waku/reliable-channels.md b/docs/build/javascript/reliable-channels.md
similarity index 100%
rename from docs/guides/js-waku/reliable-channels.md
rename to docs/build/javascript/reliable-channels.md
diff --git a/docs/guides/js-waku/run-waku-nodejs.md b/docs/build/javascript/run-waku-nodejs.md
similarity index 100%
rename from docs/guides/js-waku/run-waku-nodejs.md
rename to docs/build/javascript/run-waku-nodejs.md
diff --git a/docs/guides/js-waku/store-retrieve-messages.md b/docs/build/javascript/store-retrieve-messages.md
similarity index 100%
rename from docs/guides/js-waku/store-retrieve-messages.md
rename to docs/build/javascript/store-retrieve-messages.md
diff --git a/docs/guides/js-waku/use-waku-create-app.md b/docs/build/javascript/use-waku-create-app.md
similarity index 100%
rename from docs/guides/js-waku/use-waku-create-app.md
rename to docs/build/javascript/use-waku-create-app.md
diff --git a/docs/guides/js-waku/use-waku-react.md b/docs/build/javascript/use-waku-react.md
similarity index 100%
rename from docs/guides/js-waku/use-waku-react.md
rename to docs/build/javascript/use-waku-react.md
diff --git a/docs/guides/getting-started.md b/docs/guides/getting-started.md
index 637cf2e..276134d 100644
--- a/docs/guides/getting-started.md
+++ b/docs/guides/getting-started.md
@@ -1,7 +1,6 @@
---
title: Introduction to Waku
hide_table_of_contents: true
-slug: /
---
Waku is a family of robust, censorship-resistant, peer-to-peer communication protocols that enable privacy-focused messaging for Web3 applications, allowing you to integrate decentralised communication features into your dApp without compromising security or privacy.
diff --git a/docs/landing.md b/docs/landing.md
new file mode 100644
index 0000000..76fe0db
--- /dev/null
+++ b/docs/landing.md
@@ -0,0 +1,52 @@
+---
+title: Introduction to Waku
+hide_table_of_contents: true
+slug: /
+---
+
+Waku is a family of robust, censorship-resistant, peer-to-peer communication protocols that enable privacy-focused messaging for Web3 applications, allowing you to integrate decentralised communication features into your dApp without compromising security or privacy.
+
+
+
+:::tip
+Check out our [Learn section](/learn/waku-network), [YouTube channel](https://www.youtube.com/@wakuorg), and [Blog](https://blog.waku.org/) to dive into how Waku works behind the scenes!
+:::
+
+## What isn’t Waku?
+
+- Waku is not a blockchain but a network composed of protocols designed for Web3 communication, operating without the need for gas fees.
+- Waku is not just for messaging applications; it supports the development of complex applications that require secure and private data transmission.
+- Waku is not a long-term data storage network; it focuses on short, ephemeral, real-time messaging.
+
+## What can Waku be used for?
+
+1. **Chat Messengers**: Waku can be used to build private, decentralised chat apps resistant to censorship.
+2. **Voting and Proposals**: Exchange votes on proposals off-chain via Waku to save gas fees, then submit aggregated results to the blockchain.
+3. **NFT Marketplaces**: Use Waku to handle off-chain NFT bids and offers for gas savings, and to integrate social interactions like likes and comments.
+4. **State Channels**: Establish and maintain state channels with Waku, facilitating seamless message exchanges and updates without blockchain interaction.
+5. **Signature Exchange for Multi-Signature Wallets**: Allow multi-signature wallet owners to exchange signatures privately and securely through Waku.
+6. **Game Mechanics Communication**: Implement Waku as a communication layer for decentralised, peer-to-peer gaming, avoiding centralised infrastructure.
+7. **Layer 2 Coordination (Open Market, Spam Protected Mempool)**: Broadcast and aggregate Layer 2 transactions via Waku to enhance privacy and scalability, reducing network load.
+8. **Social Media Platforms**: Beyond chat messengers, use Waku for decentralised, censorship-resistant social media platforms like news feeds and multimedia sharing.
+
+:::tip
+Looking for what to build with Waku? Discover a collection of sample ideas and use cases for inspiration, curated by our community at: [https://ideas.waku.org/](https://ideas.waku.org/) and [Awesome Waku](https://github.com/waku-org/awesome-waku/).
+:::
+
+## Case studies
+
+