Leave Localhost logoLeave LocalhostDocs
Reference

Routes

The application routes shipped by apps/app, grouped by access level. All UI routes are localized under /[locale].

These are the routes shipped by the product app (apps/app). Every UI route is localized under /[locale] (e.g. /en, /es, /fr) — the prefix is omitted below for readability. Source: apps/app/src/app.

Public

RoutePurpose
/loginSign in / sign up (email + password, magic link, OAuth).
/accept-invitationAccept a workspace invitation from an email link.
/verify-2faEnter a TOTP code during the two-factor login step.

Onboarding

RoutePurpose
/onboardingFirst-run profile/username setup after sign-up.

Dashboard (authenticated)

RoutePurpose
/Authenticated dashboard home.
/settingsAccount settings landing.
/settings/organizationWorkspace profile and danger zone.
/settings/workspaceActive workspace selection and workspace-level settings.
/settings/membersMembers and invitations (role management).
/settings/billingPlan, subscription, and provider portal.
/settings/notificationsNotification preferences.
/settings/securityTwo-factor and security settings.

Admin (super admins only)

RoutePurpose
/adminAdmin panel landing.
/admin/usersPlatform user directory.
/admin/workspacesWorkspace directory + suspend/reactivate.
/admin/audit-logGlobal audit-event viewer.

Admin routes require super-admin access; admin writes additionally require step-up verification.

API

RoutePurpose
/api/auth/[...route]Better Auth request handler (proxied to Convex).

On this page