How do I connect a custom domain to my app?
You can connect your own domain (e.g. app.yourcompany.com ) to your Fuzen app in a few steps: Step 1: Add your domain in Fuzen In your Fuzen app, click Deploy Y
Connecting a custom domain (e.g. app.yourcompany.com) makes your app feel professional and on-brand. Custom domains are available on paid plans.
Prerequisites
- You must own the domain (or subdomain) you want to use
- You must have access to your DNS provider (GoDaddy, Namecheap, Cloudflare, Google Domains, Route 53, etc.)
- Custom domains are available on paid plans

The Domain tab in Manage App Settings. Your default URL is shown at top; add a custom domain below.
Step 1: Open the Domain settings
There are two ways to get to the Domain settings:
- Quick way: Click the widget (blue pencil icon at the bottom-left corner) → select Deploy Your App. This redirects you directly to the Domain section of Manage App Settings.
- Alternative: Click the widget → Manage App Settings → go to the Domain tab.
Step 2: Add your custom domain
On the Domain page:
- Enter your custom domain (e.g.
app.yourcompany.com) without http:// or https:// - Click Add Domain
- Fuzen will display the DNS instructions you need to follow
Step 3: Add the CNAME record at your DNS provider
Log in to your domain registrar's DNS panel and add a new record:
| Setting | Value |
|---|---|
| Type | CNAME |
| Host / Name | The subdomain part (e.g. for app.yourcompany.com, enter app) |
| Value / Target | The CNAME value shown on your Fuzen Domain page |
| TTL | 3600 (or Automatic / Default) |
Step 4: Wait for DNS propagation and verification
DNS changes take 5 minutes to 24 hours to spread worldwide. Most users see it within an hour. The Domain page in Manage App Settings shows the verification status — check back after adding your DNS records.
To check propagation status: open dnschecker.org and enter your custom domain.
For apex domains (yourcompany.com without www)
CNAME records cannot exist on apex domains (DNS standard limitation). Use a subdomain like app.yourcompany.com instead, or if your DNS provider supports CNAME flattening or ALIAS records (Cloudflare, Route 53), use that. Otherwise, contact hello@fuzen.io for guidance.
Was this article helpful?
Related articles
How do I set up email notifications in my app?
You can add automated email notifications to your app using Fuzen’s workflow/automation builder. Here’s how: Tell the AI what you need: “Send
Read articleHow do I import existing data into my app in bulk?
Yes, Fuzen supports bulk data import so you can seed your app with existing data (e.g. student lists, employee directories, product catalogs, customer records)
Read articleWhat does deploying my app actually do? Can I roll back changes?
What deployment does: When you build or edit your app on Fuzen, changes are applied to your app immediately. “Deploying” specifically refers to acti
Read article