|
1 | 1 | {{ define "main" }} |
2 | 2 | <div class="cm-home"> |
3 | 3 |
|
| 4 | + {{/* ===== PRERELEASE BANNER ===== */}} |
| 5 | + <div class="cm-prerelease-banner"> |
| 6 | + <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z"/><line x1="12" y1="9" x2="12" y2="13"/><line x1="12" y1="17" x2="12.01" y2="17"/></svg> |
| 7 | + <span> |
| 8 | + <strong>Prerelease & not production-ready.</strong> |
| 9 | + Security has not been fully vetted — OpenClaw and all bots should be used at your own risk. |
| 10 | + Expect bugs and breaking changes. |
| 11 | + </span> |
| 12 | + </div> |
| 13 | + |
4 | 14 | {{/* ===== HERO ===== */}} |
5 | 15 | <section class="cm-hero"> |
6 | 16 |
|
@@ -67,8 +77,8 @@ <h1 class="cm-hero-title">Hold onto<br>your bots.</h1> |
67 | 77 | <section class="cm-pillars cm-fade-in"> |
68 | 78 | <div class="cm-pillars-header"> |
69 | 79 | <span class="cm-section-label">// Why ClawMachine</span> |
70 | | - <h2 class="cm-pillars-title">Enterprise-grade security.<br>Zero extra infrastructure.</h2> |
71 | | - <p class="cm-pillars-sub">Every bot runs in a hardened, isolated environment — with the secrets management and network controls you'd expect from a production platform.</p> |
| 80 | + <h2 class="cm-pillars-title">Isolation-first design.<br>On your own infrastructure.</h2> |
| 81 | + <p class="cm-pillars-sub">Each bot runs in its own isolated environment with secrets management and network controls built in — still in active development, so sharp edges exist.</p> |
72 | 82 | </div> |
73 | 83 | <div class="cm-pillars-grid cm-stagger"> |
74 | 84 | <div class="cm-pillar cm-fade-in"> |
@@ -116,7 +126,7 @@ <h2 class="cm-section-title">OpenClaw First</h2> |
116 | 126 | <a href="{{ "docs/bots" | relURL }}" class="cm-bot-card cm-bot-card--open cm-fade-in"> |
117 | 127 | <span class="cm-bot-icon">🐙</span> |
118 | 128 | <h3 class="cm-bot-name">OpenClaw</h3> |
119 | | - <p class="cm-bot-desc">Primary production path. General-purpose bot with plugins and channel integrations for real cluster operations.</p> |
| 129 | + <p class="cm-bot-desc">Primary supported path. General-purpose bot with plugins and channel integrations — the most actively developed and dogfooded option.</p> |
120 | 130 | <span class="cm-bot-tag">Recommended</span> |
121 | 131 | </a> |
122 | 132 | <a href="{{ "docs/bots" | relURL }}" class="cm-bot-card cm-bot-card--iron cm-fade-in"> |
@@ -144,7 +154,7 @@ <h2 class="cm-section-title">Three Steps. That's It.</h2> |
144 | 154 | <div class="cm-step"> |
145 | 155 | <span class="cm-step-number">01</span> |
146 | 156 | <h3 class="cm-step-title">Install to your cluster</h3> |
147 | | - <p class="cm-step-desc">One command sets up ClawMachine on any Kubernetes cluster — local or production. The interactive installer detects your environment.</p> |
| 157 | + <p class="cm-step-desc">One command sets up ClawMachine on any Kubernetes cluster. The interactive installer detects your environment. Start local — production use is at your own discretion.</p> |
148 | 158 | <code class="cm-step-code">curl -fsSL https://theclawmachine.dev/install.sh | bash</code> |
149 | 159 | </div> |
150 | 160 | <div class="cm-step"> |
@@ -221,7 +231,7 @@ <h3 class="cm-feature-title">Open Source</h3> |
221 | 231 | <div class="cm-cta-inner"> |
222 | 232 | <div> |
223 | 233 | <h2 class="cm-cta-title">Ready to grab your bots?</h2> |
224 | | - <p class="cm-cta-subtitle">Deploy ClawMachine to your cluster in minutes.</p> |
| 234 | + <p class="cm-cta-subtitle">Install ClawMachine and start experimenting. Prerelease — feedback welcome.</p> |
225 | 235 | </div> |
226 | 236 | <a href="{{ "docs/getting-started" | relURL }}" class="cm-btn cm-btn-primary"> |
227 | 237 | Get Started |
|
0 commit comments