Value is a journaling application built with Next.js and TypeScript, focusing on mood tracking and personal growth. This is the app our team built up in 24h for the 2023 HackYeah Hackathon
- Next.js
- TypeScript
- React
- Tailwind CSS
- Drizzle ORM
- SQLite (via Turso)
- Clerk (for authentication)
- OpenAI API
- Daily journaling with mood tracking
- AI-powered topic analysis
- Streak tracking
- Mood visualization
- Personalized suggestions
- Daily inspirational quotes
- Clone the repository
- Install dependencies:
pnpm install - Set up environment variables (refer to
.env.example) - Run the development server:
pnpm dev