Skip to content

feat: marketing website for claw-hq.com#2

Open
real-clawdius-maximus wants to merge 3 commits intosimonplant:mainfrom
real-clawdius-maximus:feat/marketing-website
Open

feat: marketing website for claw-hq.com#2
real-clawdius-maximus wants to merge 3 commits intosimonplant:mainfrom
real-clawdius-maximus:feat/marketing-website

Conversation

@real-clawdius-maximus
Copy link

What

Static single-page marketing site for claw-hq.com. No build step — pure HTML/CSS.

Sections

  • Hero — headline, positioning, install command with terminal mockup
  • Problem/Solution — 3-column comparison (Big Tech vs raw OpenClaw vs ClawHQ)
  • How it works — three-layer architecture (Cloud / Blueprints / Platform)
  • Blueprint showcase — 6 blueprint cards (Email, Trading, Meals, Google replacement, Blog, Founder's Ops)
  • A day with ClawHQ — Telegram morning message mockup showing the experience
  • Data sovereignty — 6 principles with icons
  • Install — install commands with copy-to-clipboard, step-by-step guide

Files

website/
├── index.html      — Full site (all sections)
├── style.css       — Dark design system (~450 lines)
├── favicon.svg     — Paw print favicon
└── README.md       — Deploy instructions
netlify.toml        — Cloudflare Pages / Netlify deploy config
vercel.json         — Vercel deploy config

Deploy

Connect repo to Netlify/Vercel/Cloudflare Pages → output dir website → done. The /install URL redirect to the install script is wired in both configs.

Serve locally:

cd website && python3 -m http.server 8080

Design

  • Dark theme matching terminal/developer audience
  • Responsive down to mobile
  • No JS frameworks — vanilla JS for copy button only
  • No build step — zero dependencies

Content sourced directly from README.md, docs/PRODUCT.md, CLAUDE.md.

Clawdius Maximus and others added 3 commits March 20, 2026 16:36
Answers the product question: what does someone see in 60 seconds?

- Two-path design: demo (no friction) → real install (< 5 min)
- Frame-by-frame demo flow (T+0 through Ctrl+C)
- Real install: install → init --guided → up walkthrough
- Demo→install conversion strategy (no account, no email, no cloud)
- Success criteria, open questions, technical requirements
- References existing demo implementation in src/demo/

Closes Todoist task: ClawHQ one-command first-run experience
Static single-page marketing site with no build step.

Sections:
- Hero with install command + terminal mockup
- Problem/solution comparison (Big Tech vs raw OpenClaw vs ClawHQ)
- How it works (three-layer architecture diagram)
- Blueprint showcase (6 built-in blueprints)
- A day with ClawHQ (Telegram morning message mockup)
- Data sovereignty (6 principles)
- Install section with copy-to-clipboard

Design: dark theme, minimal JS (copy button only), fully responsive.
Deploy config for Netlify and Vercel included.
/install redirect to install script via netlify.toml + vercel.json.

Content sourced directly from README.md, docs/PRODUCT.md, CLAUDE.md.
- Who it's for: Privacy Migrant, Tinkerer, Fleet Operator cards with quotes
- How your agent grows: week 1 → month 1 → month 3 → month 6 timeline
- New personas-grid CSS (responsive, 3-col → 1-col)
- New timeline component CSS with accent line + circular markers
- Added 'Who it's for' nav link

Content sourced directly from PRODUCT.md personas and growth sections.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant