Final Domain Setup for creatorvault.fun
✅ Current Status
Your project is now correctly set up:
- ✅ Project Name:
creator-vault(correct!) - ✅ Deployed to: https://creator-vault-r6g7a9cal-akita-llc.vercel.app
- ✅ Team: akita-llc
- ⚠️ Domain:
creatorvault.funis assigned to old project, needs to be moved
🔧 Move Domain via Vercel Dashboard
Step 1: Go to Vercel Dashboard
Visit: https://vercel.com/akita-llc
Step 2: Find Old Project with Domain
Look for any project that has creatorvault.fun assigned
Step 3: Remove Domain from Old Project
- Click on the old project
- Go to Settings → Domains
- Find
creatorvault.fun - Click the ⋮ menu next to it
- Click Remove Domain
Step 4: Add Domain to New Project
- Go to your
creator-vaultproject: https://vercel.com/akita-llc/creator-vault - Click Settings → Domains
- Click Add Domain
- Enter:
creatorvault.fun - Click Add
Step 5: Verify DNS (if needed)
If Vercel shows a DNS error:
- Go to your domain registrar (Cloudflare/Namecheap/etc.)
- Ensure these records exist:
- A Record:
@→76.76.21.21 - CNAME Record:
www→cname.vercel-dns.com
- A Record:
🚀 Alternative: Remove & Re-add via CLI
If you prefer CLI, you can try:
# Find which project has the domain (might need team access)
vercel projects ls
# For each project, check domains
vercel domains ls --scope=akita-llc
# If you find the project, switch to it and remove domain
cd /path/to/old/project
vercel domains rm creatorvault.fun
# Then add to new project
cd /home/akitav2/projects/CreatorVault
vercel domains add creatorvault.fun
✅ After Domain is Added
Once creatorvault.fun is added to creator-vault project:
Verify the Setup:
# Should show creatorvault.fun
vercel domains ls
# Check project status
vercel ls
Access Your Site:
- Production: https://creatorvault.fun
- Vercel URL: https://creator-vault-r6g7a9cal-akita-llc.vercel.app
📊 Current Deployment URLs
Your latest deployment:
- Inspect: https://vercel.com/akita-llc/creator-vault/sNtkRWtm9dH8ozRfRU3YVwo32CSS
- Production: https://creator-vault-r6g7a9cal-akita-llc.vercel.app
Once domain is added, it will also be available at:
- Custom Domain: https://creatorvault.fun ✨
🎯 Summary
✅ Project Setup: COMPLETE
- Unlinked from the old project (if needed)
- Linked to creator-vault
- Deployed successfully
⏳ Domain Setup: MANUAL STEP NEEDED
- Go to Vercel Dashboard
- Remove domain from old project
- Add domain to creator-vault project
Once done, everything will be at creatorvault.fun! 🎉
📝 Quick Links
- Vercel Dashboard: https://vercel.com/akita-llc
- Creator Vault Project: https://vercel.com/akita-llc/creator-vault
- Current Deployment: https://creator-vault-r6g7a9cal-akita-llc.vercel.app
- Latest Deployment Logs: https://vercel.com/akita-llc/creator-vault/sNtkRWtm9dH8ozRfRU3YVwo32CSS
Almost there! Just need to move the domain via the dashboard. 🚀