import { useState } from "react"; import { Link } from "react-router-dom"; import { DemoBoard } from "../components/DemoBoard"; // ── Icons ──────────────────────────────────────────────────────────────────── function _GitHubIcon() { return ( ); } // ── Landing Header ──────────────────────────────────────────────────────────── function LandingHeader() { return (
VTIT Agent Coding Sign In
); } // ── Hero Section ────────────────────────────────────────────────────────────── function Hero() { return (
Multi-Agent Orchestration

Orchestrate AI Coding Agents on a Kanban Board

An agent-first task board for Claude Code, Codex, Gemini CLI, GitHub Copilot, and Hermes. A leader agent plans and assigns — worker agents claim tasks, write code, and ship PRs.

Start Building
); } // ── Demo / Video Section ───────────────────────────────────────────────────── function PlayIcon() { return ( ); } function DemoVideoSection() { const [showVideo, setShowVideo] = useState(false); return (
{showVideo ? (