<svg width="1200" height="630" viewBox="0 0 1200 630" fill="none" xmlns="http://www.w3.org/2000/svg">
<!-- Background -->
<rect width="1200" height="630" fill="#1a2332"/>
<!-- Subtle pattern -->
<defs>
<pattern id="grid" width="60" height="60" patternUnits="userSpaceOnUse">
<circle cx="30" cy="30" r="1" fill="#f59e0b" opacity="0.1"/>
</pattern>
</defs>
<rect width="1200" height="630" fill="url(#grid)"/>
<!-- Gradient accent -->
<defs>
<linearGradient id="amber-gradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#f59e0b"/>
<stop offset="100%" style="stop-color:#fbbf24"/>
</linearGradient>
</defs>
<!-- Top accent line -->
<rect x="0" y="0" width="1200" height="6" fill="url(#amber-gradient)"/>
<!-- Logo circle -->
<circle cx="600" cy="200" r="80" fill="none" stroke="url(#amber-gradient)" stroke-width="4"/>
<circle cx="600" cy="200" r="60" fill="url(#amber-gradient)" opacity="0.1"/>
<!-- Tenets text -->
<text x="600" y="195" font-family="Georgia, serif" font-size="48" font-weight="bold" fill="#f59e0b" text-anchor="middle">tenets</text>
<text x="600" y="225" font-family="system-ui, sans-serif" font-size="14" fill="#94a3b8" text-anchor="middle" letter-spacing="4">MCP SERVER</text>
<!-- Tagline -->
<text x="600" y="340" font-family="system-ui, sans-serif" font-size="42" font-weight="600" fill="#f8fafc" text-anchor="middle">Context that feeds your prompts</text>
<!-- Subtitle -->
<text x="600" y="400" font-family="system-ui, sans-serif" font-size="24" fill="#94a3b8" text-anchor="middle">Intelligent code context + automatic guiding principles</text>
<!-- Features row -->
<g transform="translate(200, 480)">
<rect x="0" y="0" width="200" height="60" rx="8" fill="#263244"/>
<text x="100" y="35" font-family="system-ui, sans-serif" font-size="16" fill="#f59e0b" text-anchor="middle">100% Local</text>
</g>
<g transform="translate(500, 480)">
<rect x="0" y="0" width="200" height="60" rx="8" fill="#263244"/>
<text x="100" y="35" font-family="system-ui, sans-serif" font-size="16" fill="#f59e0b" text-anchor="middle">Free & Open Source</text>
</g>
<g transform="translate(800, 480)">
<rect x="0" y="0" width="200" height="60" rx="8" fill="#263244"/>
<text x="100" y="35" font-family="system-ui, sans-serif" font-size="16" fill="#f59e0b" text-anchor="middle">Works with Cursor</text>
</g>
<!-- URL -->
<text x="600" y="600" font-family="monospace" font-size="20" fill="#64748b" text-anchor="middle">tenets.dev</text>
</svg>