Describe a website.
Get a working, deployable project.
A Claude Code plugin that turns a short conversation into a complete, runnable site — frontend, content, SEO, accessibility pass, and one-command deploy. No framework picking. No boilerplate.
Built for the way websites actually get made
Stack decisions, content, and accessibility — handled together, not in sequence.
Stack-agnostic
The agents pick the framework, language, and database at runtime based on what the project actually needs — not a hardcoded default. A one-page CV gets vanilla HTML; a full app gets a backend.
Skill & agent architecture
Eight specialized workers — designer, content-writer, SEO, frontend, backend, accessibility reviewer, deployer — coordinated by orchestrator skills that run them in parallel where it's safe.
Revise-friendly
Every revision auto-commits a before/after pair. Change your mind on colors, pages, or scope and the plugin regenerates only the affected parts — or one git revert undoes the last change.
Install
Run these two commands inside a claude session.
# 1. Add the marketplace /plugin marketplace add yavuzozguven/web-builder # 2. Install the plugin /plugin install web-builder@web-builder # 3. From any empty directory /web-builder:start
What a session looks like
Five to ten plain-language questions, then a working project.
> /web-builder:start Q1: What kind of site do you want? > A small promo site for my coffee shop in Brooklyn. Q2: Multi-page (home + menu + about + contact)? > Yes Q3: Content source? A) provide it B) placeholders > B Q4: Visual style? A) Minimalist B) Warm C) Playful > B [designer → content-writer + seo-expert ‖ → frontend-expert → a11y review] ✓ Generated: brooklyn-coffee/ (Astro + Tailwind, 4 pages, SEO + sitemap, a11y clean) Build succeeded. Preview locally? (Y/n)