Social Wager Web

Redirects that push people back into the app.

This Next.js site exists to back the mobile app with clean web routes: verification return, invite handoff, and the domain metadata needed for universal links.

Verified

Email verification return

Used by Firebase email verification so the browser can bounce the user back into the app.

Invites

Invite link handoff

Turns links like /invite/:token into app opens for bet invites.

Route

/verified

Open the app after a successful email verification round-trip.

Route

/invite/[token]

Pass a token through the web layer and open the matching bet inside the mobile app.

Universal Links

/.well-known/*

The app serves Apple and Android association files so the same domain can later move from browser redirects to native handoff.