Template4 min read
Static Site Template for OpenClaw Landing Pages
A minimal static site template with OpenClaw integration. For the bot landing page, docs, or marketing site.
A minimal static site template with OpenClaw integration. For when you need a landing page, documentation, or marketing site alongside your bot.
What's Included
- HTML/CSS/JS (no framework, minimal footprint)
- OpenClaw demo embed
- Tailwind CSS via CDN
- Contact form with webhook integration
Quick Start
npx degit openclaw/static-site-template my-bot-site
cd my-bot-site
# Edit index.html
fly launch && fly deploy
With Next.js
For more complex sites, use the Next.js variant:
npx degit openclaw/nextjs-site-template my-bot-site
OpenClaw Demo Embed
<script src="https://cdn.openclaw.dev/embed.js"></script>
<div data-openclaw-bot="@your_bot"></div>
Hosting
For static sites, consider:
- Cloudflare Pages: Free, fast, global CDN
- Vercel: Free, excellent DX
- Netlify: Free, great forms support