Overview
You can point your own domain (or subdomain) to any Supalink site. SSL certificates are provisioned automatically.| Plan | Custom Domains |
|---|---|
| Free | 1 |
| Hobby ($4/mo) | 5 |
Setup
Step 1: Add the domain in your dashboard
- Go to supalink.dev/dashboard
- Click the Domains tab
- Click + Add Domain
- Enter your domain (e.g.,
docs.mysite.com)
Step 2: Configure DNS
Add these DNS records at your domain registrar or DNS provider:CNAME Record
| Type | Name | Target |
|---|---|---|
| CNAME | docs (or your subdomain) | proxy.supalink.dev |
TXT Record (verification)
| Type | Name | Value |
|---|---|---|
| TXT | _supalink.docs (or _supalink.yoursubdomain) | The verification code shown in the dashboard |
Step 3: Wait for verification
DNS changes can take up to 48 hours to propagate, but typically complete within a few minutes. The domain status in your dashboard will change from Pending to Active once verified.Using a Root Domain
For root/apex domains (e.g.,mysite.com without a subdomain), you need a DNS provider that supports CNAME flattening or ALIAS records:
- Cloudflare — Supports CNAME flattening (use CNAME at root)
- Route 53 — Use an ALIAS record
- DNSimple — Use an ALIAS record
www.mysite.com instead.