Custom Domain
Learn how to add a custom domain to your application on ClawCloud Run to enhance brand presence. This guide covers domain configuration workflows during and after deployment, including CNAME record re
Last updated
Was this helpful?
Learn how to add a custom domain to your application on ClawCloud Run to enhance brand presence. This guide covers domain configuration workflows during and after deployment, including CNAME record re
Last updated
Was this helpful?
On ClawCloud Run, you can configure custom domains via the APP Launchpad to enable users to access your application through your branded domain, delivering a more professional service experience. This article explains how to add and configure custom domains for your applications.
To set up a custom domain while deploying your application:
Enable Public Access: During deployment, toggle on the "Public Access" option. ClawCloud Run will automatically assign a public domain to your application.
Configure CNAME Record:
Go to your DNS provider (e.g., Cloudflare) and add a CNAME
record pointing your custom domain (e.g., app.yourbrand.com
) to the assigned public domain.
Example for Cloudflare:
Bind Custom Domain: Once DNS propagation completes (this may take minutes to hours), return to ClawCloud Run:
Click the "Custom Domain" button on the right panel.
Enter your custom domain (e.g., app.yourbrand.com
) and confirm.
Deploy and Verify:
Click "Deploy" in the top-right corner to finalize the deployment.
After deployment completes, click the generated public URL to confirm access via your custom domain.
For already deployed applications:
Navigate to your application’s details page.
Click the "Update" button in the top-right corner.
Follow the same steps as above to configure your custom domain (enable public access if not already active, set up CNAME, and bind the domain).