Uncodie
Technical DocumentationNo CodeTutorialsChangelogDisccord
No Code
No Code
  • 🏁Getting Stared
    • 🥳Introduction
      • What is Uncodie?
      • App
      • Figma No Code Plugin
        • How to associate your Figma token to Uncodie?
        • How to associate an Uncodie project to figma?
  • 📖Basic Concepts
    • 🧩Components
      • Screen Page
        • Screen Layout
        • Screen Content
      • Table View
        • Table View Header
        • Table View Row
        • Table View Cell
      • Form
        • Text Area
        • Selector
        • Input
        • Button
        • Output
      • HTML components
        • Headers
          • H1
          • H2
          • H3
          • H4
          • H5
        • Title
        • Parragraph
        • List
        • Iframe
        • Video
        • Audio
        • Link
        • Progress
        • Meta
        • Image
        • SVG
      • Advanced
        • Chart
          • Style Personalization
        • Repeat
        • Loading
    • 🎨Appearance
      • Visibility
      • CSS
      • Adaptative Design
      • Responsive Design
    • 🏗️Prototyping
      • Modals
      • Variants
      • Navigation
    • 🔤Variables
    • 💽Data Sources
      • Collections
      • Queries
      • Scripts
    • 🔍Data Binding
    • ⚡Actions
      • Scripts
      • Events
    • 🧑User Management
      • Privacy
    • 🍪SEO and Tracking
      • Capabilities
      • HTML Head Scripts
    • ☁️Publish and Deploy
      • Custom Domains
Powered by GitBook
On this page
  • Uncodie subdomains
  • Main subdomain
  • Development subdomain
  • Setup
  • Use Cases
  • Update your project uncodie.com subdomain
  • Publish your app to your private domain
  • Change your uncodie app subdomain
  • Add a CDN and custom hosting file domain for your uploaded media

Was this helpful?

  1. Basic Concepts
  2. Publish and Deploy

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

  1. Go to projects in the Uncodie App

  2. Select the project you want to set a custom domain

  3. Set your custom domain using the complete URL example: https://subdomian.domian

  4. Create a CNAME for your domain with the target: @ and the value: proxy-ssl.uncodie.com

  5. Click on Save

  6. 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:

  1. Open the Uncodie App

  2. Select your project

  3. Change your project name

  4. Click on Save

  5. 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.

PreviousPublish and Deploy

Last updated 1 year ago

Was this helpful?

📖
☁️