Custom Domains
Publish your created app to a domain you already own
What is a custom domain?
A custom domain lets you use your own web address (like yourapp.com
) instead of the default created.app
address. You’ll need to:
- Own a domain (purchase one from providers like Hover if you don’t have one)
- Have a Create Pro subscription (upgrade here)
- Have an app ready to publish
Important timing notes:
- DNS changes can take up to 48 hours to take effect
- During this time, your domain might not work or might show old content
- If it’s been 48 hours since you’d added records and published your domain, reach out for support
Custom domain configuration in the Publish modal
How it works
When someone visits your domain:
DNS Lookup
Your domain provider checks its DNS records
Routing
The records point visitors to Create’s servers
Delivery
Create routes visitors to your published app
DNS records are like an address book for the internet. They tell browsers where to find your app when someone types in your domain name.
Setting up your domain
Publish your app
Publish your Create app
Configure domain
Select “Publish to a custom domain” in the Publish modal
Add DNS records within your hosting control panel from your provider
Add these DNS records at your domain provider:
Using a subdomain? For addresses like app.your-domain.com
, just add one record:
Provider-specific setup
AWS Route 53
AWS Route 53
Follow these steps to configure your domain in AWS Route 53:
Create a new record
Configure A record
Select A
for the record type and set 76.76.21.21
for the value.
Add CNAME record
Create another record with:
- Type:
CNAME
- Value:
cname.vercel-dns.com
- Subdomain:
www
Your final configuration should look like this:
There should be ONLY ONE A
record. If there is already one, please remove the old one.
GoDaddy
GoDaddy
Follow these steps to configure your domain in GoDaddy:
Navigate to Domains
Add new record
Configure records
Add both the A and CNAME records as shown:
Your final configuration should look like this:
Removing a custom domain
Open Publish modal
Access the Publish settings for your app
Remove domain
Click “Remove domain” next to your custom domain
Clean up DNS
Remove the DNS records from your domain provider
Need help?
Email customers@create.xyz for support with domain setup.