Custom Domains

Add your own domain to any Create site app

A custom domain is your own unique web address (e.g., yourbusiness.com)

You can publish for free to a created.app domain, but using a custom domain requires a Create Pro subscription. You can upgrade here.

What you'll need

  • Create Pro plan

  • Your own domain. You can buy one from a domain provider if you don't have one.

  • An app made in Create that you want to publish to your domain

Important: After you configure the domain in Create and set up your DNS records at your domain provider, you may see it go live for up to 48 hours. It can take that long DNS to become active.

Steps to set up

  • Publish your Create site or app.

  • Select "Publish to a custom domain" and enter your domain

  • Add these two records to your DNS provider's settings for the domain:

Type: A
Name: @
Value: 76.76.21.21
Type: CNAME
Name: www
Value: cname.vercel-dns.com

Subdomains If you already have another app or website on your main domain, you might choose to set up your Create app on a subdomain of your main domain e.g. blog.your-domain.com or app.your-domain.com

In that case, you should only set the following record in your DNS provider:

Type: A
Name: <subdomain-name> (in the above examples, either "app" or "blog"
Value: 76.76.21.21

See the specific setup instructions below for each service. If yours isn't listed or you need additional help, feel free to reach out.

AWS Route 53

Follow the instructions below for AWS Route 53

Step 1: Create a new record

Step 2: Select A for the record type and set 76.76.21.21 for the value.

Step 3: Create another new record like in Step 1

Step 4: Select CNAME for the record type, set cname.vercel-dns.com for the value, and set www for the subdomain.

In the end, you should have two additional records like here:

CAUTION: There should be ONLY ONE A record. If there is already one, please the remove the old one.

❗Important: You may not be able to see your live domain for up to 48 hours, as it takes time for the records to update and become active.

GoDaddy

Follow the instructions below for GoDaddy

Step 1: Navigate to the Domains sections

Step 2: Press Add new record

Step 3: Add these two records like in the picture:

In the end, you should have two new records. It should look like this:

❗Important: You may not be able to see your live domain for up to 48 hours, as it takes time for the records to update and become active.

  • It can take up to 48 hours for records to propagate and take effect. You may not be able to see your live domain for up to 48 hours.

  • After it's done, your custom domain will now lead to your Create app

  • You can continue to make changes to your Create app. You can see the current Published version from the version control menu.

That's it - you're live.

Need help? Email customers@create.xyz

Last updated