iMind
Explore
Leaderboard
For Business
Log in
Sign up
iMind
Welcome.
Name and email is all we need to start.
{ error=''; if (!name.trim() || !email.trim()) { error='Both name and email are required.'; return; } if (!agree) { error='Please agree to the terms.'; return; } submitting=true; const r = await fetch(window.IMIND_BASE + '/api/auth/signup', { method:'POST', headers:{'Content-Type':'application/json'}, body: JSON.stringify({ name, email, password: password || null }) }); const d = await r.json(); if (d.ok) window.location.href = d.redirect || (window.IMIND_BASE + '/home'); else { error = d.error || 'Sign-up failed.'; submitting=false; } }">
Your name
Email
Password
Or skip — we'll send a magic link.
I agree to the
terms
and
privacy policy
.
Create account
…
or
Continue with Google
Continue with Apple
Or sign up as a business →