Custom Domain
Point your own domain to your Vercel deployment directly from Ideavo — no external dashboard needed.
Once your project is deployed, you can attach a custom domain to it from the post-deployment panel. Ideavo handles the domain linkage through your connected Vercel account and guides you through DNS configuration.
Accessing Custom Domains
Open the Publish panel after a successful deployment and click Custom Domains.
Adding a Domain
Enter your domain (e.g. example.com) in the input field and confirm.
If the domain is available, it gets added and your CNAME record and record type are shown in the same dialog.
Domain Check Results
Before adding the domain, Ideavo verifies it against your Vercel account. There are three possible outcomes:
Domain linked to another account
The domain is already attached to a different Vercel account. You'll need to release it from that account before it can be added here.
Domain already in use
The domain exists in your Vercel account but is linked to a different project — regardless of who owns it. Remove it from the other project in Vercel before adding it here.
Domain added successfully
The domain is available and gets attached to your deployment. The CNAME value and record type are shown immediately so you can configure DNS right away.
DNS Configuration
After the domain is added, configure it with your DNS provider using the values shown in the dialog:
| Field | Value |
|---|---|
| Type | CNAME |
| Name | @ or your subdomain (e.g. www) |
| Value | Provided by Ideavo after domain is added |
Once the record is saved with your DNS provider, click Check Status in the dialog to confirm propagation. DNS changes can take anywhere from a few minutes to 48 hours depending on your provider.
DNS propagation time varies by provider. If the status check fails, wait a few minutes and try again before making any changes.