Architecture

WordPress vs Our Pipeline

WordPress serves every page through 7 layers of server-side processing. Our pipeline eliminates all of them.

WordPress

Visitor Request

PHP Server

+200ms

MySQL

+150ms

WordPress Core

72 PHP files

Theme / Divi

+87KB jQuery, +79KB CSS

Plugin Layer

20+ plugins

Rendered Page

2,288KB, 21.3s

Our Pipeline

Visitor Request

Cloudflare CDN Edge

300+ locations

Static HTML

Pre-built

Rendered Page

90KB, 1.9s

0 server processing

96% smaller

11x faster

Orchestration

How the Orchestrator Works

A single natural-language command triggers the entire pipeline. The orchestrator classifies your intent, builds an execution plan, and dispatches parallel agents to get it done.

Inputs

User Intent

Natural language command

project.json

Domain configuration

Skills Registry

19 composable skills

Orchestrator

AI-powered coordination

Outputs

Execution Plan

Ordered task graph

Agent Dispatch

Parallel skill runners

Progress Tracking

Real-time status

End-to-end flow

You say: "rebuild example.com"
Classifies intent
Generates plan
Dispatches agents
Tracks progress
Reports results

Skill System

Skills Map

19 composable skills organized into 6 categories. Each skill is independently testable, versioned, and reusable across all 300+ domains.

Orchestrator -- 19 Skills

Capture

3 skills

site-crawler

Discovers all URLs via sitemap

wp-download

Playwright headless browser capture

postprocess

Strips trackers, fixes carousels, rewrites URLs

Transform

4 skills

wp-extract

Parses HTML into structured content.json

wp-rebuild

Generates clean HTML from templates

shared-layout

Config-driven header, footer, CSS generation

generate-page

Page-type-specific template engine

Optimize

3 skills

optimize-images

WebP conversion, lazy loading, srcset updates

optimize-performance

Strips WP/Divi bloat, defers CSS

optimize-video

MP4 to WebM, poster extraction

Quality

4 skills

seo-fix

10-point audit with auto-fix

cf-security-headers

HSTS, CSP, X-Frame-Options

static-fidelity

Catches frozen carousels, dead widgets

accessibility

WCAG AA contrast, landmarks, aria

Deploy

2 skills

cf-deploy

Wrangler CLI to Cloudflare Pages CDN

cf-security-headers

Security headers generation

Features

3 skills

forms

Workers + D1 + Turnstile + SendGrid

brand-kit

Color palette, typography, component library

components

Reusable UI component library

17 Ready2 Planned6 Categories