Custom Domains
You can use your own domain as the URL for applications deployed on KamuiDash. SSL certificates are automatically provisioned via Cloudflare, so HTTPS is enabled without any additional setup.
Overview
- Each application can have one custom domain
- SSL/HTTPS is automatically enabled
- You need access to your domain's DNS settings
- Custom domains are available on the Free plan
Adding a Custom Domain
- Open the app detail screen
- Click "Add Custom Domain"
- Enter your domain (e.g.,
example.comorwww.example.com) - Click "Add and Next"
- The DNS configuration screen will appear with the records you need to set up
DNS Configuration
After adding a custom domain, you need to add two DNS records at your domain registrar or DNS provider.
1. CNAME Record
Points your domain to the KamuiDash.
| Field | Value |
|---|---|
| Type | CNAME |
| Host / Name | Your domain (e.g., example.com or www) |
| Target / Value | The CNAME target shown in the dashboard |
2. TXT Record
Verifies domain ownership and enables SSL certificate issuance.
| Field | Value |
|---|---|
| Type | TXT |
| Host / Name | The TXT record name shown in the dashboard (e.g., _acme-challenge.example.com) |
| Value | The TXT record value shown in the dashboard |
Note: Both the CNAME and TXT records are required. The exact values are displayed in the dashboard after you add the domain. Use the copy button to avoid typos.
DNS Propagation
After adding DNS records, propagation may take anywhere from a few minutes to several hours depending on your DNS provider. SSL certificate issuance happens automatically once the records are verified.
Managing a Custom Domain
Once a custom domain is configured:
- Open the app detail screen
- Click "Manage Custom Domain"
- View the current CNAME and TXT record values for reference
Removing a Custom Domain
- Open the app detail screen
- Click "Manage Custom Domain"
- Click "Delete Domain"
- Confirm the deletion
Note: After removing a custom domain, the application will only be accessible via its default KamuiDash URL. You should also remove the DNS records from your DNS provider.
Replacing a Custom Domain
Each application supports one custom domain. If you add a new domain, the previous domain is automatically removed and replaced with the new one. You will need to update your DNS records accordingly.
Domain Requirements
| Rule | Details |
|---|---|
| Format | Valid domain name (e.g., example.com, app.example.com) |
| Length | 1 to 253 characters |
| Restriction | Cannot use a subdomain of kamui-platform.com |
| Uniqueness | A domain cannot be used by another project |
| Limit | One custom domain per application |
Billing
For detailed pricing, see the pricing page.