feat: Add stats section to home page

This commit is contained in:
Paul Gauthier (aider) 2025-03-19 09:02:36 -07:00
parent 63c1320f36
commit 6ecb4c5ece

View file

@ -329,6 +329,16 @@
<div class="container">
<h1>AI Pair Programming in Your Terminal</h1>
<p>Aider lets you pair program with LLMs, to edit code in your local git repository. Start a new project or work with an existing code base.</p>
<div style="margin-bottom: 30px; background: rgba(76, 110, 245, 0.1); padding: 20px; border-radius: 8px; display: inline-block;">
<h3 style="margin-bottom: 15px; color: var(--primary);">Folks love aider:</h3>
<ul style="list-style-type: none; display: flex; justify-content: center; gap: 40px; flex-wrap: wrap;">
<li style="font-weight: 600;"><span style="font-size: 1.5rem; color: var(--primary); display: block;">1.6M</span> installs</li>
<li style="font-weight: 600;"><span style="font-size: 1.5rem; color: var(--primary); display: block;">Top 20</span> app on OpenRouter</li>
<li style="font-weight: 600;"><span style="font-size: 1.5rem; color: var(--primary); display: block;">9B</span> tokens/week</li>
</ul>
</div>
<div class="buttons">
<a href="#getting-started" class="btn btn-primary">Get Started</a>
<a href="https://aider.chat/docs/" class="btn btn-secondary">Documentation</a>