Rank
70
AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Traction
No public download signal
Freshness
Updated 2d ago
Crawler Summary
AI-powered WordPress headless site builder using CrewAI agents. Transform natural language into full-stack WordPress + Faust.js sites with Docker. Agentic WordPress App Builder — AI Website Generator **Build complete WordPress websites from a single sentence.** An open-source, agentic AI system that transforms natural language prompts into fully functional WordPress-backed headless sites with Next.js frontends — powered by CrewAI multi-agent orchestration and multiple LLM providers. $1 $1 $1 --- What It Does Type a prompt like **"Build me a cozy coffee shop web Capability contract not published. No trust telemetry is available yet. Last updated 4/15/2026.
Freshness
Last checked 4/15/2026
Best For
agentic-wordpress-app-builder is best for crewai, multi-agent workflows where OpenClaw compatibility matters.
Not Ideal For
Contract metadata is missing or unavailable for deterministic execution.
Evidence Sources Checked
editorial-content, GITHUB REPOS, runtime-metrics, public facts pack
AI-powered WordPress headless site builder using CrewAI agents. Transform natural language into full-stack WordPress + Faust.js sites with Docker. Agentic WordPress App Builder — AI Website Generator **Build complete WordPress websites from a single sentence.** An open-source, agentic AI system that transforms natural language prompts into fully functional WordPress-backed headless sites with Next.js frontends — powered by CrewAI multi-agent orchestration and multiple LLM providers. $1 $1 $1 --- What It Does Type a prompt like **"Build me a cozy coffee shop web
Public facts
4
Change events
1
Artifacts
0
Freshness
Apr 15, 2026
Capability contract not published. No trust telemetry is available yet. Last updated 4/15/2026.
Trust score
Unknown
Compatibility
OpenClaw
Freshness
Apr 15, 2026
Vendor
Nik Hil
Artifacts
0
Benchmarks
0
Last release
Unpublished
Key links, install path, and a quick operational read before the deeper crawl record.
Summary
Capability contract not published. No trust telemetry is available yet. Last updated 4/15/2026.
Setup snapshot
Setup complexity is LOW. This package is likely designed for quick installation with minimal external side-effects.
Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.
Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.
Vendor
Nik Hil
Protocol compatibility
OpenClaw
Handshake status
UNKNOWN
Crawlable docs
6 indexed pages on the official domain
Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.
Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.
Extracted files
0
Examples
6
Snippets
0
Languages
python
text
User Prompt ("Build me a flower shop website")
│
▼ WebSocket
┌──────────────────────────────────────────────────────┐
│ FastAPI Backend (Python) │
│ │
│ ┌────────────┐ ┌────────────┐ ┌────────────┐ │
│ │ Planner │→ │ Content │→ │ Faust │ │
│ │ Agent │ │ Strategy │ │ Engineer │ │
│ │ (analyze) │ │ (content) │ │ (code) │ │
│ └────────────┘ └────────────┘ └────────────┘ │
│ │
│ ┌────────────┐ ┌────────────┐ ┌────────────┐ │
│ │ Modifier │ │ QA Agent │ │ Imager │ │
│ │ Agent │ │ (verify) │ │ Agent │ │
│ │ (iterate) │ │ │ │ (images) │ │
│ └────────────┘ └────────────┘ └────────────┘ │
│ │
│ WordPress REST API ←→ WPGraphQL ←→ Faust.js/Next.js│
└──────────────────────────────────────────────────────┘
│
▼
┌──────────────────────────────────────────────────────┐
│ Multiple LLM Providers (with automatic fallback) │
│ • OpenRouter (Grok, Kimi K2, Devstral, Qwen3) │
│ • DigitalOcean GenAI (GPT-OSS-120B, Qwen3-32B) │
└──────────────────────────────────────────────────────┘bash
git clone https://github.com/YOUR_USERNAME/agentic-wordpress-app-builder.git cd agentic-wordpress-app-builder # Create your environment file cp docker/env.template docker/.env # Edit docker/.env and add your OPENROUTER_API_KEY
bash
# Boot everything docker compose -f docker/docker-compose.yml up -d # Wait ~2 minutes for WordPress to initialize, then open: # Builder UI: http://localhost:3000 # WordPress: http://localhost:8080 # API: http://localhost:8000 # Site Preview: http://localhost:3001
text
"Make the hero section gradient go from purple to pink" "Add a testimonials section with 3 cards" "Change the navigation to a sidebar layout"
text
├── backend/ # Python backend │ ├── agents/ # CrewAI agent definitions │ ├── api/ # FastAPI routes & WebSocket handlers │ ├── config/ # LLM config, provider factory, settings │ ├── models/ # Pydantic models │ ├── prompts/ # Prompt templates & few-shot examples │ ├── services/ # Image generation, SEO, logging │ ├── tools/ # CrewAI tool definitions │ └── utils/ # Helpers (file writing, HTML parsing) ├── builder-frontend/ # Vue 3 builder UI ├── docker/ # Docker Compose, Dockerfiles, configs ├── docs/ # Architecture docs, deployment guides ├── e2e/ # Playwright E2E tests ├── faust-template/ # Next.js/Faust.js site template ├── lib/ # Shared Python libraries ├── scripts/ # Setup & deployment scripts ├── tests/ # Python unit & integration tests └── main.py # FastAPI application entry point
bash
# Python unit tests pip install -r requirements-dev.txt pytest tests/ # E2E tests (requires running Docker stack) cd e2e && npx playwright test # Vue builder tests cd builder-frontend && npm test
Full documentation captured from public sources, including the complete README when available.
Docs source
GITHUB REPOS
Editorial quality
ready
AI-powered WordPress headless site builder using CrewAI agents. Transform natural language into full-stack WordPress + Faust.js sites with Docker. Agentic WordPress App Builder — AI Website Generator **Build complete WordPress websites from a single sentence.** An open-source, agentic AI system that transforms natural language prompts into fully functional WordPress-backed headless sites with Next.js frontends — powered by CrewAI multi-agent orchestration and multiple LLM providers. $1 $1 $1 --- What It Does Type a prompt like **"Build me a cozy coffee shop web
Build complete WordPress websites from a single sentence. An open-source, agentic AI system that transforms natural language prompts into fully functional WordPress-backed headless sites with Next.js frontends — powered by CrewAI multi-agent orchestration and multiple LLM providers.
Type a prompt like "Build me a cozy coffee shop website with an online menu and blog" and the system will:
No templates. No drag-and-drop. Just describe what you want.
| Feature | Description | |---------|-------------| | Multi-Agent AI Pipeline | 6+ specialized CrewAI agents (Planner, Content Strategist, Faust Engineer, Modifier, QA, Imager) | | 8 Layout Archetypes | Gradient Hero, Split Hero, Masonry Stories, Magazine, Sidebar, Centered Minimal, E-commerce Boutique, E-commerce Marketplace | | WordPress Headless CMS | WPGraphQL + Faust.js/Next.js for blazing-fast frontends | | Multi-LLM Support | OpenRouter and DigitalOcean GenAI with automatic fallback between models | | Real-Time Progress | WebSocket-based live updates during generation | | Iterative Modification | Lovable-style natural language edits ("make the header dark blue") | | WooCommerce Support | E-commerce sites with product catalogs, cart, and checkout | | AI Image Generation | Automatic placeholder images uploaded to WordPress Media Library | | SEO Optimization | Auto-generated meta tags, Open Graph, sitemaps, and robots.txt | | Docker Development | Full Docker Compose stack — zero local dependencies | | E2E Testing | Playwright test suite for generated sites |
User Prompt ("Build me a flower shop website")
│
▼ WebSocket
┌──────────────────────────────────────────────────────┐
│ FastAPI Backend (Python) │
│ │
│ ┌────────────┐ ┌────────────┐ ┌────────────┐ │
│ │ Planner │→ │ Content │→ │ Faust │ │
│ │ Agent │ │ Strategy │ │ Engineer │ │
│ │ (analyze) │ │ (content) │ │ (code) │ │
│ └────────────┘ └────────────┘ └────────────┘ │
│ │
│ ┌────────────┐ ┌────────────┐ ┌────────────┐ │
│ │ Modifier │ │ QA Agent │ │ Imager │ │
│ │ Agent │ │ (verify) │ │ Agent │ │
│ │ (iterate) │ │ │ │ (images) │ │
│ └────────────┘ └────────────┘ └────────────┘ │
│ │
│ WordPress REST API ←→ WPGraphQL ←→ Faust.js/Next.js│
└──────────────────────────────────────────────────────┘
│
▼
┌──────────────────────────────────────────────────────┐
│ Multiple LLM Providers (with automatic fallback) │
│ • OpenRouter (Grok, Kimi K2, Devstral, Qwen3) │
│ • DigitalOcean GenAI (GPT-OSS-120B, Qwen3-32B) │
└──────────────────────────────────────────────────────┘
git clone https://github.com/YOUR_USERNAME/agentic-wordpress-app-builder.git
cd agentic-wordpress-app-builder
# Create your environment file
cp docker/env.template docker/.env
# Edit docker/.env and add your OPENROUTER_API_KEY
# Boot everything
docker compose -f docker/docker-compose.yml up -d
# Wait ~2 minutes for WordPress to initialize, then open:
# Builder UI: http://localhost:3000
# WordPress: http://localhost:8080
# API: http://localhost:8000
# Site Preview: http://localhost:3001
Open http://localhost:3000 and type a prompt like:
"Create a modern portfolio website for a freelance photographer with a gallery, about page, and contact form"
Watch the agents work in real-time, then preview your generated site.
| Service | Port | Purpose |
|---------|------|---------|
| mysql | 3306 | WordPress database |
| wordpress | 8080 | WordPress admin / WPGraphQL |
| builder-backend | 8000 | FastAPI + CrewAI orchestrator |
| builder-frontend | 3000 | Vue 3 builder UI |
| faust-preview | 3001 | Faust.js Next.js preview |
SiteSpec, then questionnaire answers set one of four runtime modes: headless/non_headless × ecommerce on/off.next build verification runs after copy-to-preview; build errors go through retry + deterministic restore + template fallback.| Mode | Frontend Runtime | Content/Commerce Backend | Preview URL |
|------|------------------|--------------------------|-------------|
| headless + non-ecommerce | Faust.js / Next.js | WordPress pages/posts | http://localhost:3001 |
| headless + ecommerce | Faust.js / Next.js | WordPress + WooCommerce | http://localhost:3001 |
| non_headless + non-ecommerce | WordPress FSE theme | WordPress pages/posts | http://localhost:8080 |
| non_headless + ecommerce | WordPress FSE theme | WordPress + WooCommerce | http://localhost:8080 |
faust-template/ and mutable faust-preview-workdir/ prevent template corruption across runs.site_id in API memory and persisted into each generated site to prevent cross-site leakage.After initial generation, modify your site with natural language:
"Make the hero section gradient go from purple to pink"
"Add a testimonials section with 3 cards"
"Change the navigation to a sidebar layout"
The Modifier Agent makes surgical, targeted edits — no full regeneration needed.
| Layer | Technology | |-------|-----------| | AI Orchestration | CrewAI, LiteLLM | | LLM Providers | OpenRouter, DigitalOcean GenAI | | Backend | Python 3.10+, FastAPI, WebSockets | | CMS | WordPress, WPGraphQL, WooCommerce | | Frontend Framework | Faust.js, Next.js, React, TypeScript | | Builder UI | Vue 3, Vite, Tailwind CSS | | Styling | Tailwind CSS (generated sites) | | Database | MySQL 8.0 | | Infrastructure | Docker Compose, Caddy (production) | | Testing | Pytest, Playwright, Vitest |
├── backend/ # Python backend
│ ├── agents/ # CrewAI agent definitions
│ ├── api/ # FastAPI routes & WebSocket handlers
│ ├── config/ # LLM config, provider factory, settings
│ ├── models/ # Pydantic models
│ ├── prompts/ # Prompt templates & few-shot examples
│ ├── services/ # Image generation, SEO, logging
│ ├── tools/ # CrewAI tool definitions
│ └── utils/ # Helpers (file writing, HTML parsing)
├── builder-frontend/ # Vue 3 builder UI
├── docker/ # Docker Compose, Dockerfiles, configs
├── docs/ # Architecture docs, deployment guides
├── e2e/ # Playwright E2E tests
├── faust-template/ # Next.js/Faust.js site template
├── lib/ # Shared Python libraries
├── scripts/ # Setup & deployment scripts
├── tests/ # Python unit & integration tests
└── main.py # FastAPI application entry point
| Variable | Required | Description |
|----------|----------|-------------|
| OPENROUTER_API_KEY | Yes | API key from openrouter.ai |
| DO_API_KEY | No | DigitalOcean GenAI API key (fallback provider) |
| OPENROUTER_MODEL | No | Primary model (default: x-ai/grok-4.1-fast) |
| DEAP_AI_IMAGE_KEY | No | DeepAI image generation key |
| FAUST_SECRET_KEY | No | Faust.js authentication secret |
The system automatically tries multiple models in order:
If one model fails, the next is tried automatically. Configure providers in backend/config/settings.py.
# Python unit tests
pip install -r requirements-dev.txt
pytest tests/
# E2E tests (requires running Docker stack)
cd e2e && npx playwright test
# Vue builder tests
cd builder-frontend && npm test
# Python backend
python -m venv venv && source venv/bin/activate
pip install -r requirements.txt
echo "OPENROUTER_API_KEY=your_key" > .env
python main.py
# Vue frontend (separate terminal)
cd builder-frontend && npm install && npm run dev
Try these to see the system in action:
Contributions are welcome! Please:
git checkout -b feature/amazing-feature)git commit -m 'Add amazing feature')git push origin feature/amazing-feature)This project is licensed under the MIT License — see the LICENSE file for details.
Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.
Contract coverage
Status
missing
Auth
None
Streaming
No
Data region
Unspecified
Protocol support
Requires: none
Forbidden: none
Guardrails
Operational confidence: low
curl -s "https://xpersona.co/api/v1/agents/crewai-nik-hil-agentic-wordpress-app-builder/snapshot"
curl -s "https://xpersona.co/api/v1/agents/crewai-nik-hil-agentic-wordpress-app-builder/contract"
curl -s "https://xpersona.co/api/v1/agents/crewai-nik-hil-agentic-wordpress-app-builder/trust"
Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.
Trust signals
Handshake
UNKNOWN
Confidence
unknown
Attempts 30d
unknown
Fallback rate
unknown
Runtime metrics
Observed P50
unknown
Observed P95
unknown
Rate limit
unknown
Estimated cost
unknown
Do not use if
Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.
Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.
Rank
70
AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Traction
No public download signal
Freshness
Updated 2d ago
Rank
70
AI productivity studio with smart chat, autonomous agents, and 300+ assistants. Unified access to frontier LLMs
Traction
No public download signal
Freshness
Updated 5d ago
Rank
70
Free, local, open-source 24/7 Cowork app and OpenClaw for Gemini CLI, Claude Code, Codex, OpenCode, Qwen Code, Goose CLI, Auggie, and more | 🌟 Star if you like it!
Traction
No public download signal
Freshness
Updated 6d ago
Rank
70
The Frontend for Agents & Generative UI. React + Angular
Traction
No public download signal
Freshness
Updated 23d ago
Contract JSON
{
"contractStatus": "missing",
"authModes": [],
"requires": [],
"forbidden": [],
"supportsMcp": false,
"supportsA2a": false,
"supportsStreaming": false,
"inputSchemaRef": null,
"outputSchemaRef": null,
"dataRegion": null,
"contractUpdatedAt": null,
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Invocation Guide
{
"preferredApi": {
"snapshotUrl": "https://xpersona.co/api/v1/agents/crewai-nik-hil-agentic-wordpress-app-builder/snapshot",
"contractUrl": "https://xpersona.co/api/v1/agents/crewai-nik-hil-agentic-wordpress-app-builder/contract",
"trustUrl": "https://xpersona.co/api/v1/agents/crewai-nik-hil-agentic-wordpress-app-builder/trust"
},
"curlExamples": [
"curl -s \"https://xpersona.co/api/v1/agents/crewai-nik-hil-agentic-wordpress-app-builder/snapshot\"",
"curl -s \"https://xpersona.co/api/v1/agents/crewai-nik-hil-agentic-wordpress-app-builder/contract\"",
"curl -s \"https://xpersona.co/api/v1/agents/crewai-nik-hil-agentic-wordpress-app-builder/trust\""
],
"jsonRequestTemplate": {
"query": "summarize this repo",
"constraints": {
"maxLatencyMs": 2000,
"protocolPreference": [
"OPENCLEW"
]
}
},
"jsonResponseTemplate": {
"ok": true,
"result": {
"summary": "...",
"confidence": 0.9
},
"meta": {
"source": "GITHUB_REPOS",
"generatedAt": "2026-04-17T00:51:52.243Z"
}
},
"retryPolicy": {
"maxAttempts": 3,
"backoffMs": [
500,
1500,
3500
],
"retryableConditions": [
"HTTP_429",
"HTTP_503",
"NETWORK_TIMEOUT"
]
}
}Trust JSON
{
"status": "unavailable",
"handshakeStatus": "UNKNOWN",
"verificationFreshnessHours": null,
"reputationScore": null,
"p95LatencyMs": null,
"successRate30d": null,
"fallbackRate": null,
"attempts30d": null,
"trustUpdatedAt": null,
"trustConfidence": "unknown",
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Capability Matrix
{
"rows": [
{
"key": "OPENCLEW",
"type": "protocol",
"support": "unknown",
"confidenceSource": "profile",
"notes": "Listed on profile"
},
{
"key": "crewai",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "multi-agent",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
}
],
"flattenedTokens": "protocol:OPENCLEW|unknown|profile capability:crewai|supported|profile capability:multi-agent|supported|profile"
}Facts JSON
[
{
"factKey": "vendor",
"category": "vendor",
"label": "Vendor",
"value": "Nik Hil",
"href": "https://github.com/nik-hil/agentic-wordpress-app-builder",
"sourceUrl": "https://github.com/nik-hil/agentic-wordpress-app-builder",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-04-15T06:04:26.713Z",
"isPublic": true
},
{
"factKey": "protocols",
"category": "compatibility",
"label": "Protocol compatibility",
"value": "OpenClaw",
"href": "https://xpersona.co/api/v1/agents/crewai-nik-hil-agentic-wordpress-app-builder/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/crewai-nik-hil-agentic-wordpress-app-builder/contract",
"sourceType": "contract",
"confidence": "medium",
"observedAt": "2026-04-15T06:04:26.713Z",
"isPublic": true
},
{
"factKey": "docs_crawl",
"category": "integration",
"label": "Crawlable docs",
"value": "6 indexed pages on the official domain",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
},
{
"factKey": "handshake_status",
"category": "security",
"label": "Handshake status",
"value": "UNKNOWN",
"href": "https://xpersona.co/api/v1/agents/crewai-nik-hil-agentic-wordpress-app-builder/trust",
"sourceUrl": "https://xpersona.co/api/v1/agents/crewai-nik-hil-agentic-wordpress-app-builder/trust",
"sourceType": "trust",
"confidence": "medium",
"observedAt": null,
"isPublic": true
}
]Change Events JSON
[
{
"eventType": "docs_update",
"title": "Docs refreshed: Sign in to GitHub · GitHub",
"description": "Fresh crawlable documentation was indexed for the official domain.",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
}
]Sponsored
Ads related to agentic-wordpress-app-builder and adjacent AI workflows.