Skip to content

App shell, routes, and navigation

View as Markdown

Generated packages/frontend/src/App.tsx and @sapporta/frontend app/shell exports.

  • appNavigation is a Navigation value rendered by the generated shell.
  • appHomeRoute chooses the signed-in landing destination.
  • appPublicRoutes render outside the protected app gate.
  • appProtectedRoutes render after auth bootstrap inside AppShell.
  • getApiBase and router helpers provide platform integration for project screens.