Development

📋To Do

0

🚀In Progress

0

Done

12
setup

Next.js 16 project setup with Prisma

Initial Next.js setup with Prisma ORM, PostgreSQL database

featureui

Kanban board with drag and drop

Full kanban board with folders, projects, boards, columns, cards. Drag and drop using dnd-kit

featureui

Card features (priority, due dates, tags, comments, checklists)

Rich card features including P1-P3 priority, due dates, tagging, comments and checklists

featureauth

GitHub OAuth authentication

NextAuth.js v5 with GitHub OAuth, optional auth mode, session management

featureui

Epic system for grouping cards

Epics with slug identifiers, timeline view, progress tracking, card assignment

feature

project card linking

Bidirectional card links for tracking features across repositories

feature

GitHub webhook integration

Auto-move cards on push and PR merge, PR auto-linking, branch name generator

featureapi

MCP server with 30+ tools

Model Context Protocol server for Claude AI integration with tools for all kanban operations

featureui

Global search and command palette

Search across projects, boards, cards with keyboard shortcuts

featureui

Emoji picker for projects and columns

Visual emoji picker with categorized selection for customizing projects and columns

featureauth

API key authentication for external access

KANBAN_API_KEY middleware for securing external API access

fixauth

Fix UntrustedHost error in production

Added trustHost: true to NextAuth configuration for production deployment