Skip to main content

Overview

The onboarding flow is the most critical user journey in High IQ. It determines whether a new user becomes an active user or abandons the app. The goal is simple: get the user to their first “aha” moment — seeing their cannabis data organized, analyzed, and actionable — as fast as possible.

Onboarding Funnel

Authentication Flow

Authentication Edge Cases

Edge CaseBehavior
User already has account (Google)Silently signs in, redirects to dashboard
User already has account (email)“Account exists” message with sign-in option
Apple hides emailAccount created with relay email, works normally
Network failure during authError toast with retry button, no partial state
Force quit during authResumes at auth screen on next launch
OAuth popup blockedFallback instructions displayed
Email verification timeoutResend button after 60 seconds

First Action Paths

Path A: Manual Strain Entry (Fastest — 30 seconds)

Edge cases:
ScenarioHandling
Strain not found in databaseOption to add custom strain name
Duplicate strain in stashWarning with option to update existing
No quantity enteredSaves with “unknown” quantity
Network offlineQueued locally, syncs when online

Path B: Receipt Photo Upload (2 minutes)

Edge cases:
ScenarioHandling
Blurry photo”Image too blurry” with retake prompt
Not a receipt”This doesn’t look like a receipt” message
Handwritten receiptAI attempts extraction, lower confidence
Digital screenshot receiptWorks well, high confidence
Receipt in non-EnglishCurrently English only, error message
Very long receipt (20+ items)Scrollable review, batch processing
Duplicate receipt uploadDuplicate warning with option to proceed
Partial extraction (some items missed)Review screen allows manual additions

Path C: Gmail Import (3 minutes, highest value)

Edge cases:
ScenarioHandling
Google declines permissionsClear message explaining read-only scope, retry option
Zero receipts foundFriendly empty state with alternative import methods
100+ receipts foundWarning to import in batches of 50
Mixed confidence resultsPre-select High and Medium, leave Low unchecked
Import fails mid-batchResume from last successful, retry failed
Duplicate Gmail message IDsAuto-skipped with “duplicate” badge
Non-dispensary emails matchedAI classification filters most, review step catches rest
Google Workspace restrictionsError message suggesting personal Gmail

Path D: Label Scanner (15 seconds, discovery-oriented)

First Value Moment Map

The “aha” moment differs by user type and first action:

Post-Onboarding Guidance

After the first value moment, the app surfaces contextual next-step prompts:
User HasNext Step PromptWhere Shown
1 strain in stash”Generate your first AI notebook”Dashboard card
1 order but no dispensary”Save your dispensary for menu scanning”Dashboard card
Strains but no favorites”Heart your favorites for better recommendations”Strain profile
3+ strains, no rankings”Start ranking your strains”Collection screen
Data but hasn’t asked AI”Ask Professor High about your stash”Dashboard tools

Master Journey

Where onboarding fits in the complete journey.

Order Upload Flow

Deep dive into all order import methods.

User Personas

How different personas experience onboarding.

Authentication

Authentication states and edge cases.