Portal
Custom Domain
Use your own domain for a branded feedback portal.
Custom Domain
Replace the default Quackback URL with your own domain for a fully branded experience.
Default vs Custom Domain
| Type | Example |
|---|---|
| Default | yourcompany.quackback.io |
| Custom | feedback.yourcompany.com |
Custom domains look more professional and build trust with your users.
Setting Up a Custom Domain
Step 1: Choose Your Domain
Common patterns:
feedback.yourcompany.comroadmap.yourcompany.comideas.yourcompany.comvoice.yourcompany.com
Step 2: Add in Quackback
- Go to Settings → Domains
- Click Add Domain
- Enter your domain (e.g.,
feedback.yourcompany.com) - Copy the verification token shown
Step 3: Configure DNS
Add a CNAME record with your DNS provider:
| Type | Name | Value |
|---|---|---|
| CNAME | feedback | cname.quackback.io |
Note: If using @ (root domain), you may need an ALIAS or ANAME record instead of CNAME.
Step 4: Verify
- Return to Quackback
- Click Verify next to your domain
- Wait for DNS to propagate (usually 5-30 minutes)
Step 5: SSL Certificate
After verification, an SSL certificate is automatically provisioned. Your domain will be accessible via HTTPS.
DNS Propagation
DNS changes can take time:
- Fast: 5-15 minutes
- Typical: 30 minutes to 2 hours
- Slow: Up to 24-48 hours (rare)
You can check propagation at dnschecker.org.
Multiple Domains
You can add multiple domains:
- Add each in Settings → Domains
- Set one as Primary (used for links and emails)
- Others redirect to primary
Removing a Domain
- Go to Settings → Domains
- Click the domain
- Click Remove
Your default subdomain always works as a fallback.
Troubleshooting
Verification Failed
- Check CNAME is correct
- Wait for DNS propagation
- Ensure no conflicting records
SSL Not Working
- Certificate provisioning takes a few minutes
- Check for CAA records blocking certificate issuance
Domain Already in Use
- Each domain can only be used by one workspace
- Contact support if you're migrating from another workspace
Domain Providers
Instructions vary by provider. Common ones:
Cloudflare
- Go to DNS settings
- Add CNAME record
- Set "Proxy status" to DNS only (gray cloud)
GoDaddy
- Go to DNS Management
- Add CNAME record
- Save changes
Namecheap
- Go to Advanced DNS
- Add CNAME record
- Save changes
AWS Route 53
- Go to Hosted Zone
- Create Record
- Choose CNAME type
- Enter values
Next: Custom CSS