Publish websites from Hermes Agent with Revdoku
Use Revdoku as the website publishing layer for Hermes Agent. Hermes can generate reports, dashboards, documentation, and static pages, then publish them as live websites.
Fast setup
Click Copy Prompt in the top-right navigation on Revdoku and paste it into Hermes Agent. Ask Hermes to connect to Revdoku, create or reuse a bucket, write the website files, and publish index.html.
If Hermes can run shell commands and needs local tooling, use:
curl -fsSL https://revdoku.com/install.sh | bash
If your Hermes 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 from this task, save the files in Revdoku, publish index.html, and return the live URL. For later changes, update the same Revdoku bucket and republish the site.
Why use Revdoku with Hermes
- Publish scheduled or generated output as a live website.
- Keep website files and versions in one bucket.
- Share public URLs with people who do not use Hermes.
- Republish updates without moving files by hand.