
Publish a Password-Protected Website with Revdoku
Table of Contents
- What this gated website tutorial shows
- 1. Ask Claude to build a website
- 2. Let the agent prepare files and data
- 3. Open the first live Revdoku preview
- 4. Check the site before the protected update is ready
- 5. Ask Claude to republish with a Revdoku password
- 6. Test the website’s password gate
- 7. Switch to Require Email to share private site access
- 8. Enter and verify an email address as a visitor
- 9. Ask Claude to list protected site visitors
- Recommended access modes
- What this gated website tutorial shows
- 1. Ask Claude to build a website
- 2. Let the agent prepare files and data
- 3. Open the first live Revdoku preview
- 4. Check the site before the protected update is ready
- 5. Ask Claude to republish with a Revdoku password
- 6. Test the website’s password gate
- 7. Switch to Require Email to share private site access
- 8. Enter and verify an email address as a visitor
- 9. Ask Claude to list protected site visitors
- Recommended access modes
TL;DR: Claude builds and publishes a small Revdoku website, protects it with a password, then adds email collection so the owner can see who visited.
Watch the video or follow the screenshot walkthrough.
What this gated website tutorial shows
- Asking Claude to build and publish a website with Revdoku.
- Opening the generated site.
- Republishing the site with a password.
- Confirming that the password gate blocks access before the site loads.
- Switching to Require Email access.
- Checking visitor information after visitors access the site.
1. Ask Claude to build a website
Start with a clear website prompt. Here, Claude builds a San Francisco weather dashboard with dynamic data storage.
Include the site goal, data sources or file names, and publishing requirement so the agent creates a hosted Revdoku site.

2. Let the agent prepare files and data
Claude creates the website files and supporting data before publishing to Revdoku.

3. Open the first live Revdoku preview
After publishing, open the Revdoku URL and confirm the site renders before adding protected access. Here, the weather dashboard loads as a public page first.

4. Check the site before the protected update is ready
If the site is unpublished or a protected update is still running, the URL may show a “not available” message. Wait for Revdoku to finish publishing before testing access.

5. Ask Claude to republish with a Revdoku password
Tell Claude to republish the site with a Revdoku password. Here, the password is 12345.

6. Test the website’s password gate
Open the site URL again. Visitors now see a Revdoku password gate before the weather dashboard loads.
This is a real gate on the hosted bucket. It is enforced by Revdoku access controls, not by JavaScript inside the generated website.

7. Switch to Require Email to share private site access
For visitor attribution, ask Claude to republish the same site with Require Email access. The visitor enters an email address and verifies it with a one-time code. No shared site password is needed.

8. Enter and verify an email address as a visitor
Test the visitor flow by entering an email address and verifying it with a one-time code. The consent copy explains that the owner can track which pages and documents the visitor accesses.

9. Ask Claude to list protected site visitors
After a visitor accesses the site, ask Claude to list visitors or open Revdoku analytics to review them. The owner can see who opened the site, when, and whether Revdoku captured an email address.

Recommended access modes
- Use
Publicwhen the site is ready for anyone. - Use
Passwordwhen you need a shared gate without visitor identity. - Use
Require Emailwhen you need visitor attribution.
Revdoku lets you publish an AI-generated website, protect access, and choose the right access mode. You can start public, switch to password-only for private sharing, and use Require Email when visitor attribution matters.
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
Frequently Asked Questions
Should I publish the site publicly before adding a password?
It is useful to publish and open the site once before gating it. This confirms that the generated website works correctly, so any later access issue is easier to separate from a build or publishing problem.
Is the Revdoku password gate part of the website code?
No. The password gate is enforced by Revdoku access controls on the hosted site, rather than by JavaScript inside the generated page. That makes it more appropriate for private sharing than hiding content with frontend-only code.
When should I use password-only access?
Use password-only access when you want a simple shared gate and do not need to know exactly who visited. It works well for private previews, internal drafts, or temporary review links.
When is Require Email the better option?
Use Require Email when visitor attribution matters. It lets the owner review which email addresses accessed the protected site and when, which is helpful for client reviews, stakeholder previews, or controlled document sharing.
What should I do if the site says it is not available?
Wait for the Revdoku publish process to finish, then reload the URL. A not-available state can appear while the site is unpublished or while a protected update is still being applied.
Can I change the access mode after publishing?
Yes. The workflow shown starts with a public site, then republishes it with a password, and later switches to Require Email. This makes it practical to adjust access as the site moves from testing to private sharing.
What visitor information can the owner review?
After someone passes the gate, the owner can ask Claude or check Revdoku analytics for visitor details. The available information can include who opened the site, when access happened, and whether an email address was captured.
Related Articles

AI Agent Website Hosting: Runtime vs Static
Learn when AI agents need runtime hosting and when static publishing is enough for secure, accessible client deliverables.

Claude Website Publishing: Artifact to Live Site
Learn how to review, export, host, test, and update Claude-generated websites for secure client delivery or public publishing.

ChatGPT Sites Alternative: Publish with Revdoku
Use Revdoku to host ChatGPT-generated sites with live URLs, password access, analytics, and updates across AI agents.