Skip to main content

Manus adds auto-publish to skip the manual deploy step

By Steven Van ·

Off by default, it ships every successful build straight to the live URL, useful for queuing changes overnight.

Manus removed the last manual step between building a site and shipping it. With the new auto-publish, Manus deploys each successful build directly to your live URL, so the thing you built is the thing that's live, no separate publish click required.

Off by default, which is the right call

Auto-deploying to production sounds risky, and Manus handled it correctly: auto-publish is off by default, so you opt in and stay in control of what goes public. When you do enable it, every build that succeeds ships automatically, turning the edit-preview-publish loop into just edit-and-it's-live. That's the correct default posture, safe unless you deliberately choose the faster path.

Queue changes, wake up to a finished site

The feature Manus highlights is the combination: queue a batch of changes plus auto-publish, and you can walk away while Manus works through them and deploys the results. As they put it, wake up to a finished site. For anyone iterating on a project across a day, that turns a series of babysat build-and-publish cycles into a fire-and-forget queue, the async workflow that agentic tools keep reaching for (Gemini's scheduled triggers, background agents) applied to web publishing.

The last-mile pattern, again

Manus has spent this month closing the gap between AI output and shipped artifact, native PowerPoint files, Typst PDFs, and now live sites that publish themselves. The consistent thesis is that generation is solved and the remaining friction is delivery. Removing the manual publish step is exactly that: the build was already good; now it doesn't sit in a draft state waiting on a human to press go.

Try it

Auto-publish is available in Manus now, opt in from your project settings. Full details are in the announcement. Pair it with queued changes on your next site build and check the live URL in the morning.

Manus
Manus
Hands-on AI action engine — goes beyond answers to execute tasks, automate workflows, and deliver results.
View Manus →

Sources: Manus on X, Manus Blog.

Read Manus adds auto-publish to skip the manual deploy step on Creators Toolbox