diff --git a/docs/index.mdx b/docs/index.mdx
index 9dcffc27..6bfd42b4 100644
--- a/docs/index.mdx
+++ b/docs/index.mdx
@@ -9,8 +9,13 @@ keywords:
- AI pair programmer
- code generation
- documentation
+ - OpenClaw
---
+import { OpenClawHomepage } from '@site/src/components/OpenClawHomepage';
+
+
+
# Roo Code Docs
Roo Code is an AI-coding suite of products designed to take full advantage of the most advanced large-language models and change how you create software at a fundamental level. It's unapologetically powerful and customizable, and it costs more to run than the alternatives because it uses frontier models with actual file system access, terminal control, and multi-step workflows.
diff --git a/src/components/OpenClawHomepage/index.tsx b/src/components/OpenClawHomepage/index.tsx
new file mode 100644
index 00000000..2e31af68
--- /dev/null
+++ b/src/components/OpenClawHomepage/index.tsx
@@ -0,0 +1,172 @@
+import React, { useRef } from 'react';
+import styles from './styles.module.css';
+
+export function OpenClawHomepage(): React.ReactElement {
+ const contentRef = useRef(null);
+
+ const scrollToContent = () => {
+ contentRef.current?.scrollIntoView({ behavior: 'smooth' });
+ };
+
+ return (
+ <>
+ {/* Full-page hero takeover */}
+
+ {/* Animated background */}
+
+
+
+
+
+
+
+ {/* Decorative claw marks */}
+
+
+
+
+
+
+
+
+
+
+
+ {/* Main hero content */}
+
+ {/* Trending badge */}
+
+
+ Now Trending
+
+
+ {/* Logo and headline */}
+
+ Introducing
+
+ Open
+ Claw
+
+
+
+ {/* Tagline */}
+
+ The open-source AI agent framework powering the next generation of autonomous coding.
+