01 Plugins

WooCommerce plugins we maintain in the open

Real plugins that solve real ecom problems, MIT-licensed, on GitHub. We use them ourselves on client builds, so they get fixed, not abandoned.

  1. Etherlabz Headless Bridge

    WordPress as a headless CMS: featured-image URLs, normalized SEO, per-post stylesheet manifests, CORS, rebuild webhooks. The plumbing every "WordPress as a headless CMS" stack rebuilds from scratch. Decorates every public REST post with featured_image_url and a normalized seo field (Yoast → RankMath → defaults), exposes a /headless-bridge/v1/post/{slug} endpoint with the per-post stylesheet manifest and inline <style> blocks, and ships rebuild webhooks so the static site updates when the editor publishes.

  2. Etherlabz Simple Post Types

    A tidy admin UI for registering custom post types: no register_post_type boilerplate, automatic REST exposure. The focused 90% answer to custom post types. One screen, the fields that actually matter (slug, labels, supports, taxonomies, REST base), strict slug validation, automatic permalink flushes. Pairs with Headless Bridge. Every CPT you create is automatically decorated with featured_image_url and seo on the REST API.

  3. Intercom Sync for WooCommerce

    Connect WooCommerce to Intercom: customer sync, cart recovery, AI order lookup. End-to-end loop: customer records, browse and cart events, abandoned-cart detection, purchase-based segmentation, and a REST endpoint for Intercom AI to answer order questions in real time.