Live: chat.selve.me
Status: Production
Next.js chat interface for SELVE personality insights. Users can ask questions about their assessment results and get AI-powered explanations grounded in psychology research.
- Chat UI with message history
- Real-time typing indicators
- Markdown response rendering
- Authentication with Clerk
- Responsive mobile design
pnpm install
pnpm dev # http://localhost:3000Framework: Next.js 16 with App Router
Styling: TailwindCSS
Auth: Clerk (shares session with main SELVE app)
API: Connects to api-chat.selve.me (FastAPI backend)
Deployment: Vercel (auto-deploy from main branch)
Copy .env.template to .env and add your keys:
cp .env.template .envPush to main branch → Vercel auto-deploys to chat.selve.me
git push origin main- selve - Main assessment platform
- selve-chat-backend - FastAPI + RAG backend