Custom Domains
Serve your cloned page on your own domain with automatic HTTPS.
Overview
IgualAI can serve any of your cloned pages directly on a custom domain. Once your domain is connected and verified, visitors who go to your domain will see your page — hosted on IgualAI's infrastructure, no separate hosting needed.
Step 1 — Add your domain
Go to Settings → Custom Domains, type your domain (e.g. mysite.com), select which project to connect it to, and click Add.
You'll see the DNS record you need to add:
| Type | Name | Value | TTL |
|---|---|---|---|
| A | @ | 187.124.219.202 | 3600 |
Step 2 — Add the DNS record
Log in to wherever you registered your domain (GoDaddy, Namecheap, Cloudflare, etc.) and add an A record:
- Type: A
- Name / Host: @ (represents the root domain)
- Value / Points to: 187.124.219.202
- TTL: 3600 (or Auto)
For a subdomain like app.mysite.com, set Name to app instead of @.
DNS changes propagate in 1–60 minutes, sometimes up to 24 hours depending on your registrar and TTL settings.
Step 3 — Verify
Once the DNS has propagated, click Verify DNS next to your domain in Settings. IgualAI checks that the domain resolves to our server. If it does, the domain is marked as verified and your page starts serving immediately.
If verification fails, wait a few more minutes and try again. You can check propagation at dnschecker.org.
Step 4 — Enable HTTPS (SSL)
After verification, click the SSL button next to your domain. IgualAI automatically requests a free SSL certificate from Let's Encrypt. This usually completes within 1–2 minutes.
Once SSL is active, your domain will redirect HTTP traffic to HTTPS automatically.
Removing a domain
Click the trash icon next to any domain in Settings to remove it. The domain will stop serving your page immediately. DNS records you added at your registrar are not automatically removed — you'll need to delete those yourself.