Your site is currently live at https://roovert.vercel.app (Vercel's free subdomain). To use your custom domain roovert.com:
- Go to vercel.com/dashboard
- Select your roovert project
- Go to Settings β Domains
- Click Add Domain
- Enter:
roovert.com - Click Add
Vercel will show you the exact DNS records needed. Here's what you'll typically configure:
For the root domain (roovert.com):
Option 1: A Record (if your registrar supports it)
Type: A
Name: @ (or leave blank)
Value: [IP address from Vercel - usually 76.76.21.21]
TTL: 3600 (or Auto)
Option 2: CNAME Record (Recommended)
Type: CNAME
Name: @ (or leave blank, or roovert.com)
Value: cname.vercel-dns.com
TTL: 3600 (or Auto)
For www subdomain (www.roovert.com):
Type: CNAME
Name: www
Value: cname.vercel-dns.com
TTL: 3600 (or Auto)
- DNS changes typically take 5 minutes to 48 hours
- Usually works within 1-2 hours
- Vercel dashboard will show "Valid Configuration" when ready
- SSL certificate is automatically provisioned (can take a few minutes)
- Check Vercel dashboard - domain should show "Valid Configuration"
- Visit
https://roovert.com- should load your site - Visit
https://www.roovert.com- should also work - Check SSL certificate (green padlock in browser)
Namecheap:
- Go to Domain List β Manage β Advanced DNS
- Add the records shown in Vercel
GoDaddy:
- Go to DNS Management
- Add the records shown in Vercel
Google Domains:
- Go to DNS β Custom records
- Add the records shown in Vercel
Cloudflare:
- Go to DNS β Records
- Add the records shown in Vercel
- Set Proxy status to "DNS only" (gray cloud) initially
Domain not working after 24 hours?
- Double-check DNS records match exactly what Vercel shows
- Use dnschecker.org to verify DNS propagation globally
- Make sure you're using the exact values from Vercel dashboard
SSL certificate issues?
- Wait 5-10 minutes after DNS is configured
- Vercel automatically provisions SSL certificates
- If issues persist, contact Vercel support
Both domains work?
- Yes! Your site will work on both
roovert.vercel.appANDroovert.com - Vercel automatically handles redirects
- Vercel Docs: vercel.com/docs/concepts/projects/domains
- Vercel Support: Available in dashboard
Once configured, your site will be live at https://roovert.com! π