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

# Host on a custom domain

> Point a subdomain like feedback.yourcompany.com to Sleekplan, configure the CNAME record, and let Sleekplan handle SSL provisioning automatically

Every product has a default `*.sleekplan.app` subdomain that you can use right away — for example, `yourproduct.sleekplan.app`. Sleekplan also uses this domain for links in customer notification emails. You can replace the default with any subdomain you own.

## Use the default subdomain

Your default subdomain is assigned when you create a product and is visible in [**Settings → Widget**](https://app.sleekplan.com/settings/widget). It is active immediately and Sleekplan uses it when sending customers email notifications that link to feedback posts or changelog items.

## Connect a custom domain

<Steps>
  <Step title="Open domain settings">
    Go to [**Settings → Widget**](https://app.sleekplan.com/settings/widget) and click **Change** next to your current domain.
  </Step>

  <Step title="Enter your domain">
    Choose **Custom domain** and enter the full hostname you want to use.

    ```
    feedback.yourdomain.com
    changelog.yourdomain.com
    ```

    <Warning>
      Enter only the domain name — no scheme, no trailing slash. Sleekplan stores it as-is.
    </Warning>
  </Step>

  <Step title="Add a CNAME record">
    In your DNS provider's dashboard, add the following record. Replace `feedback` with the subdomain you entered in the previous step.

    | Type  | Host                               | Target                |
    | ----- | ---------------------------------- | --------------------- |
    | CNAME | `feedback` (your chosen subdomain) | `cname.sleekplan.app` |

    DNS propagation may take minutes to 48 hours depending on TTL.
  </Step>

  <Step title="Wait for SSL to be provisioned">
    Sleekplan auto-issues a Let's Encrypt certificate when a valid CNAME is detected. Provisioning takes 5–20 minutes; the domain returns an error during that window.

    <Note>
      No manual certificate work is required; renewal is automatic.
    </Note>
  </Step>
</Steps>
