Gamified goal & habit tracker – turn your real life progress into XP, levels and achievements.
Level up your life, one task at a time.
- User authentication (httpOnly cookies)
- Goal & habit creation
- XP & level progression system
- Basic profile & progress overview
- Next.js 16 (App Router)
- PostgreSQL + Prisma ORM
- Tailwind CSS
- httpOnly cookies + secure auth flow
- Middleware & protected routes / redirects
- Loading skeletons for all components
- Improved XP calculation & level-up logic
- Achievements & visual progress feedback
- Mobile-friendly layout & PWA support (planned)
git clone https://github.com/Jophkins/beetforge cd beetforge npm install
npx prisma migrate
npm run dev
Open http://localhost:3000 (or check the proper port in the terminal)
Made with ❤️