This guide will help you configure your own custom domain for your Dappify project. Notice this feature is a premium feature and is NOT available with the STARTER plan.

To configure your domain follow the next steps

  1. Once you have created your project, navigate to your project editor and click the launch icon in the top bar (rocket icon)

    Screenshot 2023-01-04 152249.png

  2. The launch window will open. There you can expand the Domain section and you should see an input text to type in your domain name, do so. Then click submit.

    Screenshot 2023-01-04 152438.png

  3. Once you have clicked on submit, we will receive your request and process it. You should receive an email within 48 hours with 2 entries you manually need to add to your DNS. If struggle with this step join our discord or email [email protected].

You should receive 2 entries like:

Type Host Value
CNAME _codeabcd _xyz
CNAME @ xyz.cloudfront.net

Once you have received there entries in your email. You need to go to your domain admin dashboard and create new DNS records using them.

  1. Go to your domain administrator dashboard (GoDaddy, Namecheap, etc) and create a new CNAME Record introducing the first value as the host and second as the value like

    Type Host Value
    CNAME _codeabcd _xyz
    CNAME @ xyz.cloudfront.net

Screenshot 2023-01-04 150936.png

Screenshot 2023-01-04 150909.png

  1. Once you have set this up, it should take about 24 hours to have your custom domain be routed to your Dappify App.