# New Account Registration by Phone Instant phone-only registration — no email or password --- ## Overview User enters phone number only, receives ReOTP code, and account is auto-created after verification. ### Implementation 1. /register page: phone input only + "Create Account" button. 2. Call /api/verify/init with phoneNumber and method. 3. Show ReOTP widget with countdown. 4. On VERIFIED: create user in DB + JWT → /dashboard. ### UI/UX Guidelines - Minimize friction: one input field only. - Purple + cyan accents. ## Interactive Demo Demo type: example Example ID: usecase-3 Title: Interactive Live Preview See the live demo at: https://reotp.com/es/docs/usecase-3-phone-registration