SaaSClaw
Studio
← Back to Help Center

🔗 Custom Domains

Point your own domain name at your SaaSClaw project.

Overview

By default, every project gets a <slug>.saasclaw.app subdomain. You can also attach your own custom domain (e.g., app.mycompany.com).

Adding a Custom Domain

  1. Open your project page in the Studio.
  2. Navigate to Domains (in the project settings area).
  3. Enter your domain name (e.g., app.mycompany.com).
  4. Click Add Domain.
  5. SaaSClaw will show you the DNS records you need to configure.

DNS Configuration

In your domain registrar's DNS settings, add a CNAME record:

app.mycompany.com  CNAME  <slug>.saasclaw.app

Replace <slug> with your actual project slug.

💡 Tip: DNS propagation can take anywhere from a few minutes to 48 hours. Most registrars propagate within 5–30 minutes.

Verifying Your Domain

After setting up DNS:

  1. Go back to the Domains section in your project.
  2. Click Verify next to your domain.
  3. SaaSClaw checks the DNS configuration. If correct, the domain is activated and SSL is provisioned automatically.

If verification fails, double-check:

SSL / HTTPS

SSL certificates are provisioned automatically for all custom domains once verified. No manual configuration needed — your domain will be accessible over HTTPS.

Removing a Domain

To disconnect a custom domain:

  1. Go to Domains in your project settings.
  2. Click Remove next to the domain.
  3. The domain is unlinked from your project (DNS records on your end are your responsibility).

Multiple Domains

You can attach multiple domains to a single project. Each domain gets its own SSL certificate and routes to the same application.

⚠️ Note: Subdomains (e.g., app.example.com) work via CNAME. Apex/root domains (e.g., example.com) may require additional DNS configuration depending on your registrar.