Custom domains
Custom domains (Pro)
Custom domains are available on the Pro plan. Once you upgrade, connecting a domain takes about five minutes.
Connect a domain
In Claude Code, say:
Connect example.com to my Cybrix project
Cybrix will:
- Verify you own the domain (via a DNS TXT record)
- Provision an SSL certificate automatically
- Route traffic from your domain to your project
DNS setup
Add these two records at your domain registrar:
| Type | Name | Value |
|---|---|---|
| CNAME | @ | cname.cybrix.cc |
| TXT | _cybrix | verify=your-verification-token |
Your verification token is shown in the Cybrix dashboard under Domains.
How long does it take?
SSL provisioning completes within 2–5 minutes. DNS propagation depends on your registrar's TTL settings — usually under 15 minutes, but can take up to 48 hours.
www redirect
Cybrix automatically redirects www.example.com → example.com. No extra DNS record needed.