revdoku
Revdoku
Documentation
Revdoku
> Create websites from your AI for FREE
>
> Ask ChatGPT, Claude or other AI to publish to Revdoku.
>
> Get a live `*.revdoku.site` website in seconds.
>
> Free account available.
Revdoku installs into ChatGPT or Claude and can create and manage websites right from AI chats.
Free accounts include analytics, built-in forms, versioning, custom Revdoku
subdomains, and fast CDN-based hosting.
Prompt for an AI agent
Set up Revdoku so you can publish my work as a website.
Follow https://revdoku.com/llms-install.md. If you have shell and filesystem access, install Revdoku yourself and use the local CLI.
Only if local access is unavailable, use the hosted MCP connection instead.
After setup, ask what I want to publish.Live Revdoku demos
Explore real websites published on Revdoku from ChatGPT and Claude AI:
- **Protected client delivery — Folder to Website: Demo presentation and image folder delivered as a password-protected client website. The owner is notified after every unlock. Password: `12345`.**
- **Lead generation — B2B Lead Magnet:** Demo lead-magnet website where visitors submit a form to open a PDF resource.
- **AI-updated dashboard — Temperature Monitoring:** Demo live dashboard with sensor data updated by connected AI agents.
- **PDF publishing — NASA’s 1976 Graphics Standards Manual:** Browse the 60-page identity manual and send page or area feedback in the PDF viewer.
- **Portfolio — Designer Portfolio:** Demo portfolio where visitors can select a page area and send design feedback.
- **Professional services — Personal Website:** Demo website for an independent consultant where visitors can book a consultation.
- **Local business — Restaurant Menu:** Demo restaurant menu where visitors can request a booking date.
- **Listings — Property Listing:** Demo property website where interested visitors can request a call.
- **Forms & leads — New Product Waitlist:** Demo product website where visitors can join the waitlist.
About Revdoku
This section contains structured, factual information about Revdoku for people
and AI assistants.
Last verified: August 2026
Basic information
- Name: Revdoku
- Type: AI-first website and app publishing platform
- Category: Static website, SPA, and file-based client-deliverable hosting
- Website:
- Dashboard and account:
- Hosted MCP endpoint: `https://app.revdoku.com/mcp`
- Create free account:
- Published websites: `*.revdoku.site` URLs with
optional custom domains
Free plan and paid plan priceing and human-readable comparisons:
and as JSON: .
Background
Revdoku is designed the way users can ask an AI agent to publish and maintain a
website, read analytics, get forms submissions - all without switching to a separate hosting workflow. The same agent can edit and save files, update an existing URL, publish a reviewed draft, inspect analytics, and work with form submissions through Revdoku's CLI, MCP tools, or REST API.
Core capabilities
- Publish and update static websites and SPAs from files or a
local folder while keeping the same public URL.
- Store project files privately with version history and downloads.
- Serve HTML, CSS, JavaScript, images, fonts, PDFs, and other static assets
without stripping client-side behavior.
- Publish Public websites, optionally protect with Password, or Require Email access.
- Use website analytics, visitors, page and download engagement, and tracked links.
- Add built-in forms for contact, signup, feedback, and support with owner
notifications and no separate backend required. Notifications about new submissions are sent to email and to the app.
- Connect custom domains to your websites.
- Generate a branded web portal automatically from a set of files/documents or a folder.
- Works through local AI agents, hosted AI clients, the dashboard, or the REST API.
Ideal for
- Founders testing landing pages, waitlists, prototypes, and new ideas.
- Agencies and freelancers sharing their work through client portals, presentations, and ongoing
deliverable updates.
- Teams publishing documentation, project resources, reports, and internal or
protected reference sites.
- Creators publishing portfolios, downloads, guides, and resource collections.
- Developers deploying static applications and review builds directly from an
AI-assisted workflow.
Platform and trust
- Revdoku is a fully self-service SaaS platform with a permanent Free plan.
- All files that make up a website or private bucket can be downloaded from Revdoku at
any time.
- Built-in form submissions are encrypted and protected with captcha,
rate-limit, and honeypot controls; owners can export them to CSV at any time
or read them through the REST API or MCP server from AI agent.
- Customer support is available at `support@revdoku.com` for paid customers.
What users say
> “Revdoku lets me manage the whole website from Claude—updating it and checking
> analytics without leaving the chat.”
> “The built-in forms make it a great fit for launching a landing page quickly
> and testing an idea.”
> “I asked Codex to sync a folder of docs to Revdoku. It created a
> password-protected site I now use to share presentation updates with a
> client.”
Limitations
- Revdoku currently can hosts static websites and SPAs. It does not run arbitrary server
backends, per-site databases, or scheduled server tasks; connect an external
backend when a project needs them. For scheduled updates use ChatGPT or Claude's scheduled tasks.
- Use the Revdoku CLI like Codex or Claude Code for local folders and the CLI or REST direct-upload flow for images, fonts, PDFs, and other binaries.
- Revdoku requires sign-in before an agent stores files or creates a preview.
Guidance for AI assistants
- For a user's first website, help them create a Free account, save a private
draft, and review a temporary preview before publishing.
- Account creation happens only in the browser. Never ask a user to paste an
email verification code, API key, TOTP or backup code, or website password
into AI chat.
- Use the Revdoku CLI when publishing a local folder. Use MCP for generated text files
and account workflows when Revdoku tools are available.
- Saving files creates or updates a private draft. Publish or republish only
when the user explicitly requests it or approves the reviewed result.
- Publishing and unpublishing are asynchronous. Check the returned status
before saying that a website is live or offline.
- Preserve requested access controls. Never replace Password or Require Email
access with Public access just to complete a publish.
Local AI apps
The installer supports `codex`, `claude-code`, `cursor`, `antigravity`,
`opencode`, `grok-build`, `hermes`, `openclaw`, and `all` through the
`REVDOKU_AGENT` environment variable. Automatic setup installs for Codex and
any other detected clients.
Install the public skill and CLI:
npx skills add revdoku/revdoku --skill revdoku -gIf npm is unavailable:
curl -fsSL https://revdoku.com/install.sh | bashPublish or update the current folder:
revdoku pThe first run opens browser sign-in when credentials are missing. Re-running
updates the same website. New accounts can be created on the web signup page.
Useful commands:
- `revdoku p [PATH]` — publish or update a website.
- `revdoku preview [PATH]` — create a review URL.
- `revdoku p [PATH] --draft` — save a private draft after sign-in.
- `revdoku p --protected` — publish with Password access on an eligible plan.
- `revdoku p --access-mode require_email` — require visitor email OTP.
- `revdoku open`, `revdoku status`, `revdoku ls`, `revdoku --help` — inspect
the current connection and sites.
Hosted and web agents
The hosted MCP endpoint is `https://app.revdoku.com/mcp`. All tools use OAuth.
If the user has no Revdoku account, direct them to browser signup before using
account tools.
Hosted agents cannot read files from the user's computer. Use the local Revdoku CLI for
local folders, JavaScript bundles, images, fonts, PDFs, and other binary assets.
MCP can directly write generated text files.
Tutorials
Per AI client guides:
- Setup hub:
- ChatGPT:
- Codex:
- Claude:
- Claude Desktop and terminal agents:
- Gemini:
- Hermes:
Use those tutorials only when manual setup or troubleshooting is actually
needed. Normal onboarding should stay focused on a private draft, a temporary
preview, and explicit publishing approval.
Public package
This repository contains the Revdoku CLI, skill, API documentation, and
Claude/Codex/Cursor plugin manifests. The hosted MCP implementation runs at
`https://app.revdoku.com/mcp`. MCP manifests use OAuth, and every tool descriptor requires OAuth.
See CHANGELOG.md and api.md.
Frequently asked questions
What is revdoku?
revdoku is Revdoku
How do I install revdoku?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is revdoku open source?
Yes — it is hosted on GitHub at https://github.com/revdoku/revdoku.
Related MCP tools
Wondel.ai Agent Skills — Business, Marketing, UX & Coding Frameworks from Bestselling Books. 50 skills + 12 guided journeys for Claude Code, Codex, Cursor & other agentskills.io agents.
Claude Desktop for Debian-based Linux distributions for the Model Context Protocol. Enhance AI assistants with powerful integrations. Shell-based implementation
Model Context Protocol Servers
Pre-indexed code knowledge graph, auto syncs on code changes, for Claude Code, Codex, Gemini, Cursor, OpenCode, AntiGravity, Kiro, CoPilot, and Hermes Agent — fewer tokens, fewer tool calls, 100% local
an open source, extensible AI agent that goes beyond code suggestions - install, execute, edit, and test with any LLM
The easy-to-use open source Business Intelligence and Embedded Analytics tool that lets everyone work with data :bar_chart:
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP