> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nemu.cc/llms.txt
> Use this file to discover all available pages before exploring further.

# Publishing

> Who can reach a preview

Every project gets a live address at `<project>.nemu.page` as soon as it is
running. Nobody but you can open it until you say otherwise.

## Visibility

| Setting   | Who can open it               |
| --------- | ----------------------------- |
| Private   | Only you                      |
| Workspace | Members of your workspace     |
| Public    | Anyone with the link          |
| Password  | Anyone who knows the password |

Private is the default. Change it with `/publish` or from the Computer panel.

A password has to be at least 6 characters. Changing visibility later keeps the
password you already set unless you replace it.

**Public and Password need Pro or above.** Private and Workspace work on any
plan that has the Computer at all.

## What a visitor gets

The preview as it is running, at that moment. It is a live development server
rather than a deployed build, which has two consequences worth knowing.

The machine has to be running. A stopped project serves nothing, and a visitor
cannot start it: only you can wake your own project.

The session limit still applies. A machine stops on its own at the end of its
session, so a link you shared goes quiet when that happens. See
[Computer](/computer) for the per plan session lengths.

<Note>
  This is a preview, not hosting. It is the right way to show someone what you
  built and get a reaction. It is not the right way to run something people
  depend on.
</Note>

## The editor address

The editor is served separately at `ide-<project>.nemu.page` and is never
shared. Changing a preview to public does not expose the editor or the files.
