Publish websites from Codex with Revdoku
Turn a static site built in Codex into a live URL, then update that same URL as the project changes. Revdoku opens browser sign-in before storing the project.
Just ask to “publish to Revdoku” to publish your as a fast and secure website
from your Codex, Claude or another AI apppublish files or folders
Paste this into your AI app.
Install the Revdoku skill in your AI app.
npx skills add revdoku/revdoku --skill revdoku -gChoose your AI app to connect through MCP.
codex mcp add revdoku --url https://app.revdoku.com/mcp codex mcp login revdoku
claude mcp add --transport http revdoku https://app.revdoku.com/mcp claude mcp login revdoku
https://app.revdoku.com/mcpFree · Public or protected · Visitor analytics · Forms and email alerts Building websites for clients? Explore Revdoku for agencies
Fastest path: sign in, preview, then publish
In Codex CLI or another local Codex session with shell access:
- Ask Codex to build the site in a folder.
- Ask it to install the Revdoku client and run
revdoku preview <folder>. - Complete browser sign-in, creating a Free account there if needed.
- Review the returned temporary preview URL.
- Ask Codex to run
revdoku p <folder>when you want the main site live. - Ask Codex for a change, then publish the same folder again. Revdoku updates the same website URL.
The authenticated preview is noindex, lasts 15 minutes, and does not change
the main website or consume a live-site slot.
A useful first prompt is:
Build a responsive one-page project website in a new folder. Save it to Revdoku as a private draft, create a temporary preview, and return the preview URL. After I approve it, publish the main website. Remember the Revdoku binding so later changes update the same URL.
Codex CLI and local coding sessions
Local Codex sessions are the best fit when the project includes images, fonts, PDFs, or other binary files because the Revdoku client can upload the folder directly.
If Codex needs explicit instructions, use:
- Install the current Revdoku skill or client from the instructions copied from Revdoku.
- Change into the project directory.
- Run
revdoku pfor the current folder, orrevdoku p path/to/site. - Keep the local Revdoku binding file with the project.
- Run the same publish command after each edit.
Do not create a fresh website for each revision. Reusing the bound folder is what preserves the URL.
After sign-in, Codex can continue publishing to the same website. Read current Free limits from Revdoku pricing rather than copied limits.
Codex desktop and hosted MCP
Codex can also connect to Revdoku’s hosted MCP server:
codex mcp add revdoku --url https://app.revdoku.com/mcp
codex mcp login revdoku
Complete the OAuth sign-in in your browser, then ask Codex to list the available Revdoku tools. The hosted MCP connection is useful for creating or editing text-based site files and republishing an existing Revdoku website.
For a folder that contains binary assets or exists only on your computer, use the local client instead. A remote MCP server cannot read arbitrary files from your machine.
See the MCP website-publishing guide for client-specific setup and troubleshooting.
Codex inside ChatGPT
When Codex runs inside ChatGPT, use the Revdoku app if it is available in your ChatGPT workspace. Workspace settings can control which apps are enabled. Connect Revdoku, choose the existing website when revising it, and ask Codex to return the published URL.
For a local project folder, Codex CLI remains the direct route because it can access the files on disk.
Verify the same-URL workflow
After the first publish:
- Copy the website URL.
- Ask Codex to change one visible heading.
- Republish the same bound folder or update the same MCP website.
- Reload the original URL.
- Confirm the heading changed and the URL did not.
This short test catches the most common mistake: creating a disconnected website instead of updating the original one.
What Revdoku publishes
Revdoku hosts static output: HTML, CSS, JavaScript, images, fonts, documents, and other files. It does not run a server-side application process. If Codex built a framework project, ask it to run the production build first and publish the generated static output directory.
Next steps
- Use Revdoku with OpenClaw.
- Connect any compatible client through the Revdoku MCP server.
- Review the website publishing API.