Skip to content

Team 3 - AgentBoard Full Implementation#155

Open
marsBuilds wants to merge 2 commits intoRperry2174:mainfrom
marsBuilds:main
Open

Team 3 - AgentBoard Full Implementation#155
marsBuilds wants to merge 2 commits intoRperry2174:mainfrom
marsBuilds:main

Conversation

@marsBuilds
Copy link
Contributor

AgentBoard — AI Agent Workflow Manager

A Kanban-style webapp for managing AI agents through workflow stages.

Features

  • 5 default workflow columns: Researching, Designing, Building, Testing, Deploying
  • Unassigned column: All new agents land here, drag them to start work
  • Drag-and-drop: Drag agent cards between columns — no dropdowns
  • Add Column modal: Name + Context fields to create custom columns
  • Add Agent modal: Name + Personality fields, agents default to Unassigned
  • Loading animation: Progress bar with randomized 5–60s timer per assignment
  • Locked while working: Cards are undraggable with a pulsing 🔒 icon while in progress
  • Terminal/matrix aesthetic: Space Mono font, green glow effects, animated particle network background
  • Responsive: Horizontal scroll on desktop, stacked on mobile
  • Dummy data: 1 default agent, zero API calls

Stack

React + Vite, plain CSS, no external libraries beyond React.

How to run

cd teams/team_3/base_mvp
npm install
npm run dev

Made with Cursor

marsBuilds and others added 2 commits February 18, 2026 10:29
- Space Mono monospace font throughout (terminal aesthetic)
- Near-black background (#060a10) with animated green particle network
- Bright green (#00e676) accent with glow/shadow effects
- [AgentBoard] bracket logo + > prompt subtitle in header
- Column titles: uppercase, green, glowing
- Agent cards: dark glass panels, diagonal stripe overlay when locked
- Progress bar: thin 2px with green glow
- Modals: dark with green top accent line and > prefix on titles
- Green scanline under header
- Styled scrollbar to match theme

Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant