Skip to content

Commit 36c9846

Browse files
committed
docs: tone down production readiness, and clarify warnings about running openclaw in production
1 parent bf0997b commit 36c9846

File tree

4 files changed

+49
-7
lines changed

4 files changed

+49
-7
lines changed

docs/assets/css/custom.css

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,38 @@ body:has(.cm-home) .hx-mx-auto {
301301
}
302302

303303

304+
/* Prerelease banner — full-width strip under the nav */
305+
.cm-prerelease-banner {
306+
display: flex;
307+
align-items: center;
308+
justify-content: center;
309+
gap: 0.6rem;
310+
width: 100%;
311+
padding: 0.6rem 1.5rem;
312+
background: rgba(234, 179, 8, 0.1);
313+
border-bottom: 1px solid rgba(234, 179, 8, 0.3);
314+
color: #ca8a04;
315+
font-family: var(--cm-font-mono);
316+
font-size: 0.72rem;
317+
text-align: center;
318+
line-height: 1.5;
319+
}
320+
321+
.cm-prerelease-banner svg {
322+
flex-shrink: 0;
323+
opacity: 0.9;
324+
}
325+
326+
@media (max-width: 600px) {
327+
.cm-prerelease-banner {
328+
flex-direction: column;
329+
gap: 0.25rem;
330+
align-items: flex-start;
331+
text-align: left;
332+
}
333+
}
334+
335+
304336
/* ---- Terminal window (hero right col) ---- */
305337
.cm-hero-terminal {
306338
animation: cm-fade-up 0.55s ease-out 0.12s both;

docs/content/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
title: "ClawMachine — Kubernetes-Native Bot Dashboard"
33
layout: hextra-home
4-
description: "OpenClaw-first Kubernetes bot operations. Deploy and manage OpenClaw in production, with PicoClaw and IronClaw available in beta."
4+
description: "OpenClaw-first Kubernetes bot operations. Prerelease — actively developed, use at your own discretion."
55
---

docs/content/docs/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ next: getting-started
66
ClawMachine is a Kubernetes-native dashboard with an **OpenClaw-first** workflow for deploying and operating bots.
77

88
{{< callout type="warning" >}}
9-
**Status:** OpenClaw is the primary supported bot path. **PicoClaw** and **IronClaw** are currently **beta**.
9+
**Prerelease.** ClawMachine is under active development. Expect bugs, breaking changes, and incomplete features. Use at your own discretion — it is not production-ready. OpenClaw is the primary supported path; **PicoClaw** and **IronClaw** are **beta**.
1010
{{< /callout >}}
1111

1212
{{< cards >}}

docs/layouts/hextra-home.html

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
{{ define "main" }}
22
<div class="cm-home">
33

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 &amp; 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+
414
{{/* ===== HERO ===== */}}
515
<section class="cm-hero">
616

@@ -67,8 +77,8 @@ <h1 class="cm-hero-title">Hold onto<br>your bots.</h1>
6777
<section class="cm-pillars cm-fade-in">
6878
<div class="cm-pillars-header">
6979
<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>
7282
</div>
7383
<div class="cm-pillars-grid cm-stagger">
7484
<div class="cm-pillar cm-fade-in">
@@ -116,7 +126,7 @@ <h2 class="cm-section-title">OpenClaw First</h2>
116126
<a href="{{ "docs/bots" | relURL }}" class="cm-bot-card cm-bot-card--open cm-fade-in">
117127
<span class="cm-bot-icon">🐙</span>
118128
<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>
120130
<span class="cm-bot-tag">Recommended</span>
121131
</a>
122132
<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>
144154
<div class="cm-step">
145155
<span class="cm-step-number">01</span>
146156
<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>
148158
<code class="cm-step-code">curl -fsSL https://theclawmachine.dev/install.sh | bash</code>
149159
</div>
150160
<div class="cm-step">
@@ -221,7 +231,7 @@ <h3 class="cm-feature-title">Open Source</h3>
221231
<div class="cm-cta-inner">
222232
<div>
223233
<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>
225235
</div>
226236
<a href="{{ "docs/getting-started" | relURL }}" class="cm-btn cm-btn-primary">
227237
Get Started

0 commit comments

Comments
 (0)