[BREAKGLASS] ClawSweeper Website https://clawsweeper.bot
Go to file
Peter Steinberger 4d8931317f
fix: shrink crab mark and move it to the footer
Hero crab was rendering at viewport-fill size due to SVG width:auto
behaving as 100% on inline elements without explicit dimensions.

Move it to a small inline glyph (22px) before the footer line so the
crustacean character stays without dominating the page.
2026-04-30 02:40:49 +01:00
.gitignore chore: ignore .vercel project linkage 2026-04-30 02:18:43 +01:00
index.html fix: shrink crab mark and move it to the footer 2026-04-30 02:40:49 +01:00
LICENSE Initial commit 2026-04-30 02:01:56 +01:00
package.json feat: landing page for clawsweeper.bot 2026-04-30 02:02:59 +01:00
README.md feat: crustacean character + repo readme 2026-04-30 02:37:01 +01:00
style.css fix: shrink crab mark and move it to the footer 2026-04-30 02:40:49 +01:00
vercel.json feat: landing page for clawsweeper.bot 2026-04-30 02:02:59 +01:00

clawsweeper.bot

The landing page for ClawSweeper — the cleanup crab of OpenClaw. ClawSweeper scans every open issue and pull request weekly, writes one durable review comment per item, and proposes a close only when the evidence is strong.

https://clawsweeper.bot

What's here

A single-page editorial site. Static HTML and CSS — no build step, no JavaScript runtime, no analytics. Deploys directly to Vercel.

File Purpose
index.html Page markup
style.css Abyssal archival theme, hairline rules, hero motion
vercel.json Clean URLs, security headers, cache policy
package.json Tiny manifest with a python3 -m http.server dev script

Local preview

pnpm dev
# or
python3 -m http.server 4321

Then open http://localhost:4321.

Deploy

This repo is wired to a Vercel project under the amantus team. Production deploys flow from main; nothing else is needed.

vercel --prod --scope amantus

Sibling repos

License

MIT — see LICENSE.