"Not all those who wander are lost — but with RoamAIo, you'll always find something extraordinary."
— 2.4 million trips planned and counting
Welcome back
Sign in to access your saved trips and itineraries.
or continue with email
Forgot password?
Don't have an account? Create one free
document.getElementById('form-signin').style.display = tab==='signin'?'block':'none'; document.getElementById('form-signup').style.display = tab==='signup'?'block':'none'; document.getElementById('tab-signin').classList.toggle('active', tab==='signin'); document.getElementById('tab-signup').classList.toggle('active', tab==='signup'); } function handleAuth(type){ showToast(type==='signin' ? 'Welcome back to RoamAIo! ✦' : 'Account created! Welcome to RoamAIo ✦'); setTimeout(()=>window.location.href='index.html',1500); } function socialAuth(provider){ showToast(`Connecting to ${provider}…`); setTimeout(()=>window.location.href='index.html',1800); }