import Link from "next/link"; export default function Home() { return ( <> {/* TopNavBar */} {/* Main Content */}
{/* Hero Section */}
{/* Left: Content (60%) */}

Understand your mental health in 5 minutes

8 short PHQ-8 based questions. Anonymous, free, and does not replace professional diagnosis.

Start Screening How it works arrow_forward
{/* Right: Abstract Decorative Block (40%) */}
{/* Stacked Cards */}
{/* Main Foreground Card */}
PHQ-8 SCORE 14 {/* Fake Bar Chart Snippet */}
{/* Feature Cards Row */}
visibility_off

Anonymous & Free

Data is not stored permanently. All processing happens locally.

assignment

PHQ-8 Based

Validated global medical questionnaire standard used by professionals.

bolt

Instant Results

Get an immediate summary with AI-powered analysis of your responses.

{/* PHQ-8 Educational Section */}
school Clinical Standard

What is the PHQ-8?

The Patient Health Questionnaire (PHQ-8) is a standardized diagnostic tool used by healthcare professionals worldwide to screen for and measure the severity of depression. It consists of 8 carefully formulated questions based on the DSM-5 criteria for major depressive disorder.

Severity Categories

  • 0-4: Minimal — No specific treatment typically needed. Normal emotional fluctuations.
  • 5-9: Mild — Watchful waiting recommended. Mild symptoms that may not significantly impact daily life.
  • 10-14: Moderate — Treatment plan and consultation with a mental health professional is recommended.
  • 15-19: Moderately Severe — Active treatment with pharmacotherapy and/or psychotherapy is highly recommended.
  • 20-24: Severe — Immediate initiation of treatment and referral to a specialist is strongly advised.
{/* How It Works Steps */}

How It Works

{[ { icon: "chat_bubble", title: "Answer 8 Questions", desc: "Our chatbot asks 8 PHQ-8 interview questions — answer via quick chips or type freely." }, { icon: "psychology", title: "AI Analysis", desc: "Your responses are analyzed using a trained MPNet deep learning model from DAIC-WOZ research." }, { icon: "analytics", title: "Get Your Score", desc: "Receive per-question scores (0-3), total PHQ-8 score, and severity classification." }, { icon: "history", title: "Track Progress", desc: "Save results to your local history and track your mental health over time." }, ].map((step, i) => (
{step.icon}
Step {i + 1}

{step.title}

{step.desc}

))}
{/* Footer */} ); }