CrazyDomains
Connect CrazyDomains with Webflow to point your registered domain at Webflow's hosting through manual DNS configuration.
Managed hosting, automatic SSL, and a global CDN power every site you build here — but until you point a custom domain at it, your work lives on a .webflow.io subdomain instead of your own brand.
CrazyDomains handles that other half for the Philippine market: register a .ph, .com, or other TLD, keep email and DNS under your control, then add a few records so web traffic resolves to Webflow. It's the standard path for agencies handing off client sites and for SMBs launching their first build.
How to integrate CrazyDomains with Webflow
What is CrazyDomains? CrazyDomains is a domain registrar and web hosting provider serving the Philippine market. It offers domain registration across TLDs like .ph, .com, and .org, plus free DNS hosting, SSL certificates, and email hosting. For your Webflow project, CrazyDomains handles domain registration and DNS management. Hosting stays here.

Reach for this combination when you want a site built here to run on a domain registered at CrazyDomains. You keep domain ownership and email at CrazyDomains, then point web traffic to Webflow. The connection is a DNS exercise: copy record values from your site settings and enter them in the CrazyDomains dashboard or cPanel.
The CrazyDomains-Webflow integration supports two approaches:
- The manual DNS connection points your domain to Webflow by adding A, CNAME, and TXT records through the CrazyDomains dashboard or cPanel. No code required.
- The Webflow Data API lets you list custom domains and trigger publishes programmatically, but you'll need server-side development to use it. CrazyDomains has no public API for standard customers, so all registrar-side steps stay manual.
Most implementations use the manual DNS method. Take the API path when you need to automate publishing on top of the DNS setup.
Connect your CrazyDomains domain with manual DNS
This is the primary method for pointing a CrazyDomains domain at Webflow. It runs entirely through graphical dashboards on both sides, so you don't need to write any code. Copy three record values from your site settings, then add them to your domain's DNS zone at CrazyDomains. The manual custom domain guide covers this side in full.
You need a paid Site plan to connect a custom domain. Free and Starter plans can't use custom domains.
[image placeholder]
To set up the integration:
- Go to Site settings > Publishing > Production. Copy the exact A record IP, CNAME value, and
_webflowTXT verification string from your dashboard. - In CrazyDomains, confirm your domain uses the correct nameservers. For cPanel DNS, the domain must use
ns1.syrahost.comandns2.syrahost.com. Otherwise, manage DNS through Account Manager DNS. - Open the DNS zone. In cPanel, go to Domains > Zone Editor and click Manage next to your domain.
- Click + Add Record, select type A, set the host to
@, and enter the IP from your dashboard. Click Save Record. - Add a CNAME record with host
wwwand valuecdn.webflow.com. - Add a TXT record with host
_webflowand theone-time-verification=value from your dashboard.
The records you add depend on the values in your live dashboard, not cached documentation. Copy them exactly:
- A record: host
@→198.202.211.1 - CNAME record: host
www→cdn.webflow.com - TXT record: host
_webflow→ your unique verification string
Once the records propagate, verify the domain in your site settings and set www as your default domain to avoid redirect loops.
Verify and set the default domain
After DNS records point to Webflow, you still need to verify the domain and pick a default. Setting the wrong default causes redirect loops and the "too many redirects" error.
To finish the connection:
- Return to Site settings > Publishing > Production and check that your domain shows as connected.
- Click Make default next to the
wwwversion of your domain. - Publish the site to push it live on the custom domain.
Set www as the default rather than the root domain to keep crawlers and visitors reaching your site.
Handle DNS migration and legacy records
The DNS infrastructure migrated in April 2025. Legacy A record values like 75.2.70.75 and 99.83.190.102 no longer work. Legacy DNS support ended January 13, 2026, so sites on old records can't publish to custom domains.
To migrate:
- Open Site settings > Publishing > Production and read the current A record value.
- In CrazyDomains, replace any legacy A record value with
198.202.211.1. - Republish the site to confirm the connection.
Always pull DNS values from your live dashboard. The DNS migration guide covers edge cases if publishing still fails.
Build with the Webflow Data API
The Data API handles publishing and custom domain checks programmatically once your DNS records point to Webflow. You'll need server-side development, and the API only covers this side of the integration. CrazyDomains offers no public API for standard customers, so you'll still enter DNS records manually in the dashboard or cPanel. A Reseller API exists, but only reseller accounts can use it.
The available API resources for this workflow:
- The custom domains endpoint retrieves the domain IDs connected to a site
- The publish endpoint publishes a site to specific custom domains
- Webhooks fire a
site-publishevent when a publish completes
Together, these endpoints let you automate publishing after you configure DNS manually at CrazyDomains.
Publish to a custom domain via API
Once DNS records resolve and you've verified the domain, you can publish through the API instead of the dashboard. This suits teams running scheduled deploys or triggering publishes from a backend system.
To implement this:
- Call
GET /v2/sites/{site_id}/custom_domainswith thesites:readscope to retrieve the custom domain IDs for your site. - Call
POST /v2/sites/{site_id}/publishwith thesites:writescope. Pass the domain IDs in the request body to target specific domains. - Listen for the
site-publishwebhook event to trigger downstream automation after the publish finishes.
This path automates publishing, but the DNS records that point CrazyDomains at Webflow must already exist.
What can you build with the CrazyDomains Webflow integration?
Integrating CrazyDomains with Webflow lets you serve your site on your own domain without moving domain registration or email away from CrazyDomains.
- Branded Philippine business site: Register a
.phdomain at CrazyDomains, build the site here, then add A and CNAME records so the domain serves your site with automatic SSL. - Site plus retained email: Point web traffic to Webflow with A and CNAME records while keeping MX records at CrazyDomains, so
hello@yourbrand.phemail keeps working alongside your hosted site. - Agency client handoff: Build a client site here and connect the client's CrazyDomains-owned domain. The client keeps domain and email ownership while you manage the site design.
- Ecommerce storefront on a custom domain: Launch an ecommerce site, point a CrazyDomains domain at it, and rely on automatic SSL provisioning instead of buying a separate certificate.
If you need more control over automated publishing across multiple CrazyDomains-connected sites, take the API integration path.
Frequently asked questions
Add three records: an A record, a CNAME record, and a TXT record. The A record uses host
@with value198.202.211.1. The CNAME uses hostwwwwith valuecdn.webflow.com. The TXT record uses host_webflowwith the uniqueone-time-verification=string from your dashboard. Always copy the exact values from Site settings > Publishing > Production, since the manual custom domain guide warns that hardcoded values can be outdated.It depends on your nameservers. If the domain uses
ns1.syrahost.comandns2.syrahost.com, go to cPanel, open Domains > Zone Editor, and click Manage next to your domain. If it uses Account Manager nameservers, manage DNS through the Account Manager interface. In the cPanel Zone Editor, click + Add Record, select the type, enter the host and value, then click Save Record. CrazyDomains' .ph cPanel domain guide covers cPanel domain management.If your CrazyDomains DNS tier does not support TXT records, Webflow cannot complete
_webflowownership verification. Cloudflare's free DNS can be a workaround, though routing through Cloudflare can introduce Zone Hold issues that block SSL. The CrazyDomains .ph DNS services page lists TXT records among supported record types.Yes. CrazyDomains handles email hosting, and A and CNAME records only control web traffic. MX records handle email routing independently, so your CrazyDomains email keeps working when the domain points to Webflow. Do not delete existing MX records when adding Webflow's A and CNAME records.
Yes. Webflow provisions SSL automatically within minutes after your DNS records correctly point to Webflow, so you do not need a separate certificate from CrazyDomains. DNS records must resolve to Webflow before SSL issuance can occur. If SSL fails, check that no CAA records at CrazyDomains block Webflow's certificate authority, as covered in the SSL hosting docs.
Description
Point a CrazyDomains-registered domain to your Webflow site by adding A, CNAME, and TXT records in the CrazyDomains dashboard or cPanel. Keeps email running at CrazyDomains while Webflow serves the site.
This integration page is provided for informational and convenience purposes only.
IONOS
Connect IONOS, a domain and hosting provider, with Webflow to point your custom domain at your site while keeping professional email on IONOS.
GoDaddy
Connect GoDaddy, a domain registrar and web services platform, with Webflow to point a custom domain to your Webflow site while keeping domain registration, renewals, and email at GoDaddy.

Gandi
Connect Gandi with Webflow to point your registered domains to Webflow-hosted sites through DNS configuration.
GoDaddy DomainControl
Connect GoDaddy DomainControl, GoDaddy's DNS management panel, with Webflow to point registered domains to Webflow-hosted sites through Quick Connect, manual DNS setup, or API-based provisioning.

One.com
Connect One.com with Webflow to manage domain registration and DNS configuration while hosting on Webflow's infrastructure, enabling centralized domain control with automated SSL certificates and global CDN performance.

dotbrand
Integrate Dotbrand with Webflow through its native marketplace app, or use Webflow's native APIs and webhook systems.

Wix DNS
Point your Wix domain name to Webflow
Squarespace Domains
Connect Squarespace Domains, a standalone domain registrar and DNS service, with Webflow to point a registered domain at your site using manual DNS records.
ovh-net
Point an OVHcloud-registered domain at Webflow hosting with three DNS records, and keep the mailboxes and servers you already run inside OVHcloud's European datacenters.


