[BREAKGLASS] Website of openclaw.ai https://openclaw.ai
Go to file
2026-01-27 23:15:57 -06:00
.github fix: use local ps1 for cmd dry run 2026-01-20 07:20:25 +00:00
public feat: discord redirect 2026-01-27 23:15:57 -06:00
scripts Add git install support to install-cli 2026-01-27 22:38:37 -06:00
src Fix Signal documentation link in integrations page 2026-01-27 23:05:32 -06:00
.gitignore chore: ignore vercel + local env files 2026-01-24 13:38:47 +00:00
.npmrc fix: add pnpm build script approval for esbuild and sharp 2026-01-24 05:33:31 +00:00
astro.config.mjs fix: update domain to clawd.bot 2026-01-06 19:04:48 +01:00
bun.lock chore(deps): update astro 2026-01-15 08:40:14 +00:00
CHANGELOG.md fix: note Signal docs link update (#13) (thanks @RayBB) 2026-01-27 23:05:32 -06:00
CLAUDE.md feat(showcase): improve layout and add ClawdHub button 2026-01-19 03:18:48 +00:00
package-lock.json chore(deps): bump astro from 5.16.11 to 5.16.13 in the npm group (#5) 2026-01-23 15:03:42 -06:00
package.json chore(deps): bump astro from 5.16.11 to 5.16.13 in the npm group (#5) 2026-01-23 15:03:42 -06:00
pnpm-lock.yaml chore: sync pnpm lockfile 2026-01-24 13:38:14 +00:00
README.md chore: update GitHub repo URLs to moltbot/moltbot 2026-01-27 13:20:53 +00:00
tsconfig.json feat: redesign landing page with Astro 2026-01-06 19:04:03 +01:00

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)