Enables configurable multi-row CMS widgets with image pickers, product pickers, select fields, repeatable sections, and sortable items. Works with PageBuilder to create custom components without complex UI development.
Developer Tools
Debugging, profiling, testing, migrations, code generation
Adds delayed message publishing to Magento's message queue system, allowing queue messages to be scheduled for processing after a configurable number of minutes. Includes a cron job and CLI command for publishing delayed messages.
Periodically exports a stripped database to an Amazon S3 bucket. It can also import a remote database dump from S3 to local.
An extension that allows to dynamically change the log level per request to DEBUG, enabling database, debug log, and verbose logging for a specifically defined request.
Looking for contributors - Help fix build issues
Enhances Magento 2 system logging with contextual metadata (file, line, class) and real-time alerts via Email and Telegram using Monolog processors and handlers for easier debugging.
Speeds up the creation of admin grids and forms in Magento 2. Simplifies UI component development for faster admin panel customization.
Displays a configurable visual environment indicator on every Magento admin page to help developers and administrators immediately identify which environment (staging, production, local) they are working in.
Embeds Apollo Sandbox at a configurable URL path for easier debugging and exploration of Magento GraphQL queries, with xdebug cookie helper support.
Injects noindex, nofollow meta tags and Magento design config to prevent search engines from indexing the Magento store. Useful for staging and development environments.
Logs all web API REST calls made to your Magento instance. Provides detailed request and response information for analysis and debugging.
Provides CLI commands to send all Magento transactional emails for testing and debugging, with options to filter by module, send single templates, scan for new core templates, and discover third-party email templates.
Provides CLI commands that wrap Magento's native ImportExport pipeline, enabling large catalog imports (products, customers) via the command line without Admin UI timeouts. Supports validation, configurable CSV options, and batch processing.