Publish websites from OpenClaw with Revdoku
Use Revdoku as the publishing target for websites OpenClaw creates: reports, dashboards, demos, charts, documentation, and static apps.
Fast setup
Click Copy Prompt in the top-right navigation on Revdoku and paste it into OpenClaw. Ask OpenClaw to connect to Revdoku, create a bucket, write the website files, and publish index.html.
If OpenClaw can run shell commands and needs local tooling, use:
curl -fsSL https://revdoku.com/install.sh | bash
If your OpenClaw runtime supports remote Streamable HTTP MCP with OAuth, add Revdoku as a remote MCP server:
- Name:
Revdoku - URL:
https://app.revdoku.com/mcp - Transport:
streamable-http
Publishing prompt
Create a static website for this task, save the files in a Revdoku bucket, publish index.html, and return the live URL. If I ask for revisions, update the same bucket and republish the same site.
Why use Revdoku with OpenClaw
- Publish OpenClaw output as a website instead of leaving it in a chat or local folder.
- Keep generated files versioned in a bucket.
- Share a
*.revdoku.siteURL or connect a custom domain. - Update the same site after OpenClaw makes changes.