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

# Manage Domains

> Manage custom domains, SSL/TLS certificates, and edge routing for your applications.

## Managed domains

Every service in Revolte is automatically assigned a system-generated domain (e.g., `service-name.revolte.io`). These domains are fully managed and secure by default, allowing you to preview and share your applications instantly.

<img src="https://mintcdn.com/poddle-54594c3d/q0Rk3K5lGk3vHIWm/image-v2/deployments/domain/domain-1.png?fit=max&auto=format&n=q0Rk3K5lGk3vHIWm&q=85&s=a2c4c26da965c550c5b568833b40416a" alt="Managed Domains" width="2748" height="932" data-path="image-v2/deployments/domain/domain-1.png" />

## Custom domain mapping

<Steps>
  <Step title="Add Domain">
    Click on **Add Domain** and enter your domain or subdomain (e.g., `app.yourcompany.com`).

    <div align="center">
      <img src="https://mintcdn.com/poddle-54594c3d/q0Rk3K5lGk3vHIWm/image-v2/deployments/domain/domain-2.png?fit=max&auto=format&n=q0Rk3K5lGk3vHIWm&q=85&s=a0247fdb41b50a83c1a99e3940b5b960" width="200" data-path="image-v2/deployments/domain/domain-2.png" />
    </div>
  </Step>

  <Step title="Configure DNS">
    Revolte will provide the necessary DNS records (CNAME or A records). Add these to your DNS
    provider.
  </Step>

  <Step title="Live Verification">
    Once records are detected, Revolte automatically provisions SSL certificates and begins routing
    traffic. You can monitor the verification status and live stats directly from the dashboard.

    <img src="https://mintcdn.com/poddle-54594c3d/q0Rk3K5lGk3vHIWm/image-v2/deployments/domain/domain-3.png?fit=max&auto=format&n=q0Rk3K5lGk3vHIWm&q=85&s=54d9cd0de7742e733cd7bb61ea867b1b" alt="Domain Stats" width="2694" height="802" data-path="image-v2/deployments/domain/domain-3.png" />
  </Step>
</Steps>

## Edge routing features

| Feature           | Description                                             |
| :---------------- | :------------------------------------------------------ |
| **Automatic SSL** | Managed Let's Encrypt certificates with auto-renewal.   |
| **Global CDN**    | Edge caching and routing for low-latency delivery.      |
| **Redirects**     | Configure root-to-www or custom path-based redirection. |
| **HSTS**          | Enforce secure HTTPS connections for all users.         |

## Related

* [Web Applications](/deployments/services/web-applications)
* [Web Services](/deployments/services/web-services)
* [Secrets](/deployments/services/secrets)
