Files
openclaw.ai/README.md
Peter Steinberger 59bf0f7450 chore: update GitHub repo URLs to moltbot/moltbot
- git clone URL now points to moltbot/moltbot
- Default hackable install dir: ~/moltbot
- Update all GitHub links in pages and README
- npm package name (clawdbot) unchanged
2026-01-27 13:20:53 +00:00

1.5 KiB

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:

  1. Install Homebrew (macOS) or detect package managers (Windows)
  2. Install Node.js 22+ if needed
  3. Install clawdbot globally via npm
  4. Run clawdbot doctor --non-interactive for migrations (upgrades only)
  5. Prompt to run clawdbot onboard (new installs)