By default, your collection page lives atDocumentation Index
Fetch the complete documentation index at: https://kudoswall.org/llms.txt
Use this file to discover all available pages before exploring further.
https://kudoswall.org/collect/your-slug. A custom domain lets you replace that with a subdomain you control — for example, testimonials.yourcompany.com — so the page feels native to your brand.
Set up your custom domain
Open the Domain tab
Go to Dashboard > Collections, open the collection you want to configure, and click the Domain tab in the collection editor.
Enter your subdomain
Type your full subdomain in the Domain Name field — for example,
testimonials.yourcompany.com. Use a subdomain, not your apex domain (more on this below).Click Save
Click Save to register the domain with KudosWall. The editor will show DNS setup instructions.
Add a CNAME record in your DNS provider
Log in to wherever you manage your domain’s DNS (Cloudflare, Namecheap, GoDaddy, etc.) and create the following record:
Save the record in your DNS provider’s dashboard.
| Field | Value |
|---|---|
| Type | CNAME |
| Host | testimonials (the subdomain part only, before the first dot) |
| Target | kudoswall.org |
Click Verify DNS Now
Return to KudosWall and click Verify DNS Now in the Domain tab. KudosWall checks whether your CNAME record is resolving correctly.
DNS propagation time
DNS changes can take anywhere from a few minutes to 48 hours to propagate worldwide, depending on your provider and existing TTL settings. If verification fails shortly after adding the record, wait 15–30 minutes and try again before investigating further.Common errors and what to do
Verification fails immediately after saving The CNAME record hasn’t propagated yet. Wait a few minutes and click Verify DNS Now again. Verification fails after 30+ minutes Double-check the CNAME values in your DNS provider:- The Target must be exactly
kudoswall.orgwith no trailing slash. - The Host should only be the subdomain label (
testimonials), not the full domain. Some providers want the full subdomain here — check your provider’s documentation. - Make sure you saved the record and that there are no conflicting A or AAAA records on the same subdomain.