Updating a website usually means opening a laptop, logging into a dashboard, finding the right page, editing, saving, publishing. It is enough friction that most sites drift out of date. But if your site is built to be driven by an AI assistant, there is a far shorter path: say what you want, and it happens.

You talk to an assistant - on your phone, hands-free - and describe the change: "Add a note to the homepage that we're closed next Monday." The assistant writes the content and publishes it to your site. No laptop, no dashboard, no HTML.

How voice publishing actually works

There is no magic - it is a chain of ordinary pieces:

  1. You speak. Your phone's assistant (or a voice-enabled chat app) turns speech into text.
  2. The AI understands and writes. It interprets the request and produces the actual content - Markdown, ready to publish.
  3. It publishes through your site's rules. The assistant is a connected, permissioned account; it writes the page through the same checks a person would, and the page renders live.

The reason it works is that the site's content is plain Markdown and publishing is an API an AI can call - so "make this change" becomes a small, well-defined action rather than a manual chore.

What you can do by voice

  • Post an update or a short article - dictate it, it is live (or held for your review first).
  • Change a fact - opening hours, a price, an event date.
  • Run a live blog - narrate an event and watch entries appear.
  • Ask for tidying - "make that headline punchier" - and approve the result.

Staying in control

Hands-free does not mean hands-off. The AI account is scoped to exactly what you allow, every change is logged in an audit trail, and you can require your approval before anything goes live. Take the access away whenever you like. Voice just removes the friction, not the control.

Speak your site into existence

lazysite is built for exactly this: Markdown content, AI-first publishing, and the same enforced rules whether a human or an assistant makes the change.