Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/Nandini-13/PsycheIT/llms.txt

Use this file to discover all available pages before exploring further.

PsycheIT brings accessible, judgment-free mental health support directly to college students. The platform combines an NLP-powered AI chatbot (SHANTI), validated clinical screening tools, an anonymous peer forum, and one-click counselor booking — all in a single, privacy-first web application built for the Indian college context.

Introduction

Learn what PsycheIT is, who it’s for, and how all the pieces fit together.

Quickstart

Run PsycheIT locally in under five minutes — frontend and backend.

Architecture

Understand how the React frontend, Express backend, and NLP classifier interact.

API Reference

Explore the three REST endpoints that power the chatbot and authentication.

Core Features

SHANTI Chatbot

AI chatbot that classifies emotional intent and delivers first-aid responses.

Mental Health Screening

PHQ-9 and GAD-7 self-assessment questionnaires with scored results.

Peer Forum

Anonymous community space for students to share and support each other.

Book a Session

Schedule appointments with licensed counselors via Calendly integration.

Resource Hub

Curated mental health videos and blog articles vetted by professionals.

Authentication

Anonymous JWT-based auth — no personal data required to sign up.

Get Running in 3 Steps

1

Clone the repository

git clone https://github.com/Nandini-13/PsycheIT.git
cd PsycheIT
2

Start the backend

cd server
npm install
node server.js
# Server starts on http://localhost:5000
3

Start the frontend

cd ../frontend
npm install
npm run dev
# App opens on http://localhost:5173
PsycheIT is first-aid software, not a clinical diagnosis tool. In a mental health emergency, call 9152987821 (Kiran Helpline) or 100 (Emergency Services).

Build docs developers (and LLMs) love