The public home now matches the same shadcn-driven aesthetic as the auth flow: flat cards, mono-led hierarchy, and a restrained system palette instead of the starter splash screen.
Better Auth sessions gate the app surface without extra route boilerplate.
TanStack Router, React Query, and tRPC keep the client state legible and predictable.
The same Lyra-flavored shadcn tokens drive auth, navigation, and app chrome.
API connectivity
Running the initial health check.
Stack
TanStack Start, Better Auth, tRPC, React Query, and shared `@carbo/ui`.
The page now uses the shared card and button primitives already powering the auth routes, so the visual system stays consistent from first visit through signed-in usage.
Layout, spacing, and hierarchy are intentionally restrained to match the Lyra preset instead of layering custom color-heavy marketing styles on top.
Mono-forward headings and squared cards keep the interface aligned with the selected preset.
The homepage keeps the API health check visible so the screen reflects the actual environment.
Primary calls to action adapt automatically between guest and signed-in states.
The page leans on the existing UI package instead of mixing in one-off marketing components.