From 5cb19d9758ae0fd68c67010619f548a48bbafa76 Mon Sep 17 00:00:00 2001 From: Ruslan Magana Vsevolodovna Date: Tue, 16 Jun 2026 21:22:25 +0200 Subject: [PATCH] Account creation feature --- docs/index.html | 27 +++++++++++++++++---------- frontend/components/AuthPage.jsx | 6 ++++-- frontend/components/LandingPage.jsx | 26 +++++++++++++++++++++----- frontend/components/auth.css | 13 +++++++++++-- frontend/components/landing.css | 16 +++++++++++++--- vercel.json | 2 +- 6 files changed, 67 insertions(+), 23 deletions(-) diff --git a/docs/index.html b/docs/index.html index bd210b3..cdc259a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -4,12 +4,12 @@ GitPilot — The first open-source multi-agent AI coding assistant. - + - + @@ -58,8 +58,8 @@

Most AI coding tools are a single model guessing at your codebase. - GitPilot deploys four specialized agents — Explorer, Planner, Coder, Reviewer — - that collaborate on every task. They read your repo, draft a plan, write the code, run your tests, and + GitPilot orchestrates specialized agents — Explorer, Planner, Coder, Reviewer and more — + in configurable topologies that collaborate on every task. They read your repo, draft a plan, write the code, run your tests, and wait for your approval before touching a single file. Any LLM. Free and local with Ollama. Enterprise-ready.

@@ -112,7 +112,7 @@

Why multi-agent matters

A single chatbot guesses. A team of agents delivers.

-

Four specialized AI agents share context, divide work, and check each other — the same pattern elite engineering teams use, automated at machine speed.

+

Specialized AI agents share context, divide work, and check each other — the same pattern elite engineering teams use, automated at machine speed.