d:\tara_workspace\app\(admin)\admin\page.tsx
535-line monolithic Admin Dashboard combining user tables, charts, promotions, and guide applications in one Server Component file.
d:\tara_workspace\app\(dashboard)\dashboard\explore\page.tsx
Community explore directory with keyword and category search, but uses ad-hoc HTML input styling instead of reusable shadcn Input primitive.
d:\tara_workspace\app\(auth)\signup\page.tsx
Sign-up page with fast session redirection, but uses an uppercase mono utility label that conflicts with Tara Design System v1 typography rules.
d:\tara_workspace\app\(auth)\forgot-password\page.tsx
Password recovery page cleanly wrapping ForgotPasswordForm, but includes the unauthorized uppercase mono utility heading.
d:\tara_workspace\app\(marketing)\page.tsx
Comprehensive marketing landing page adhering well to the 4-part landing page structure, but contains Unicode symbol icons and inline array constants that add visual noise.
d:\tara_workspace\app\(dashboard)\settings\billing\page.tsx
Comprehensive billing and AI credit balance page displaying plan tiers, promotion balances, and checkout triggers.
d:\tara_workspace\app\(dashboard)\dashboard\explore\[publishedGoalId]\page.tsx
Detailed view of a published community goal template showing timeline phases, paths, and next actions.
d:\tara_workspace\app\(dashboard)\dashboard\guides\[journeyId]\page.tsx
Interactive guide journey detail and booking page combining WishBookingForm with phase milestones.
d:\tara_workspace\app\privacy\page.tsx
Comprehensive, highly readable privacy policy page using semantic article structure and WCAG AA contrast.
d:\tara_workspace\app\(auth)\reset-password\page.tsx
Token-based password reset route with strict async searchParams validation and clear error states for invalid or missing tokens.
d:\tara_workspace\app\(dashboard)\dashboard\guides\page.tsx
Clean directory of published wish journeys and real-world guide assistance with a dynamic header action.
d:\tara_workspace\app\usage-policy\page.tsx
Clear usage and ethics policy page written in plain language with generous section spacing.
d:\tara_workspace\app\(auth)\login\page.tsx
Highly secure and clean sign-in page supporting password and verification notice states with strict Next.js 15 async searchParams handling.
d:\tara_workspace\app\(dashboard)\dashboard\chat\[id]\page.tsx
AI coaching session room featuring parallel data fetching via Promise.all and dynamic SEO metadata generation.
d:\tara_workspace\app\(dashboard)\settings\appearance\page.tsx
Appearance preferences page featuring ThemeToggle within a calm card layout.
d:\tara_workspace\app\(dashboard)\settings\security\page.tsx
Security settings page providing clean session logout controls in a standardized card surface.
d:\tara_workspace\app\(dashboard)\dashboard\goal\[goalId]\page.tsx
Signature product view page loading goal workspace data and handling missing goals with a clean notFound boundary.
d:\tara_workspace\app\(dashboard)\dashboard\page.tsx
Concise 27-line Server Component orchestrating user session validation, empty state fallback, and AI credit balance serialization.
d:\tara_workspace\app\(dashboard)\dashboard\goal\page.tsx
Minimal 16-line Server Component delivering goal blueprints and empty states cleanly.
d:\tara_workspace\app\(dashboard)\dashboard\guides\manage\page.tsx
Concise 15-line wrapper delegating guide profile editing and application workflows to GuideManagementPage.
d:\tara_workspace\app\(dashboard)\settings\page.tsx
Lean account profile settings page rendering ProfileForm with clear explanation copy.
d:\tara_workspace\app\whitepaper\page.tsx
In-depth technical whitepaper document fully standardized on Geist interface/body typography and design system utility labels.
d:\tara_workspace\app\(dashboard)\settings\guides\page.tsx
Ultra-compact 6-line Server Component redirecting users to the canonical /dashboard/guides/manage route.
d:\tara_workspace\app\(marketing)\slopiness-review\page.tsx
Company mandatory audit policy page providing comprehensive 0–100 quality scoring, interactive charts, methodology documentation, and line-by-line inspection across all 24 user-facing pages.