The latest in Magento land
Do you know that feeling? You worked long and hard on that blog post? Or that super wicked Magento extension? And then you hit publish and... nothing. No one reads it. No one sees it. It just sits there. Well, not anymore! Mage Dispatch is here to help you get your content out there.
Mage Dispatch is a newsletter for the community and by the community. Here you can share links that you think that the community should know about. We will include it in our next newsletter.
-
https://github.com/DavidBelicza/Magento-AI-Search
Implements semantic search by embedding product text via an external AI server and storing vectors in OpenSearch k‑NN, with fallback to keyword search. Includes architecture, installation/configuration, system requirements, performance estimates, and support for Luma and headless GraphQL.
13 -
https://github.com/artmuscode/Smarty-US-Address-Validation
Adds server-side SmartyStreets autocomplete to the shipping address step and validates US addresses before advancing, pausing to let users choose when a corrected address is suggested. Captures delivery metadata (RDI, latitude/longitude, precision) on orders, exposes REST endpoints, and fails open on errors, with clear install and config guidance.
13 -
https://github.com/mageprince/magento2-mage-ai-predict
Forecast next month's demand per product from sales history with a statistical baseline, optionally refined by OpenAI/Anthropic/Gemini, and get reorder quantities/dates plus overstock/dead-stock flags. Includes a color-coded admin grid, on-demand/cron scheduling, and tunable settings for lead time, safety stock, and history window.
27 -
https://github.com/mage2sk/module-pagebuilder-ai
Adds an AI Content button to PageBuilder and inline AI actions for fields to generate full layouts, copy, and meta fields using OpenAI or Claude. Includes presets, saved prompts, bulk generation, a request audit log, and PageBuilder‑native output; works with Hyvä and Luma.
35 -
https://github.com/Sental/elastic-status
Checks and exposes Elasticsearch cluster health on a schedule via cron and on demand through admin/CLI, with simple Composer installation steps.
111 -
https://github.com/frey338111/magento2-hmh-review-auto-approval
Auto-approves product reviews asynchronously via a queue when selected validators pass (minimum rating, difference from product average), with all/any/no pass modes and optional auto-rejection. Includes admin configuration, a queue topic/consumer, and an extensible validator pool for adding custom rules.
13 -
https://github.com/TonyMerlin/M2-AdminFileManager
Adds an admin-area file browser and text editor with clickable breadcrumbs, ACL-controlled view/edit access, and a detailed activity log. Enforces strict security with path validation, a sensitive-file denylist, and allowlisted text types only—no upload, delete, or rename actions.
13 -
https://github.com/elgentos/magento2-review-reminder
Automatically sends review reminders a configurable number of days after shipment, with per-store sender addresses and customizable review/complaint links, all configurable in admin. Includes manual and Composer installation instructions.
215 -
https://github.com/genecommerce/module-envphp-modules
Enables dev-only modules via app/etc/env.php instead of app/etc/config.php, avoiding changes to config/composer files and supporting zero-downtime deployments. Provides a gene:envphp:enable CLI to toggle modules for local/tests and adjusts setup commands to respect env-defined statuses.
29 -
https://www.samdjames.uk/blog/magento-ai-operational-maturity/
A priority-ordered roadmap for using AI at speed without chaos: automated deployments, ephemeral environments, E2E and unit tests, static analysis, and security tooling. Explains what “good” looks like, what breaks without each layer, and where to start.