Domain: savemytime.bg Registrar: Super Hosting Email Provider: Hostinger (info@savemytime.bg) Target Platform: Vercel Date: January 20, 2026
- ✅ Super Hosting account login (DNS management)
- ✅ Vercel account access (Domain configuration)
- ✅ Hostinger webmail access (To verify email still works)
1.1 Log in to Vercel
- Go to: https://vercel.com/
- Log in to your account
- Navigate to: https://vercel.com/infoheaveninteractive-2456s-projects/savemytime-ai-platform
1.2 Go to Domains
- Click Settings tab (top navigation)
- Click Domains in the left sidebar
1.3 Add Custom Domain
- Click the Add button
- Enter:
savemytime.bg - Click Add
1.4 Note Down DNS Records
Vercel will show you the DNS records needed. They should look like this:
┌────────────────────────────────────────────────┐
│ A Record │
├────────────────────────────────────────────────┤
│ Type: A │
│ Name: @ (or savemytime.bg) │
│ Value: 76.76.21.21 │
└────────────────────────────────────────────────┘
┌────────────────────────────────────────────────┐
│ CNAME Record (for www) │
├────────────────────────────────────────────────┤
│ Type: CNAME │
│ Name: www │
│ Value: cname.vercel-dns.com │
└────────────────────────────────────────────────┘
Screenshot these records or keep this tab open!
2.1 Log in to Super Hosting
- Go to Super Hosting control panel
- Enter your login credentials
- Navigate to Domain Management section
2.2 Select Your Domain
- Find
savemytime.bgin your domain list - Click on it to manage
- Look for "DNS Zone Editor" or "DNS Management" button
2.3 Current DNS Records (What You'll See)
Before making changes, you should see something like:
Type | Name/Host | Value/Points To | TTL
------|-----------|----------------------|------
A | @ | [Old IP Address] | 3600
MX | @ | mx1.hostinger.com | 3600
MX | @ | mx2.hostinger.com | 3600
TXT | @ | v=spf1... | 3600
2.4 Update A Record
Option A: If A record exists
- Click Edit on the existing A record for
@orsavemytime.bg - Change the Value/Points To field to:
76.76.21.21 - Keep TTL at 3600 (or Auto)
- Click Save
Option B: If no A record
- Click Add Record or Add New
- Select Type: A
- Name/Host: @ (or leave blank for root)
- Value/Points To: 76.76.21.21
- TTL: 3600
- Click Save
2.5 Add/Update CNAME for www
Look for a CNAME record with name www:
If it exists:
- Click Edit
- Change Value/Points To to:
cname.vercel-dns.com - Click Save
If it doesn't exist:
- Click Add Record
- Type: CNAME
- Name/Host: www
- Value/Points To: cname.vercel-dns.com
- TTL: 3600
- Click Save
2.6 Verify Email Records (MUST CHECK)
Make sure these records exist and are NOT modified:
Type: MX
Priority: 10
Name/Host: @ (or savemytime.bg)
Value: mx1.hostinger.com
TTL: 3600
Type: MX
Priority: 20
Name/Host: @ (or savemytime.bg)
Value: mx2.hostinger.com
TTL: 3600
Type: TXT
Name/Host: @
Value: v=spf1 include:_spf.mx.hostinger.com ~all
TTL: 3600
If any of these are missing, DO NOT proceed! Contact Hostinger support.
2.7 Final DNS Configuration Should Look Like:
Type | Name/Host | Value/Points To | Priority | TTL
-------|-----------|------------------------------|----------|------
A | @ | 76.76.21.21 | - | 3600
CNAME | www | cname.vercel-dns.com | - | 3600
MX | @ | mx1.hostinger.com | 10 | 3600
MX | @ | mx2.hostinger.com | 20 | 3600
TXT | @ | v=spf1 include:_spf... | - | 3600
2.8 Save All Changes
- Click Save Changes or Apply
- Confirm when prompted
3.1 Initial Wait
- DNS changes take time to propagate globally
- Minimum wait: 15-30 minutes
- Maximum wait: 24-48 hours
- Average: 2-4 hours
3.2 Check Propagation Status
Option A: Online Tool
- Go to: https://dnschecker.org
- Enter:
savemytime.bg - Select: A Record
- Check if it shows
76.76.21.21 - Green checkmarks = propagated
Option B: Command Line (Mac/Linux)
# Check A record
dig savemytime.bg +short
# Should return: 76.76.21.21
# Check CNAME
dig www.savemytime.bg +short
# Should return: cname.vercel-dns.com.
# Check MX records (email)
dig savemytime.bg MX +short
# Should return:
# 10 mx1.hostinger.com.
# 20 mx2.hostinger.com.Option C: Windows Command Prompt
nslookup savemytime.bg4.1 Check Domain Status
- Go back to Vercel Dashboard
- Settings → Domains
- Look at
savemytime.bgstatus
You should see:
- ✅ Valid Configuration
- ✅ SSL Certificate: Active
If you see errors:
⚠️ Invalid Configuration: DNS not propagated yet, wait longer⚠️ SSL Certificate Pending: Wait 5-15 minutes
4.2 Force SSL Certificate Generation (if needed)
- Click on domain name
- Click Refresh SSL
- Wait 2-5 minutes
5.1 Test HTTP (Auto-redirect to HTTPS)
- Open browser
- Go to:
http://savemytime.bg - Should redirect to:
https://savemytime.bg - Website should load
5.2 Test HTTPS
- Go to:
https://savemytime.bg - Should show green padlock (🔒)
- Click padlock → Connection is secure
- Certificate should be valid
5.3 Test WWW Subdomain
- Go to:
https://www.savemytime.bg - Should work and load website
- May redirect to:
https://savemytime.bg
5.4 Test Mobile
- Open on mobile device
- Visit:
https://savemytime.bg - Should work perfectly
6.1 Send Test Email
From your personal email:
- Send an email to: info@savemytime.bg
- Subject: "DNS Test"
- Body: "Testing after DNS change"
6.2 Check Hostinger Webmail
- Go to: https://webmail.hostinger.com
- Log in with: info@savemytime.bg
- Check inbox
- You should receive the test email within 1-5 minutes
6.3 Send Email FROM info@savemytime.bg
- In webmail, click Compose
- Send an email to your personal email
- Check your personal inbox
- You should receive it
✅ If both tests pass: Email is working correctly! ❌ If tests fail: Contact Hostinger support immediately!
Symptoms:
- savemytime.bg shows error
- DNS not propagating
Solutions:
- Check DNS propagation: https://dnschecker.org
- Clear your browser cache (Ctrl+Shift+Delete)
- Clear DNS cache:
- Mac:
sudo dscacheutil -flushcache - Windows:
ipconfig /flushdns
- Mac:
- Try from different device/network
- Wait up to 24 hours for full propagation
Symptoms:
- "Your connection is not private"
- "NET::ERR_CERT_COMMON_NAME_INVALID"
Solutions:
- Wait 15 minutes for SSL to generate
- Go to Vercel → Domains → Refresh SSL
- Verify domain is properly verified
- Clear browser cache
- Try incognito/private browsing
- Contact Vercel support if persists after 1 hour
Symptoms:
- Can't receive emails at info@savemytime.bg
- Emails bounce back
Solutions:
- Check MX records:
dig savemytime.bg MX +short - Should show: mx1.hostinger.com and mx2.hostinger.com
- If not showing:
- Log in to Super Hosting
- Add MX records back
- Priority 10: mx1.hostinger.com
- Priority 20: mx2.hostinger.com
- Contact Hostinger support if still failing
Symptoms:
- www.savemytime.bg doesn't load
- Shows error page
Solutions:
- Check CNAME record:
dig www.savemytime.bg +short - Should show: cname.vercel-dns.com
- If not, add CNAME record in Super Hosting:
- Type: CNAME
- Name: www
- Value: cname.vercel-dns.com
- Wait 15-30 minutes for propagation
Symptoms:
- Some assets not loading
- Console shows "Mixed Content" errors
Solutions:
- Ensure all assets use HTTPS
- Check for hardcoded HTTP URLs
- Update references from HTTP to HTTPS
- Clear browser cache
┌─────────────────────────────────────────────────────────┐
│ VERCEL RECORDS (For Website) │
├─────────────────────────────────────────────────────────┤
│ A | @ | 76.76.21.21 | - | 3600 │
│ CNAME | www | cname.vercel-dns.com| - | 3600 │
└─────────────────────────────────────────────────────────┘
┌─────────────────────────────────────────────────────────┐
│ HOSTINGER RECORDS (For Email) - DO NOT MODIFY │
├─────────────────────────────────────────────────────────┤
│ MX | @ | mx1.hostinger.com | 10 | 3600 │
│ MX | @ | mx2.hostinger.com | 20 | 3600 │
│ TXT | @ | v=spf1 include:... | - | 3600 │
└─────────────────────────────────────────────────────────┘
After completing all steps, verify:
- http://savemytime.bg redirects to HTTPS
- https://savemytime.bg loads the website
- www.savemytime.bg works
- Green padlock shows in browser (valid SSL)
- No certificate warnings
- A record points to 76.76.21.21
- CNAME for www points to cname.vercel-dns.com
- MX records for Hostinger intact
- SPF record preserved
- Can receive emails at info@savemytime.bg
- Can send emails from info@savemytime.bg
- No bounce-back messages
- Webmail access works
- All pages load correctly
- Contact form works
- Phone number shows: 0875 354 887
- Email shows: info@savemytime.bg
- No broken links or assets
1. Super Hosting Access:
- What: DNS Management for savemytime.bg
- Where: Super Hosting control panel
- Action: Update A and CNAME records
2. Vercel Access:
- What: Add custom domain
- Where: https://vercel.com/infoheaveninteractive-2456s-projects/savemytime-ai-platform
- Action: Add savemytime.bg, get DNS records
3. Hostinger Webmail:
- What: Verify email works after DNS change
- Where: https://webmail.hostinger.com
- Login: info@savemytime.bg
- Action: Test send/receive emails
- Purpose: DNS configuration issues
- Contact: [Super Hosting support page]
- Purpose: Domain verification, SSL issues
- Documentation: https://vercel.com/docs/custom-domains
- Help: https://vercel.com/help
- Purpose: Email not working
- Website: https://www.hostinger.com
- Help Center: https://support.hostinger.com
- Live Chat: 24/7 available
- Add domain in Vercel: 5 minutes
- Update DNS in Super Hosting: 15 minutes
- DNS Propagation: 15 minutes - 24 hours (average: 2-4 hours)
- SSL Certificate Generation: 5-15 minutes after DNS propagates
- Email verification: 10 minutes
- Final testing: 10 minutes
Total Active Time: ~45 minutes Total Waiting Time: 30 minutes - 24 hours (for DNS)
Once DNS is configured and propagated:
- ✅ Can visit savemytime.bg (clean, professional URL)
- ✅ Secure HTTPS connection (green padlock)
- ✅ Fast loading via Vercel CDN
- ✅ Automatic SSL certificate renewal
- ✅ Form data saved to Supabase database
- ✅ Email notification sent to info@savemytime.bg via Resend
- ✅ Beautiful HTML email with all details
- ✅ Can reply directly to customer from email
- ✅ Proper domain authority
- ✅ Better SEO with custom domain
- ✅ Professional brand appearance
# Check main domain
dig savemytime.bg +short
# Check www
dig www.savemytime.bg +short
# Check MX (email)
dig savemytime.bg MX +short
# Check all records
dig savemytime.bg ANY# Check SSL
openssl s_client -connect savemytime.bg:443 -servername savemytime.bg
# Or use online tool:
https://www.ssllabs.com/ssltest/analyze.html?d=savemytime.bgOnce you see all green checkmarks in the Success Checklist, your domain is fully configured!
Website URL: https://savemytime.bg Email: info@savemytime.bg Phone: 0875 354 887
Everything should work perfectly! 🚀