Page / Login Logout
Login / Logout
Build the sign-in and sign-out flow people will use to access their account.
Page Context
What this page should prepare for
- This page will handle account access for organizations and businesses using FundU.
- Keep the flow simple and trustworthy so users can get to their dashboard quickly.
- Plan for clear states: sign in, sign out, and basic account recovery.
- The current mobile menu temporarily routes Sign in to the dashboard until auth is built.
- When auth is added, this page should become the main entry point for account access.
Shared UI Demo
Reusable Page Primitives
Use these components for consistent buttons, paper surfaces, cards, and metric blocks across routes.
Wrapper: components/ui/PaperSurface.tsx
Buttons: components/ui/AppButton.tsx
Cards: components/ui/UiCard.tsx
Paper Card
Use for page modules, forms, and structured content blocks that should match the FundU catalog aesthetic.
Inbound Demand
Organizations can launch campaigns without rep outreach.
Attribution
Businesses see who sent traffic and what generated sales.
Metrics: components/ui/MetricCard.tsx
Orders
148
Campaigns
12
Tracked Sales
$4,280
New Customers
73
Page shell references: components/global/HeaderMenu.tsx, components/pages/PageHero.tsx, components/global/Footer.tsx