How to publish and update a website by voice
Speak the change and it goes live. Here is how voice-driven publishing works when your site is built for AI agents.
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:
- You speak. Your phone's assistant (or a voice-enabled chat app) turns speech into text.
- The AI understands and writes. It interprets the request and produces the actual content - Markdown, ready to publish.
- 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, and it is live within the permissions you granted.
- 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 still leaves you in charge. The AI account is scoped to exactly what you allow, every change is logged in an audit trail, and access can be tightened, time-boxed or removed the moment a job is done - scope a grant to a staging area if you want to move work live yourself, or use a client that asks per change. Voice removes the friction and keeps 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.
- See how an AI agent can run your site.
- Follow the steps to onboard an AI agent.
- Or read who it is for.