What problem does it solve? Managing products with multiple size, color, or material options requires generating every combination as a variant with its own SKU, price, and inventory — a process that is error-prone when done manually and hits platform limits at scale. ## Core Features & Use Cases - Platform-Specific Setup: Step-by-step variant creation workflows for Shopify, WooCommerce, BigCommerce, and custom headless builds, including option limits and bulk edit tools. - SKU Naming Conventions: A standardized SKU format (uppercase, hyphen-separated, max 20 characters) with normalization rules for values like "Navy Blue". - Large Matrix Strategies: Cartesian product generation, diff-based variant updates, archiving instead of deletion, and lazy on-demand variant creation for matrices with hundreds of combinations. - Use Case: An apparel merchant adds a new color to an existing product; the diff logic identifies only the genuinely new combinations to create and archives discontinued variants without breaking historical orders. ## Quick Start Ask the AI to generate all size and color variant combinations with SKUs for a product on your platform, following the variant matrix naming conventions.