๐ŸŽฎ Demo Mode - Explore all features! Changes are not saved. โญ Star on GitHub

_Ykan Demo

Gemini AI

Use the buttons below to analyze the board with Gemini AI.


Archive

GitHub

Configure GitHub Token and Repository in Settings to see issues, PRs and commits.

_Ykan Changelog

v1.7.0 - December 2025

  • ๐ŸŒ Full English UI - complete interface translation
  • ๐Ÿ—ฃ๏ธ AI Response Language - choose AI response language (EN, IT, ES, FR, DE, PT)
  • โš™๏ธ Language Settings - new config option for preferred language

v1.6.0 - December 2025

  • ๐Ÿ™ GitHub Integration - connect your repository
  • ๐Ÿ› View Issues - see all repo issues
  • ๐Ÿ”€ Pull Requests - monitor open/closed PRs
  • ๐Ÿ“œ Commits - latest project commits
  • ๐Ÿ“Š Repo Stats - stars, forks, watchers
  • โž• Issue โ†’ Card - create cards from GitHub issues
  • ๐Ÿ”— Direct Links - open issues/PR/commit on GitHub

v1.5.0 - December 2025

  • ๐Ÿ” Instant Search - search all tasks
  • ๐Ÿท๏ธ Advanced Filters - by label, priority, due date
  • ๐Ÿ“ Markdown Support - format descriptions
  • ๐Ÿ“ฅ Export JSON/CSV - export complete board
  • ๐Ÿ“‹ Card Templates - Bug, Feature, Task, Docs, Refactor
  • ๐Ÿค– AI Auto-categorization - suggests label/priority
  • โฑ๏ธ AI Time Estimation - time and complexity
  • ๐Ÿ“‹ Daily Standup AI - generates Agile reports
  • ๐Ÿ” TODO Scanner - find TODO/FIXME in code
  • ๐Ÿ“ˆ Burndown Chart - statistics and velocity

v1.4.0 - December 2025

  • Added Associated Files system to tasks
  • New ๐Ÿค– AI Verify button - analyze files and verify task completion
  • Gemini reads associated files and suggests bug fixes
  • ๐Ÿ“ indicator on cards with associated files
  • Increased file limits (200KB/file, 500KB total)
  • Added this Changelog panel

v1.3.0 - December 2025

  • Implemented Auto-regenerating Tasks - recreate when archived
  • Fields auto_regenerate and regenerate_delay_days
  • ๐Ÿ”„ indicator on auto-regenerating cards
  • Regeneration counter (ร—N)
  • Default "Recurring" label

v1.2.0 - December 2025

  • Added AI Integration Guide in PHP header
  • Endpoint get_summary - text summary for AI
  • Endpoint complete_task - archive task by title
  • Endpoint move_task - move task by title
  • Analyze Project function - scan codebase and suggest tasks
  • Click on suggested tasks to add them to kanban

v1.1.0 - December 2025

  • Gemini AI integration (gemini-2.5-flash)
  • Board analysis with AI
  • Priority and time suggestions
  • Gemini side panel
  • API Key configuration via modal

v1.0.0 - December 2025

  • Single-file PHP Kanban board
  • Customizable columns (To Do, In Progress, Done)
  • Swimlanes with collapsible accordion
  • โ†‘โ†“ arrows to reorder swimlanes
  • Drag & drop cards between columns
  • Labels with colors
  • Priority (high/medium/low)
  • Due dates and next check
  • Archive system (sorted by date)
  • Light/dark theme
  • Auto-save to JSON
  • Toast notifications