Custom Domains
Set your project custom domains for your app deployment
Uncodie subdomains
By default, Uncodie provides you with a subdomain, which is taken based on the name of your project, within uncodie.com to publish your project.
Main subdomain
This is the default domain for your app publishing in the uncodie platform.
example for the main branch:
https://your-project-name.uncodie.com
Development subdomain
This is a secondary environment to test your app features and status, your app will be updated in this subdomain only when your project branch is Dev.
example for the dev branch:
https://dev.your-project-name.uncodie.com
It is possible to register a custom domain to display next to the provided subdomain and in the currently selected branch.
Setup
Go to projects in the Uncodie App
Select the project you want to set a custom domain
Set your custom domain using the complete URL example: https://subdomian.domian
Create a CNAME for your domain with the target: @ and the value: proxy-ssl.uncodie.com
Click on Save
Recompile your app. In the next build, it will show up on both domains.
Use Cases
Update your project uncodie.com subdomain
To update your project subdomain update your project name following the next steps:
Open the Uncodie App
Select your project
Change your project name
Click on Save
Recompile your project in the Figma IDE
This process will update both your main and dev subdomains.
Publish your app to your private domain
Personalize your app's private domain, by mapping your CNAME to Uncodie Proxy, you should be in an eligible plan to be able to use your subdomain in your app.
Change your uncodie app subdomain
To use a subdomain change the CNAME target to your-subdomain
Add a CDN and custom hosting file domain for your uploaded media
Once you have personalized your subdomain all your files and images will be available from your custom domain.
Last updated
Was this helpful?