Comment on page
Custom domain configuration
With genezio, you can use custom domains, allowing you to customize the root of your website's URL. Instead of being limited to the default domain like "capybara.app.genez.io," you can easily configure genezio to use your domain, giving your website a unique and personalized web address.
This feature empowers you to create a professional online presence by associating your website with a domain that reflects your brand or project identity.
genezio works with both apex domains and subdomains.
Example of supported types:
- Apex domain -
test.com
- Custom domain -
custom.test.com
www
domain/subdomain -www.test.com
After you add a custom domain, we automatically configure the certificate also on all subdomains, including
www
, but you have to add in the DNS configuration the CNAME to use www
.In the genezio dashboard, you can go to a project that has frontend deployed, and on the frontend tab, you can set up your custom domain.

Project page - Frontend Tab
On this page, you add your custom domain and click on the "Save" button.
The next step is to put the CNAMEs that you will receive in the bottom part of the page to your DNS provider. We support all DNS providers. If you want to use apex domain, then you have to make sure that your DNS provider accepts
ANAME
, ALIAS
or CNAME
for apex.For some cases, after you add the CNAMEs, another CAA validation might be needed and you will see it on the same page.
Here is a list with tutorials on how to add a CNAME for some of the most common DNS providers:
This is just a short list of some providers that we used.
You don't need to do any extra steps. You only add the 2 given CNAMEs and we will take care of the rest. Genezio will automatically create an SSL certificate and automatically renew it so you can use it seamlessly.
Last modified 1mo ago