A Lightweight Jira Clone for Agile Project and Issue Tracking
GoalTrackr is a modern, lightweight Jira clone built for agile teams who value speed and simplicity. It lets teams manage sprints, track issues, and collaborate — all with a slick and responsive UI. Powered by the latest web technologies and designed for productivity.
Think of it as Jira, but faster, prettier, and open.
| Layer | Tech |
|---|---|
| Frontend | Next.js, React |
| Styling | Tailwind CSS, Shadcn UI |
| Auth | Clerk |
| Backend | Next.js API Routes, Prisma ORM |
| Database | Neon (Postgres) |
| Deployment | Vercel |
- 🧩 Project & Issue Management
- 🏃 Sprints & Agile Boards
- 📋 Backlogs and Task Prioritization
- 🐞 Issue Types, Statuses & Tags
- 👥 User Roles & Access Control via Clerk
- ⚡ Fast, clean UI with Shadcn & Tailwind
git clone https://github.com/SutharUtsav/GoalTrackr.git
cd goaltrackr
cp .env.example .env
npm install
npm run dev