What problem does it solve? Selling grouped products as bundles or kits requires pricing logic, per-component inventory deduction, and display grouping that most ecommerce platforms do not support natively, forcing merchants to choose between apps and custom builds without clear guidance. ## Core Features & Use Cases - Platform-Specific Setup: Step-by-step configuration for Shopify (Bundler, native Bundles), WooCommerce (Product Bundles extension), BigCommerce (Bold Bundles), and custom headless storefronts. - Bundle Pricing Engine: TypeScript reference implementation covering sum, fixed, percentage-discount, and absolute-discount pricing with savings calculation and server-side recalculation. - Cart and Inventory Logic: Adds bundles as separate line items grouped by a bundle record, pro-rates discounts across components, and validates component availability atomically before checkout. - Use Case: A home goods retailer builds a "Bedroom Refresh Kit" where shoppers pick a mattress variant paired with fixed comforter and pillow components, see the savings versus buying separately, and get a specific message when one component is out of stock. ## Quick Start Ask the AI to set up a discounted product bundle with automatic inventory deduction for your platform, for example a Shopify skincare starter kit with 15% off the combined component price.