Development
📋To Do
0🚀In Progress
0✅Done
12Next.js 16 project setup with Prisma
Initial Next.js setup with Prisma ORM, PostgreSQL database
Kanban board with drag and drop
Full kanban board with folders, projects, boards, columns, cards. Drag and drop using dnd-kit
Card features (priority, due dates, tags, comments, checklists)
Rich card features including P1-P3 priority, due dates, tagging, comments and checklists
GitHub OAuth authentication
NextAuth.js v5 with GitHub OAuth, optional auth mode, session management
Epic system for grouping cards
Epics with slug identifiers, timeline view, progress tracking, card assignment
project card linking
Bidirectional card links for tracking features across repositories
GitHub webhook integration
Auto-move cards on push and PR merge, PR auto-linking, branch name generator
MCP server with 30+ tools
Model Context Protocol server for Claude AI integration with tools for all kanban operations
Global search and command palette
Search across projects, boards, cards with keyboard shortcuts
Emoji picker for projects and columns
Visual emoji picker with categorized selection for customizing projects and columns
API key authentication for external access
KANBAN_API_KEY middleware for securing external API access
Fix UntrustedHost error in production
Added trustHost: true to NextAuth configuration for production deployment