HoneyBun is a multi-vertical, multi-city SEO website platform. Operators get fully deployed WordPress sites with AI-generated content, schema markup, and a DCC engine that personalizes every page from a single JSON config.
An operator signs up, their site is provisioned, AI generates content, and the render worker delivers optimized HTML to every visitor — all from a single JSON config.
Diagnostic call → Simplex checkout → webhook fires provisioning. Operator picks their vertical (plumber, gym, med spa, etc.) and market.
hb-provision worker clones the golden WordPress instance on Cloudways, assigns a subdomain, and stores client data in KV.
hb-content worker runs two passes: Sonnet researches the market, Opus writes high-converting local SEO copy for every page and city.
The WordPress theme fetches from hb-render on every request. HTML fragments, CSS vars, and JSON-LD schema are injected into the page — no plugin required.
Schema.org markup is injected per page type — LocalBusiness, Service, FAQPage, AggregateRating, BreadcrumbList — all wired to DCC data.
Monthly retainer covers ongoing content updates, SEO monitoring via hb-agent, and dashboard access at app.gethoneybun.com.
Every page view travels through three systems: WordPress theme → Cloudflare Worker → KV Store. The mu-plugin bridges them invisibly.
Four core workers carry the request path. Fifty-five specialist workers handle orchestration, monitoring, audit, SEO, funnel, OG/image rendering, and platform plumbing. All deployed via Wrangler from workers/configs/*.toml.
{ html, css, schema } payload to the WordPress mu-plugin on every page load. Fastest path to dynamic, personalized pages.DCC JSON → KV (HB_CLIENTS) → hb-heartbeat.phpwp_option cache → BBS_Vertical_Loaderbbs_get() / bbs_get_section() → Templates
Three layers of vertical readiness: 13 golden template apps deployed and ready to clone (from deploy-manifest.json) · 15 verticals with full implementation under workers/verticals/ (DCC schema, slug patterns, schema.org type, voice preset, nav items, trust signals) · 24 verticals with marketing landing pages on gethoneybun.com. The extra 9 are sales-ready but await full build-out. 5 are running in production right now as live operator sites.
Every operator site is configured by a single DCC JSON stored in KV. The BBS_Vertical_Loader reads it and exposes it to all templates via bbs_get().
seo.php hooks into wp_head at priority 5. Every page type outputs its specific schema.org graph — all driven by DCC data, zero hardcoding.
Four storage systems, each purpose-built for its domain.
47 PHP page templates. 24 vertical landing pages. 17 resource guides. 5 comparison pages.
/vertical-seo/ with industry-specific copy, pricing, demo site link, and calendar embed./local-seo-vertical/. Builds organic authority and attracts operators researching SEO solutions.vertical-template.php./book/. Vertical slug passed as ?v=plumber for personalized booking experience.honeybun_get_vertical_data() and honeybun_get_resource_data() power all pages.All production HoneyBun platform code lives under honeybun/operations/. Each subfolder owns its own deploy target.
wrangler deploy --config configs/wrangler-*.toml.app.gethoneybun.com. Operator tools, intake, analytics, board.hb-operator-app (operator-facing) and hb-internal-app (internal ops).photo-booth (base / golden), realtor, plus verticals/ per-industry themes. Synced to Cloudways.hb-heartbeat.php (render bridge), hb-hero-preview.php. Mirrored to Cloudways wp-content/mu-plugins/.hb-deployer.php, hb-theme-sync.php. Bridge between Cloudflare Workers and Cloudways WordPress.go.gethoneybun.com via node generate-catalog.js.The operator-facing control center. Analytics, integrations, site management — all in one place.