Skip to main content

Final Domain Setup for creatorvault.fun

✅ Current Status

Your project is now correctly set up:


🔧 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

  1. Click on the old project
  2. Go to SettingsDomains
  3. Find creatorvault.fun
  4. Click the menu next to it
  5. Click Remove Domain

Step 4: Add Domain to New Project

  1. Go to your creator-vault project: https://vercel.com/akita-llc/creator-vault
  2. Click SettingsDomains
  3. Click Add Domain
  4. Enter: creatorvault.fun
  5. Click Add

Step 5: Verify DNS (if needed)

If Vercel shows a DNS error:

  1. Go to your domain registrar (Cloudflare/Namecheap/etc.)
  2. Ensure these records exist:
    • A Record: @76.76.21.21
    • CNAME Record: wwwcname.vercel-dns.com

🚀 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:


📊 Current Deployment URLs

Your latest deployment:

Once domain is added, it will also be available at:


🎯 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! 🎉



Almost there! Just need to move the domain via the dashboard. 🚀