66 Days Prep
Account

Profile

A user profile surface for identity, username, account status, and platform preferences.

Platform surface

Profile

This page is structured now so implementation can plug into a stable shell later without redesigning navigation, headers, or layout.

Identity
User

Loaded from backend auth.

Email
Auth

Managed by existing auth routes.

Verified
Status

Email verification can be surfaced here.

Access
Secure

HTTP-only web auth cookies.

Workflow

The intended product flow for this section.

01
Show account detailsRender display name, username, email, and verification state.
02
Edit profileReuse backend profile update routes for web settings.
03
Review platform dataExpose saved sessions and web-specific account metadata.
04
Prepare shared identityKeep this compatible with future iOS/web account sharing.

Implementation boundary

What belongs here and what stays separate.

UI shell firstThis route is wired into the platform frame now. Data fetching and mutations can be added inside this surface later.
No iOS migration impliedThese web pages do not change iOS local progress or native routes until that sharing is intentionally designed.