diff --git a/content/markdown/mvnd.md b/content/markdown/mvnd.md
new file mode 100644
index 0000000000..ea19911719
--- /dev/null
+++ b/content/markdown/mvnd.md
@@ -0,0 +1,49 @@
+# Maven Daemon
+
+
+
+The Maven Daemon (mvnd) is a daemon infrastructure for Maven that helps to reduce the build time by:
+- Keeping the JVM running between builds
+- Managing a pool of Maven processes
+- Reusing the JVM and Maven processes across builds
+
+## Features
+
+- Significantly faster builds compared to regular Maven
+- Compatible with existing Maven plugins and extensions
+- Daemon process management
+- Intelligent memory management
+- Native executable available
+
+## Installation
+
+You can download Maven Daemon from our [download page](/download.html#Maven_Daemon).
+
+For more detailed information and documentation, visit the [Maven Daemon GitHub repository](https://github.com/apache/maven-mvnd).
+
+## Usage
+
+Instead of using the `mvn` command, use `mvnd`:
+
+```bash
+mvnd clean verify
+```
+
+The daemon will stay alive in the background, ready to process subsequent builds much faster.
diff --git a/content/site.xml b/content/site.xml
index 6702abb8de..ab2814ac4f 100644
--- a/content/site.xml
+++ b/content/site.xml
@@ -55,6 +55,7 @@ under the License.
+