import { Link } from 'react-router-dom'; import { Button } from '@/components/ui/button'; import SectionBadge from './SectionBadge'; import HLSVideo from './HLSVideo'; export default function ChessSection() { return (
{/* Left — Video */}
{/* Right — Content */}

Code Completions That
Actually Understand Context

Powered by ASI-1 Mini, get intelligent inline suggestions that consider your entire workspace — not just the current file. Accept with Tab, dismiss with Escape.

    {[ 'Full workspace context awareness', 'Framework-specific suggestions', 'Learns your coding patterns', ].map((item) => (
  • {item}
  • ))}
); }