<svg xmlns="http://www.w3.org/2000/svg" width="1200" height="630" viewBox="0 0 1200 630">
<defs>
<linearGradient id="bgGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#0f172a;stop-opacity:1" />
<stop offset="100%" style="stop-color:#1e293b;stop-opacity:1" />
</linearGradient>
<linearGradient id="accentGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#6366f1;stop-opacity:1" />
<stop offset="100%" style="stop-color:#8b5cf6;stop-opacity:1" />
</linearGradient>
</defs>
<!-- Background -->
<rect width="1200" height="630" fill="url(#bgGrad)"/>
<!-- Grid pattern -->
<pattern id="grid" width="60" height="60" patternUnits="userSpaceOnUse">
<path d="M 60 0 L 0 0 0 60" fill="none" stroke="#334155" stroke-width="0.5" opacity="0.3"/>
</pattern>
<rect width="1200" height="630" fill="url(#grid)"/>
<!-- Logo -->
<g transform="translate(100, 180)">
<rect width="100" height="100" rx="20" fill="url(#accentGrad)"/>
<path d="M30 35 L18 50 L30 65" stroke="white" stroke-width="5" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
<path d="M70 35 L82 50 L70 65" stroke="white" stroke-width="5" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
<circle cx="50" cy="46" r="11" stroke="white" stroke-width="3" fill="none"/>
<line x1="57" y1="53" x2="64" y2="60" stroke="white" stroke-width="3" stroke-linecap="round"/>
</g>
<!-- Title -->
<text x="230" y="230" font-family="system-ui, -apple-system, sans-serif" font-size="72" font-weight="700" fill="white">CodeRAG</text>
<!-- Tagline -->
<text x="230" y="290" font-family="system-ui, -apple-system, sans-serif" font-size="32" fill="#94a3b8">Lightning-fast semantic code search</text>
<!-- Features -->
<g transform="translate(100, 380)" font-family="system-ui, -apple-system, sans-serif" font-size="24" fill="#cbd5e1">
<text x="0" y="0">AST Chunking</text>
<circle cx="180" cy="-8" r="4" fill="#6366f1"/>
<text x="200" y="0">BM25 Search</text>
<circle cx="380" cy="-8" r="4" fill="#6366f1"/>
<text x="400" y="0">Vector Embeddings</text>
<circle cx="620" cy="-8" r="4" fill="#6366f1"/>
<text x="640" y="0">MCP Server</text>
</g>
<!-- URL -->
<text x="100" y="560" font-family="system-ui, -apple-system, sans-serif" font-size="24" fill="#64748b">coderag.sylphx.com</text>
<!-- Sylphx branding -->
<text x="1100" y="560" font-family="system-ui, -apple-system, sans-serif" font-size="24" fill="#64748b" text-anchor="end">by Sylphx</text>
</svg>