"Not all those who wander are lost — but with RoamAIo, you'll always find something extraordinary."
— 2.4 million trips planned and counting
Roam
AI
Sign In
Create Account
Welcome back
Sign in to access your saved trips and itineraries.
Continue with Google
or continue with email
Email
Password
Forgot password?
Sign In →
Don't have an account?
Create one free
Start exploring
Create your free account and plan your first trip today.
Sign up with Google
or use email
Full Name
Email
Password
Create Account ✦
Already have an account?
Sign in
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); }