iMind
Explore
Leaderboard
For Business
Log in
Sign up
iMind
/ business
Respond to demand.
Five fields. You're in the dashboard in under a minute.
{ error=''; if (!company.trim() || !name.trim() || !email.trim()) { error='Company, name, and email are required.'; 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 }) }); const d = await r.json(); if (!d.ok) { error = d.error || 'Sign-up failed.'; submitting=false; return; } const br = await fetch(window.IMIND_BASE + '/api/businesses', { method:'POST', headers:{'Content-Type':'application/json'}, body: JSON.stringify({ company_name: company, industry, website, industry_label: industry === 'auto' ? 'Vehicles' : industry === 'insurance' ? 'Insurance' : industry === 'local-services' ? 'Local Services' : industry === 'housing' ? 'Home' : industry === 'transport' ? 'Transport' : industry === 'travel' ? 'Travel' : 'Other' }) }); const bd = await br.json(); if (bd.ok) { window.location.href = bd.redirect; } else { error = bd.error || 'Business creation failed.'; submitting=false; } }">
Company name
Industry
Vehicles
Insurance
Local Services
Home & Housing
Transport
Travel
Other
Website
Your name
Work email
I'll also use iMind as a consumer (creates a dual-context account)
Create business account
…