From 63c1320f367253bbb3d7574398dba0fd4a5f8855 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 19 Mar 2025 09:02:34 -0700 Subject: [PATCH] feat: Add initial home.html for Aider website --- aider/website/home.html | 478 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 478 insertions(+) diff --git a/aider/website/home.html b/aider/website/home.html index e69de29bb..741a04396 100644 --- a/aider/website/home.html +++ b/aider/website/home.html @@ -0,0 +1,478 @@ + + + + + + Aider - AI Pair Programming in Your Terminal + + + + +
+ +
+ +
+
+

AI Pair Programming in Your Terminal

+

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.

+ +
+ +
+
+
+ +
+
+

Features

+
+
+
πŸ”„
+

Seamless Git Integration

+

Aider automatically commits changes with sensible commit messages, making version control seamless.

+
+
+
πŸ“
+

Multiple File Editing

+

Edit multiple files at once for complex requests, making large-scale changes easier.

+
+
+
πŸ—ΊοΈ
+

Repository Mapping

+

Uses a map of your entire git repo, which helps it work well in larger codebases.

+
+
+
πŸ‘οΈ
+

Real-time File Watching

+

Edit files in your editor while chatting with aider, and it will always use the latest version.

+
+
+
πŸ–ΌοΈ
+

Image & URL Support

+

Add images to the chat and share URLs, helping with visual context and references.

+
+
+
πŸ—£οΈ
+

Voice Coding

+

Code with your voice for an even more natural programming experience.

+
+
+
+
+ +
+
+

Getting Started

+
+

If you already have python 3.8-3.13 installed, you can get started quickly like this:

+
+
python -m pip install aider-install
+aider-install
+
+# Change directory into your code base
+cd /to/your/project
+
+# Work with DeepSeek via DeepSeek's API
+aider --model deepseek --api-key deepseek=your-key-goes-here
+
+# Work with Claude 3.7 Sonnet via Anthropic's API
+aider --model sonnet --api-key anthropic=your-key-goes-here
+
+# Work with GPT-4o via OpenAI's API
+aider --model gpt-4o --api-key openai=your-key-goes-here
+
+

Aider works best with Claude 3.7 Sonnet, DeepSeek R1 & Chat V3, OpenAI o1, o3-mini & GPT-4o, but can connect to almost any LLM, including local models.

+
+
+
+ +
+
+

What Users Say

+
+
+

"Aider ... has easily quadrupled my coding productivity."

+

β€” SOLAR_FIELDS

+
+
+

"It's really like having your senior developer live right in your Git repo - truly amazing!"

+

β€” rappster

+
+
+

"THANK YOU for Aider! It really feels like a glimpse into the future of coding."

+

β€” derwiki

+
+
+

"The best AI coding assistant so far."

+

β€” Matthew Berman

+
+
+

"Amazing project, definitely the best AI coding assistant I've used."

+

β€” joshuavial

+
+
+

"I absolutely love using Aider ... It makes software development feel so much lighter as an experience."

+

β€” principalideal0

+
+
+
+
+ +
+
+

More Information

+
+

Top Tier Performance

+

Aider has one of the top scores on SWE Bench. SWE Bench is a challenging software engineering benchmark where aider solved real GitHub issues from popular open source projects like django, scikitlearn, matplotlib, etc.

+ +

Resources

+ +
+
+
+ + + +