[BREAKGLASS] Website of openclaw.ai
https://openclaw.ai
| .github | ||
| public | ||
| scripts | ||
| src | ||
| .gitignore | ||
| .npmrc | ||
| astro.config.mjs | ||
| bun.lock | ||
| CHANGELOG.md | ||
| CLAUDE.md | ||
| package-lock.json | ||
| package.json | ||
| pnpm-lock.yaml | ||
| README.md | ||
| tsconfig.json | ||
clawd.bot
Landing page for Moltbot — your personal AI assistant.
Live: clawd.bot
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://clawd.bot/install.sh | bash - macOS/Linux (CLI only, no onboarding):
curl -fsSL --proto '=https' --tlsv1.2 https://clawd.bot/install-cli.sh | bash - Windows:
iwr -useb https://clawd.bot/install.ps1 | iex
These scripts:
- Install Homebrew (macOS) or detect package managers (Windows)
- Install Node.js 22+ if needed
- Install clawdbot globally via npm
- Run
clawdbot doctor --non-interactivefor migrations (upgrades only) - Prompt to run
clawdbot onboard(new installs)