Skip to main content

Navigation Map

This page tracks the current Admin Dashboard route surface in the shipped app.

Primary Navigation

SectionLabelRouteNotes
OverviewOverview/adminProject home with auto-ranged traffic summary, services, and quick actions
AuthUsers/admin/authUser list and account actions
AuthAuth Settings/admin/auth/settingsAuth provider and email configuration; editable in local dev
AuthEmail Templates/admin/auth/email-templatesTemplate editing and preview
DatabaseTables/admin/database/tablesSchema explorer plus table-scoped records and query tools
DatabaseERD/admin/database/erdDatabase-level relationship diagram grouped by DB block
StorageFiles/admin/storageBucket and object browser
FunctionsFunctions/admin/functionsRegistered function list and execution UI
PushNotifications/admin/pushPush notification management
AnalyticsOverview/admin/analyticsGlobal request metrics
AnalyticsEvents/admin/analytics/eventsCustom event explorer
AnalyticsAuth/admin/analytics/authAuth-specific analytics
AnalyticsDatabase/admin/analytics/databaseDatabase request analytics
AnalyticsStorage/admin/analytics/storageStorage request analytics
AnalyticsFunctions/admin/analytics/functionsFunction analytics
MonitoringLogs/admin/logsRequest and runtime logs
MonitoringLive/admin/monitoringActive room and database-live connections
SystemAPI Docs/admin/docsEmbedded docs viewer
SystemBackup/admin/backupBackup and restore flows
SystemProject Info/admin/settingsRuntime and config overview

Supporting Routes

These routes exist in the dashboard codebase even when they are not shown as top-level sidebar entries.

RoutePurpose
/admin/loginAdmin sign-in screen
/admin/auth/[userId]User detail page
/admin/databaseDatabase landing route used by nested layouts
/admin/database/newDev-only database block creation flow with optional Neon connection helpers
/admin/database/tables/newNew table creation flow
/admin/database/tables/[table]Table detail with target-aware records, Query tab, create-row drawer, schema tools, and D1 → Postgres upgrade flow
/admin/database/sqlLegacy redirect to /admin/database/tables
/admin/storage/[bucket]Bucket-specific object browser

Coverage Note

When you add or remove routes in packages/admin/src/routes or packages/admin/src/lib/components/layout/Sidebar.svelte, update this page in the same change so the docs stay aligned with the shipped dashboard.