866 B
866 B
WorkBoard
AI-powered Kanban board for managing coding tasks with automated execution.
Features
- Kanban Board: Three columns - Queued, Active, and Complete
- AI Execution: Uses Opencode CLI to execute work items
- Validation: AI validates work against custom conditions
- Retry Logic: Failed items retry up to 3 times before showing error
- Collapsible Work Items: Expand to view/edit details
- Modern UI: Glassmorphism design with gradient accents
Setup
npm install
npm run dev
Usage
- Click "+ Add Work Item" in the Queued column
- Fill in title, description, and validation conditions
- Click the play button on a work item to queue it for AI execution
- AI will automatically process items in order
Development
The app uses:
- React + Vite
- TypeScript
- Tailwind CSS
- Opencode CLI for AI execution