Adds the current store and website code as classes on the HTML body tag, making it easy to target store- or website-specific styling and behavior in multi-store Magento 2 setups.
Developer Tools
Debugging, profiling, testing, migrations, code generation
Provides advanced logging with graded levels (debug, info, warning, critical) per extension. Log entries are stored in a database table viewable in the Magento admin panel.
Adds REST API endpoints for advanced indexer operations and coupon property updates that Magento's native API does not expose, intended for use with MCP servers and store automation tooling.
Provides tooling to create and manage Data Transfer Objects in Magento 2 while retaining DI, plugins, and preferences, with automatic hydration from arrays.
Adds a developer toolbar to Magento 2 for debugging. Provides quick access to information about routes, queries, logs, and more.
Validates Magento 2 extension code by checking for missing dependencies in module.xml and composer.json. It helps identify undeclared dependencies and deprecated classes.
Integrates the CodeMirror code editor into Magento 2 admin. Provides form elements for UI components and frontend models for system configuration.
Excludes unused themes from the static content deploy to speed up and slim down production deployments.
Connects your Magento 2 store to AI assistants like Claude and ChatGPT via the Model Context Protocol (MCP). Enables natural language querying of orders, products, customers, inventory, and system health with flexible filtering and aggregation.
Implements REST WebAPI endpoints for product reviews — create, update, search and fetch reviews with ratings — filling a gap in Magento's native API, with a dedicated ACL resource.
Companion Magento module for the Store Info Chrome extension that surfaces key store configuration — Magento version, locale, currency, website/store/store-view names and active theme — directly on the storefront to speed up development and debugging.
Lets admins view and manage Magento log files directly from the backend without SSH or filesystem access, providing a UI to list log files, inspect contents, filter and search entries, and safely clear logs, with ACL-based access control.