Netlify Create /Cloud project /

Managed hosting for Netlify Create

You can use or opt out of Netlify Create's out-of-the-box deployment strategy.

As part of the provisioning process when you create a new project, Netlify Create automatically deploys a live website based on the initial content of the project.

Both this live website and the preview you work with in Netlify Create look exactly the same. However, the live website is optimized for production, and its URL is public.

Note

If you've created your Netlify Create project by importing an existing repository, managed hosting is turned off by default.

# Public URL

This public URL is auto-generated based on your project name, plus a random string to make unique and difficult to guess. The site is not indexed by search engines, nor is it publicly shared. It is your choice when to start sharing this URL or link to it, or whether to do so at all.

# Share the live site

The live site URL is available on the publish menu. This site is publicly available and can be shared as needed.

Live site URL.

# Use a custom domain

If you want to take your site public, you would probably want to first connect your own domain to it instead of sharing the auto-generated name.

# Hosting provider

Our managed hosting is provided through Netlify.

# Needed configuration

For us to host your site, your code repository should include the needed Netlify configuration in the form of a netlify.toml file.

When managed hosting is enabled, Netlify Create will verify that this file exists. Our starters and code examples all provide this file (e.g. see this project).

# Benefits and limitations

Managed hosting is a convenient feature, but you should be aware of the limitations when choosing to use the feature.

# Hosting benefits

Using the managed hosting is simple and convenient. You begin a new Netlify Create project with a live website without additional configuration.

In addition, the Publish button in the visual editor will update its state to notify you when the publishing of new changes is complete, and if there are any issues you have access to the deployment logs within the UI.

Publishing panel while actively publishing the project.

# Hosting limitations

Note that when using Netlify Create's managed hosting, you do not have access to the hosting vendor's dashboard or value-added features.

For example, you cannot set up environment variables that have a different value for the live website than those used in the visual editor environment.

# Disable managed hosting

You can opt out of managed hosting at any time.

Note

When managed hosting is disabled, the publish action will not trigger new builds for your site. Netlify Create will also not be able to provide deployment logs or a custom domain.

To opt in or out of Netlify Create's managed hosting solution, open the settings for your project.

Project settings.

Then navigate to the Publish tab and toggle the Managed Hosting switch.

# Default setting for organizations

Managed hosting can be controlled and made consistent for an entire organization. Please contact us for details.