Profile
Personal profile at /profile — display name, avatar, time zone, bio. How you appear across Studio.
The Profile page (/profile) is your account's display card across every Studio workspace. Fields here are visible to other members of any workspace you're in.
Fields
- Avatar — initials by default; Upload avatar replaces with a custom image. Stored in Studio, not pulled from elsewhere.
- Display name — name shown in the workspace switcher, members tables, comments, deploy notifications.
- Email — read-only, shown with a
FROM WORKOSbadge. Email and password live in WorkOS, not Studio. The footer link Manage email & password in WorkOS → opens the WorkOS account page. - Time zone — long list of named zones (
Asia/Makassar (WITA · UTC+8),America/Los_Angeles (UTC-8), etc.). Used to format timestamps across the app and to schedule scheduled-deploy windows in your local time. - Bio — free-text. Optional; surfaces on hover cards next to your name in members tables.
Save changes commits all edits at once. Cancel reverts unsaved fields.
What's not here
- Email change — handled in WorkOS.
- Password change — handled in WorkOS.
- MFA / passkeys — handled in WorkOS.
- Theme, density, motion — these are personal preferences, not profile fields. See Preferences.
- Per-workspace role — workspace roles (Owner, Admin) are set in the workspace's Members page, not here.
Where this lives in code
app/profile/page.tsx— the profile UI.