← 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
- Open your project page in the Studio.
- Navigate to Domains (in the project settings area).
- Enter your domain name (e.g.,
app.mycompany.com).
- Click Add Domain.
- 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:
- Go back to the Domains section in your project.
- Click Verify next to your domain.
- SaaSClaw checks the DNS configuration. If correct, the domain is activated and SSL is provisioned automatically.
If verification fails, double-check:
- The CNAME record points to the correct
<slug>.saasclaw.app.
- DNS has had time to propagate (wait at least 10 minutes).
- You didn't accidentally create an A record instead of a CNAME.
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:
- Go to Domains in your project settings.
- Click Remove next to the domain.
- 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.