[BREAKGLASS] Website of openclaw.ai
https://openclaw.ai
Add official @astrojs/rss integration to enable RSS feed subscription: - Install @astrojs/rss package - Create RSS endpoint at /rss.xml with blog posts - Add RSS autodiscovery meta tag in Layout - Update site URL from clawd.bot to openclaw.ai in config RSS feed includes post titles, descriptions, dates, authors, and categories. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .github | ||
| public | ||
| scripts | ||
| src | ||
| .gitignore | ||
| .npmrc | ||
| astro.config.mjs | ||
| bun.lock | ||
| CHANGELOG.md | ||
| CLAUDE.md | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| vercel.json | ||
openclaw.ai
Landing page for OpenClaw — your personal AI assistant.
Live: openclaw.ai
Pages
/— Main landing page with Quick Start, features, and testimonials/integrations— Visual grid of all supported chat providers, AI models, platforms, and tools/shoutouts— Community testimonials and mentions
Tech Stack
- Astro — Static site generator
- GitHub Pages — Hosting
- Custom CSS — No framework, just vibes
Development
bun install
bun run dev
Build
bun run build
bun run preview
Deploy
Automatically deployed to GitHub Pages on push to main.
Install Scripts
The landing page hosts installer scripts:
- macOS/Linux:
curl -fsSL --proto '=https' --tlsv1.2 https://openclaw.ai/install.sh | bash - macOS/Linux (CLI only, no onboarding):
curl -fsSL --proto '=https' --tlsv1.2 https://openclaw.ai/install-cli.sh | bash - Windows:
iwr -useb https://openclaw.ai/install.ps1 | iex
Installer UI controls (macOS/Linux install.sh):
- Pass
--gumto force gum UI when supported, or--no-gumto disable gum output. - Set
OPENCLAW_USE_GUM=auto|1|0to control gum behavior in automation. - Compatibility alias:
CLAWDBOT_USE_GUM(mapped toOPENCLAW_USE_GUM).
These scripts:
- Install Homebrew (macOS) or detect package managers (Windows)
- Install Node.js 22+ if needed
- Install openclaw globally via npm
- Run
openclaw doctor --non-interactivefor migrations (upgrades only) - Prompt to run
openclaw onboard(new installs)