Skip to main content

Custom domain

Suggix supports custom domains, allowing you to serve your public feedback portal, help center, or documentation under your own brand domain, such as feedback.example.com or help.example.com. To use a custom domain with Suggix:
  1. Add your domain in the Suggix dashboard.
  2. Configure DNS records with your domain provider.
  3. Wait for DNS propagation and automatic SSL certificate provisioning.

Add your custom domain

  1. Navigate to the Custom domain setup page in your dashboard.
  2. Enter your domain name. For example, feedback.example.com or www.example.com.
  3. Click Save.
Custom Domain

Configure your DNS

  1. On your domain provider’s website, navigate to your domain’s DNS settings.
  2. Create a new DNS record with the following values:
CNAME | your-subdomain | your-subdomain.suggix.com.
Each domain provider has different ways to add DNS records. Refer to your domain provider’s documentation for specific instructions.

DNS propagation

DNS changes typically take 1-24 hours to propagate globally, though it can take up to 48 hours in some cases. You can verify your DNS is configured correctly using DNSChecker. Once your DNS records are active, your documentation is first accessible via HTTP. HTTPS is available after Vercel provisions your TLS certificate.

Automatic TLS provisioning

Once your DNS records propagate and resolve correctly, Vercel automatically provisions a free SSL/TLS certificate for your domain using Let’s Encrypt. This typically completes within a few hours of DNS propagation, though it can take up to 24 hours in rare cases. Certificates are automatically renewed before expiration.

CAA records

If your domain uses CAA (Certification Authority Authorization) records, you must authorize Let’s Encrypt to issue certificates for your domain. Add the following CAA record to your DNS settings:
0 issue "letsencrypt.org"