Connect your own domain to your itsalive.co app
Custom domains let you serve your app from your own domain (like app.yourcompany.com or yourproject.com) instead of the default yourapp.itsalive.co subdomain.
The easiest setup is using a subdomain like app.example.com or www.example.com. Just add a CNAME record pointing to your itsalive subdomain:
Replace app with your desired subdomain and yourapp with your itsalive subdomain.
Root domains (apex domains) like example.com cannot have standard CNAME records due to DNS specifications. CNAMEs can't coexist with other required records (SOA, NS) at the zone apex.
You have several options for root domains:
Some DNS providers offer "CNAME flattening" or similar features that allow CNAME-like behavior on root domains:
If your DNS provider supports this, set up a "flattened CNAME" or ALIAS record:
Use www.example.com as your primary domain and redirect the root to it:
www pointing to your itsalive subdomainexample.com → www.example.comCloudflare offers free DNS hosting with automatic CNAME flattening. You can keep your domain registered elsewhere but use Cloudflare's nameservers:
@ (Cloudflare will flatten it automatically)Soon you'll be able to register and manage domains directly through itsalive.co, with automatic DNS configuration. No more manual setup!
Once your DNS is configured, add your custom domain in the dashboard. DNS changes can take up to 48 hours to propagate, but usually work within minutes.