Use Cases/New Account Registration by Phone
1 min read
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 Playground
WhatsApp Linking Platform
New Account Registration by Phoneinput • 1/3
Create Account
User enters phone number only, receives ReOTP code, and account is auto-created after verification.