# 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.

***


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.codemate.ai/build/deployment.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
