Live App: https://clarity-app-one.vercel.app
Backend API: https://clarity-app-d6ad.onrender.com
Clarity is an AI-powered wellness app that helps users improve focus and mental health through intelligent journaling, productivity tracking, and personalized insights.
- AI-powered journal with sentiment analysis
- Focus timer (Pomodoro)
- Mood tracking and analytics
- Voice-to-text input
- Google authentication
- Achievement badges and gamification
- Beautiful, responsive UI
- Frontend: React, Vite, TypeScript, Firebase Auth
- Backend: Node.js, Express, OpenAI API
- Deployment: Vercel (frontend), Render (backend)
- Frontend: https://clarity-app-one.vercel.app
- Backend Health Check: https://clarity-app-d6ad.onrender.com/api/health
- Clone the repo:
git clone https://github.com/Hell1213/clarity-app.git cd clarity-app - Frontend:
cd src npm install npm run dev - Backend:
cd backend npm install npm start - Add your own
.envfiles for local development (see.env.exampleif provided).
Made with ❤️ by Hell1213 .