Phase 2 — Auto Zone Creation

Domain Setup Guide

Connect your custom domain to NowPage in minutes. Most of the work is automated.

How It Works

When you add a custom domain in NowPage, the system automatically:

Creates Cloudflare zone
Adds DNS records
Provisions on Vercel
Saves to database
You set nameservers

The only manual step is changing your domain's nameservers at your registrar. NowPage shows you the exact nameservers to use after creating the domain.

Choose Your Path

Path A

I have an existing website (keep it running)

Your root site (e.g. yoursite.com) stays on your current host (Hostinger, WordPress, etc.). Subdomains (e.g. ideas.yoursite.com) go to NowPage.

  1. NowPage creates your Cloudflare zone
    When you add the domain in the dashboard, NowPage automatically creates a Cloudflare zone and configures DNS records (A record for root, CNAME for www, wildcard CNAME for subdomains).
  2. You see the nameservers
    The success banner shows two nameservers (e.g. julian.ns.cloudflare.com and tina.ns.cloudflare.com). Copy them.
  3. Change nameservers at your registrar
    Go to your registrar (Namecheap, GoDaddy, Hostinger) and set the nameservers to the ones shown. See registrar-specific instructions below.
  4. Cloudflare imports your existing DNS
    When Cloudflare activates, it automatically scans and imports your existing DNS records (like the A record pointing to your Hostinger hosting). Your existing website continues to work.
  5. Verify in Cloudflare that your existing records are intact
    Log into Cloudflare Dashboard and check the DNS tab. Your Hostinger A record should already be there. The wildcard CNAME for subdomains was added by NowPage.
  6. Wait for propagation (1-24 hours)
    Nameserver changes typically take 1-4 hours but can take up to 24. Once active, your root site stays on Hostinger and subdomains go to NowPage.
Important: If your existing site uses Hostinger nameservers, switching to Cloudflare nameservers means Cloudflare now manages your DNS. Cloudflare auto-imports records, but double-check that email (MX) records and any other critical records are preserved.

Path B

Fresh domain, no website yet

Everything — root domain and all subdomains — goes to NowPage. Simplest setup.

  1. NowPage creates your Cloudflare zone + DNS records
    A record (76.76.21.21), CNAME www, and wildcard CNAME — all automatically configured.
  2. You see the nameservers
    Copy the two nameservers from the success banner.
  3. Change nameservers at your registrar
    Go to your registrar and set nameservers to Cloudflare's. See registrar-specific instructions below.
  4. Wait for propagation (1-24 hours)
    Once active, your root domain and all subdomains point to NowPage. Done!

Registrar-Specific Instructions

Here's how to change nameservers at the most common registrars:

Namecheap
  1. Log in to Namecheap
  2. Go to Domain List and click Manage next to your domain
  3. In the Nameservers section, change from "Namecheap BasicDNS" to "Custom DNS"
  4. Enter the two Cloudflare nameservers (e.g. julian.ns.cloudflare.com and tina.ns.cloudflare.com)
  5. Click the green checkmark to save
  6. Propagation: typically 1-4 hours, up to 24
GoDaddy
  1. Log in to GoDaddy
  2. Go to My ProductsDomains
  3. Click your domain, then DNSNameservers
  4. Click Change, select "I'll use my own nameservers"
  5. Enter the two Cloudflare nameservers
  6. Click Save, confirm the warning popup
  7. Propagation: typically 1-4 hours
Hostinger
  1. Log in to Hostinger hPanel
  2. Go to Domains → select your domain
  3. Click DNS / Nameservers in the left sidebar
  4. Click Change nameservers
  5. Replace the existing nameservers with the two Cloudflare nameservers
  6. Click Save
  7. Propagation: typically 2-8 hours, can take up to 24
Note: If you have Hostinger hosting and want to keep your existing website, Cloudflare will auto-import your Hostinger DNS records. Your site should continue working after the nameserver change. Verify MX (email) records are intact after the switch.

After Nameserver Change

  1. Wait for Cloudflare to activate
    Cloudflare will send you an email when the zone is active. You can also check in the Cloudflare Dashboard — the zone status will change from "Pending" to "Active".
  2. Verify in NowPage
    Go back to the NowPage dashboard and click Verify DNS on your domain. It should pass and show "Live".
  3. Start publishing
    Your domain is ready! Create pages, subdomains, and registries.

Troubleshooting

Domain still shows "Pending DNS" after 24 hours

"Zone already exists" message

This is normal — it means your domain was already in Cloudflare (perhaps from a previous setup). NowPage will use the existing zone and add the required DNS records. No action needed.

Existing website stopped working

SSL certificate errors

Vercel provisions SSL automatically once DNS resolves. This can take a few minutes after nameserver activation. If you see SSL errors, wait 10-15 minutes and try again.