[BREAKGLASS] Website of openclaw.ai https://openclaw.ai
Go to file
DaXik ec98744e47 feat: add RSS feed integration for blog
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>
2026-02-13 15:25:33 +01:00
.github ci: run all website installer scripts in CI 2026-02-13 15:03:31 +01:00
public Features/install cli git install (redo of #17) (#41) 2026-02-13 13:44:23 +01:00
scripts ci: run all website installer scripts in CI 2026-02-13 15:03:31 +01:00
src feat: add RSS feed integration for blog 2026-02-13 15:25:33 +01:00
.gitignore fix: address review findings for installer hardening/docs (#50) (thanks @sebslight) 2026-02-10 18:41:32 -05:00
.npmrc fix: add pnpm build script approval for esbuild and sharp 2026-01-24 05:33:31 +00:00
astro.config.mjs feat: add RSS feed integration for blog 2026-02-13 15:25:33 +01:00
bun.lock chore(deps): update deps and keep bun lockfile only 2026-02-13 02:50:30 +01:00
CHANGELOG.md Features/install cli git install (redo of #17) (#41) 2026-02-13 13:44:23 +01:00
CLAUDE.md feat(showcase): improve layout and add ClawdHub button 2026-01-19 03:18:48 +00:00
package.json feat: add RSS feed integration for blog 2026-02-13 15:25:33 +01:00
README.md docs: align Discord link with OpenClaw rename (#57) (thanks @knocte) 2026-02-13 04:09:37 +01:00
tsconfig.json feat: redesign landing page with Astro 2026-01-06 19:04:03 +01:00
vercel.json feat: add trust page i18n (Chinese, Korean, Japanese) with language switcher 2026-02-09 03:37:48 +11:00

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 --gum to force gum UI when supported, or --no-gum to disable gum output.
  • Set OPENCLAW_USE_GUM=auto|1|0 to control gum behavior in automation.
  • Compatibility alias: CLAWDBOT_USE_GUM (mapped to OPENCLAW_USE_GUM).

These scripts:

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