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

# Modelcode Hosted

> Let Modelcode spin up a secure sandbox to build and test your application - no installation required

export const ProductName = "The Morph Platform";

export const productName = "the Morph Platform";

{ProductName} can provide a fully managed build environment for your project. When you choose the **Modelcode Hosted** option, {productName} automatically provisions a secure sandbox and handles all infrastructure setup on your behalf. There is nothing to install, no daemon to configure, and no environment to maintain.

## Why Use Modelcode Hosted

The hosted environment is the fastest way to get {productName} running. Because there is no local daemon to install or manage, onboarding is immediate - {productName} works out how to build and run your project [with you in chat](/setup/build-environment/lifecycle-setup) and takes care of the rest.

This option works best for projects with publicly accessible dependencies: open-source packages, public container registries, and services reachable from the internet. If your project already builds cleanly from source using publicly available dependencies, the hosted environment is the right choice.

## When to Use Modelcode Hosted

* Your project's dependencies are publicly accessible (npm, PyPI, Maven Central, Packagist, etc.)
* You want to get started quickly without installing anything on your own machine
* Your team does not have a stable, long-lived build server to run ModelDaemon on
* You prefer a fully managed, zero-maintenance build environment

<Note>
  For projects that depend on private services - such as internal APIs, private package registries, or databases not accessible from the public internet - choose [Self Hosted](/setup/build-environment/self-hosted-daemon) instead. With Self Hosted, you install **ModelDaemon** inside your own network so it inherits access to your private infrastructure directly.
</Note>

## Enterprise Applications with Private Infrastructure

If your application requires access to private artifact repositories, has complex network allowlists, or needs a site-to-site VPN to reach internal services, the standard hosted environment may not meet your requirements out of the box. Modelcode supports enterprise configurations for these scenarios.

Contact [support@modelcode.ai](mailto:support@modelcode.ai) to discuss your infrastructure requirements and available options.
