claudedwithlove
explore/agentsite

AgentSite

Cherished

AgentSite orchestrates multiple specialized AI agents to generate complete websites from text prompts. Rather than relying on a single LLM call, it uses a pipeline of planning, design, development, and review agents to produce structured, production-ready code with consistent styling and quality checks.

·0··submitted April 18, 2026
View on GitHub
Clauded With Love Rating
8.3 / 10

AgentSite is a multi-agent AI system that generates complete websites from text prompts using nine specialized agents that collaborate in a structured pipeline. It offers both CLI and web UI interfaces with quality gates, revision loops, and model-agnostic architecture supporting multiple AI providers.

Code Quality7.5
Usefulness8.5
Claude Usage9.0
Documentation8.0
Originality8.5
Highlights
  • Multi-agent orchestration with specialized roles (PM, Designer, Developer variants, Reviewer) creates a sophisticated workflow that mimics real development teams
  • Quality gate system with automated review and revision loops ensures output meets accessibility and semantic markup standards
  • Model-agnostic architecture with Prompture integration allows seamless switching between OpenAI, Claude, Google, Groq, and local models
To Improve
  • Add comprehensive test coverage and error handling examples to demonstrate production-readiness claims
  • Include performance benchmarks and cost analysis comparing single-LLM vs multi-agent approaches to validate the architectural complexity
Stack