Hey, How Are You?

🔒 The app is built. Secure your unique global handle right now during our exclusive pre-launch window before it is permanently taken.📥 Secure Your Presale Handle
Handles are assigned strictly on a first-come, first-served basis.

SECURE YOUR HANDLE

✓ Instant Database Verification
✓ Bound Securely to your Apple ID

🚀 Why Secure Your Name Right Now?
Premium Handles Available: All short, common, and single-word names are currently unlocked.
Instant Activation: Your profile is live with your reserved handle the second the app drops.
Zero Bot Spoofing: Our direct Apple ID link ensures real people get real names.

    Get Your Referral LinkAnyone can grab a referral link. Earn $0.25 per person who signs up using your link — no account required.
    Generate My Referral Link
    var rSB='https://fmbhmautmhorteowcnyp.supabase.co/rest/v1'; var rKEY='eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6ImZtYmhtYXV0bWhvcnRlb3djbnlwIiwicm9sZSI6ImFub24iLCJpYXQiOjE3Nzg3NzYyNDIsImV4cCI6MjA5NDM1MjI0Mn0.FtO_LOmiqUY83YpSRS4d1wwIm1nsyyljtdGB1ImuyAU'; var rCurrentUrl=''; function rCopyLink(){ if(!rCurrentUrl)return; var btn=document.getElementById('rCopyBtn'); try{ navigator.clipboard.writeText(rCurrentUrl).then(function(){btn.innerText='✓ Copied!';setTimeout(function(){btn.innerText='Copy Link';},2000);}); }catch(e){ var t=document.createElement('textarea');t.value=rCurrentUrl;t.style.position='fixed';t.style.opacity='0'; document.body.appendChild(t);t.focus();t.select();document.execCommand('copy');document.body.removeChild(t); btn.innerText='✓ Copied!';setTimeout(function(){btn.innerText='Copy Link';},2000); } } function rGenerate(){ var email=document.getElementById('rEmail').value.trim(); var phone=document.getElementById('rPhone').value.trim(); var btn=document.getElementById('rGenBtn'); var errEl=document.getElementById('rErr'); var linkBox=document.getElementById('rLinkBox'); errEl.style.display='none'; linkBox.style.display='none'; if(!email||!phone){errEl.innerText='Please enter both your email and phone number.';errEl.style.display='block';return;} btn.innerText='Generating...';btn.style.opacity='0.7';btn.style.pointerEvents='none'; var digits=phone.replace(/[^0-9]/g,''); var last4=digits.slice(-4); var ts=Date.now().toString().slice(-4); var code='REF'+last4+ts; var uname='referrer_'+last4+ts; var headers={'apikey':rKEY,'Authorization':'Bearer '+rKEY}; fetch(rSB+'/pre_registrations?apple_id=eq.'+encodeURIComponent(email)+'&invite_code=not.is.null&select=invite_code',{headers:headers}) .then(function(res){return res.json();}) .then(function(existing){ if(existing&&existing.length>0){ rCurrentUrl=window.location.origin+window.location.pathname+'?ref='+existing[0].invite_code; document.getElementById('rUrl').innerText=rCurrentUrl; linkBox.style.setProperty('display','block','important'); btn.innerText='Generate My Referral Link';btn.style.opacity='1';btn.style.pointerEvents='auto'; } else { fetch(rSB+'/pre_registrations',{ method:'POST', headers:{'apikey':rKEY,'Authorization':'Bearer '+rKEY,'Content-Type':'application/json','Prefer':'return=minimal'}, body:JSON.stringify({username:uname,apple_id:email,phone:phone,invite_code:code,referral_count:0,total_earnings:0.00}) }) .then(function(res){ if(!res.ok){return res.json().then(function(e){throw new Error(e.message||'Could not save.');});} rCurrentUrl=window.location.origin+window.location.pathname+'?ref='+code; document.getElementById('rUrl').innerText=rCurrentUrl; linkBox.style.setProperty('display','block','important'); btn.innerText='Generate My Referral Link';btn.style.opacity='1';btn.style.pointerEvents='auto'; }) .catch(function(err){errEl.innerText='Error: '+(err.message||'Something went wrong.');errEl.style.display='block';btn.innerText='Generate My Referral Link';btn.style.opacity='1';btn.style.pointerEvents='auto';}); } }) .catch(function(err){errEl.innerText='Error: '+(err.message||'Something went wrong.');errEl.style.display='block';btn.innerText='Generate My Referral Link';btn.style.opacity='1';btn.style.pointerEvents='auto';}); } document.getElementById('rGenBtn').addEventListener('click',rGenerate); document.getElementById('rCopyBtn').addEventListener('click',rCopyLink);