The publisher's own guidance for assistants is worth repeating because it describes how this actually behaves: saving files creates or updates a private draft, publishing happens only when asked, and both publish and unpublish return before the change has landed. Two more from the same list: account creation happens in the browser and never by pasting a code into a chat, and an existing Password or Require Email setting must not be swapped for Public just to make a publish succeed. For a first site the 24-hour preview means you see the entire loop before deciding whether to sign up for anything.
An AI-first publishing platform for static sites and single-page apps, reachable as a hosted MCP server at https://app.revdoku.com/mcp. The assistant writes the files, publishes them and hands back a live *.revdoku.site URL; later revisions update that same address. The first public preview needs no account and lasts 24 hours.
- Create or select a website, write its HTML, CSS, JavaScript and other text files, publish, and get the live URL back
- Editing the same files and republishing updates the same address rather than minting a new one
- Access control per site: Public, Password, or Require Email
- Analytics on visitors, page and download engagement and tracked links, plus built-in forms for contact, signup, feedback and intake with owner notifications by email and in the app — no separate backend to run
- Files are stored privately with version history, and everything that makes up a site can be downloaded again at any time
- Form submissions are encrypted and defended with captcha, rate-limit and honeypot controls, exportable to CSV or readable through the API
- Custom domains on published sites, and no Revdoku footer or badge added to a customer's site
Point a client at https://app.revdoku.com/mcp over Streamable HTTP; access is browser-based OAuth, and the publisher is explicit that a password, verification code or key should never be pasted into a chat. The account-free preview covers one website up to 25 MB for 24 hours without forms, analytics, custom domains, custom URLs or private storage, and its claim link converts it into a free account keeping the same site. Local folders and binaries — images, fonts, PDFs — go through the CLI instead, installed with npx skills add revdoku/revdoku --skill revdoku -g or the install script. It hosts static sites and SPAs: no arbitrary server backends, per-site databases or scheduled server tasks.
One command — npx -y mcp-remote https://app.revdoku.com/mcp
