A Magento 2 module that provides a command to check if your queue configuration is out of sync with the database.
23 Nov 2025
A module for Magento 2 that extends the built-in reCAPTCHA support to add Cloudflare Turnstile, an alternative privacy-friendly solution.
11 Nov 2025
This module manages alternate URLs for homepages, CMS pages, product pages, and category pages.
11 Nov 2025
A Magento 2 module that implements automatic read/write database splitting. Read queries are distributed across multiple read replicas using round-robin selection, while write operations always go to the master database. CLI operations (indexing, cron, console commands) always use the master to avoid temporary table conflicts. We ensure a 'writer first' approach and include a writer fallback for defensive posturing. It is built to support multiple readers, but 1 will work just as well.
28 Oct 2025
Automatically generate optimized llms.txt files for stores, helping AI systems to better understand the site's content. It features AI-powered content selection, one-click generation, and multi-store support while ensuring compliance with relevant standards.
28 Oct 2025
This module saves all 404 URLs to a database, providing an admin grid for reporting, redirect configuration, and filtering by store view. It includes a count so you can see which 404 urls needs your attention first.
30 Sep 2025
This module provides a snapshot of Redis health directly within the admin panel, visualizes historic health statistics, and supports different platforms. It features dedicated configurations, is designed for extensibility, and is installable via Composer. Note that it is incompatible with instances using Redis L2 cache or certain backend classes.
Magento 2 Module "Grouped Products Manager" adds new features for grouped products
19 Aug 2025
A Magento 2 module that enhances HTMX integration by providing structured controllers, events, view models, services, and enums to streamline dynamic HTML responses. An HTMX request expects an HTML snippet in response, which will be dynamically swapped into the frontend page.
07 Jul 2025
This module allows you to replace the Magento 2 default messaging system with flash messages.