Every project has two lives: the preview you and the agent share, and the published build the world sees. They are deliberately different.
The preview is a real machine
Your preview is an actual dev server in an isolated sandbox with your real dependencies installed. That is why the agent can click through it, take screenshots, read its console, and catch a runtime error you would otherwise find in production.
Live mode and served mode
Live mode keeps a hot dev server attached for instant feedback. Served mode builds your project and serves the static output — cheaper, faster on repeat loads, and closer to what your visitors get. Projects move between them without changing a line of code.

Publishing
- 1Publish
Produces a public build on a stable Luminax address. Preview keeps running independently.
- 2Attach a domain
Point your domain at the project; certificates are issued automatically.
- 3Re-publish freely
Publishing is not a release ceremony. Ship five times an hour if the work wants it.
Still wondering something?
The assistant answers from these pages only.