Back to projects
Project Management
WB Project Manager
A Linear/Jira-style project management tool: workspaces, projects, issues, milestones, labels and features, with draggable kanban boards, time tracking, a dashboard, a command palette and authentication.
Next.jsTypeScriptPrismaSQLiteNextAuthdnd-kitRadix UITailwind CSSZod
Some details omitted under NDA

13
Data models
Kanban
Drag-and-drop boards
100%
Responsive
What the tool does
Workspaces & projects
Organize work by workspace and project.
Issues & milestones
Tasks, milestones, labels and features.
Draggable kanban
Drag-and-drop boards (dnd-kit).
Time tracking
Track and log time per task.
Command palette
Fast navigation and actions (cmdk).
Authentication
Login and registration with NextAuth.
The engineering behind it
- Full-stack Next.js (App Router + API routes) with Prisma.
- NextAuth authentication (Prisma adapter) and Zod validation.
- Kanban with dnd-kit and accessible UI (Radix UI).
- Data model with 13 entities (workspaces, projects, issues, etc.).