> For the complete documentation index, see [llms.txt](https://docs.codemate.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.codemate.ai/build/deployment.md).

# Deployment

Build handles packaging, hosting, SSL, and environment variable injection no server, CDN, or CI/CD pipeline required.

***

### Auto Deployment

Every project in Build gets an automatically deployed public URL. Your app is live on a `*.codemate.build` subdomain as you work no configuration needed, shareable in seconds.

***

### Deploying with a Custom Subdomain

To publish your app under a specific name:

1. In Build, click **Settings** in the top-right corner of the preview pane.
2. Choose a subdomain name for your app (e.g. `my-saas-app`).
3. Confirm the deployment. Build packages and publishes your app. A public URL is ready within seconds.

`https://my-saas-app.codemate.build`

> Available on Pro and Team plans.

### Transfer to Netlify

For full infrastructure control, advanced routing, or enterprise-grade hosting, export your project directly to Netlify. Go to **Settings → Transfer to Netlify** to package and deploy your project to your Netlify account.

> Available on Pro and Team plans.

***
