FBT widget for WooCommerce. Mined from your real orders.
Drop the [mba_fbt] shortcode on a product page. Get a Frequently Bought Together widget powered by precomputed rules from your own order history. 10-minute install. Free tier on WordPress.org.
(WordPress.org listing pending review; we send the zip directly until live)
Why this fit
Most WooCommerce FBT plugins either ship a static "customers who bought this also bought" hardcoded by the merchant, or call out to a SaaS that takes a revenue share. MBA runs the mining engine inside your wp-cron, stores the rules in your wp_options + custom tables, and ships a shortcode / Gutenberg block / theme template tag. No SaaS, no revenue share, no data leaving your server.
The right primitives for the job
Real co-purchase mining
Four engines (sql_pairs, fp_growth, hui, ai_catalog) over your real order history. The rules are inspectable in your wp-admin: support, confidence, lift, every column.
Storefront FBT widget
[mba_fbt] shortcode, Gutenberg block, and theme template tag, pick the integration that fits your theme. Hides itself when no rules exist for the source product.
10-minute install
wp plugin install + activate, then `wp mba run-job --engine=fp_growth --days=90` to get your first rules. Sub-millisecond storefront fetch once rules are materialized.
Bring-your-own LLM key (Pro)
ai_catalog engine handles cold-start stores by reasoning over your catalog metadata via Anthropic or OpenAI, your key, your bill, your data never touches our servers.
WordPress.org compliant
Free tier on the WP.org plugin directory. GPLv2 license. Strict input sanitization, nonce checks on every admin action, no eval/base64_decode tricks.
Auto-mining cron
Schedule weekly remining out of the box. Orders-velocity triggered remining: 50 new orders since the last run auto-fires a fresh mining job, no manual touch.
What you skip
The friction we're explicitly cutting out.
- Monthly SaaS subscription that scales with your store size
- Revenue share on every recommendation-attributed sale
- Sending your order data to a third-party cloud
- Manually picking which products go together
- Vendor lock-in (cancel = recommendations stop)
Mine your own orders. Show real complements. Keep your data.
Free tier covers sql_pairs + fp_growth engines + the FBT widget. Pro tier ($49/mo) adds HUI (revenue-weighted), ai_catalog (cold-start AI), auto-mining, and the public REST + MCP APIs. Both ship with a 14-day money-back guarantee.
See pricing