The Home for
Magento Excellence

Explore. Discover. Elevate. #magento

162
Modules Tested
98
Ready for Magento 2.4
64
Need Your Help
Stable v0.5.2
Has Build Issues
May need fixes before use

Goomento Page Builder

goomento/module-page-builder

A free Magento Page Builder extension that allows you to efficiently set up your website by simply dragging and dropping manipulation

11,653
Downloads
Below average
102
GitHub Stars
Above average
9mo ago
Last Release
1
Open Issues

Quality Score

1/5
Installs via Composer
DI compiles correctly
Templates compile
3818 warning, 10 error
PHPStan

Recent Test History

Each release is tested against the latest Magento version at that time.

v0.5.2 on Magento 2.4.8-p3
Dec 15, 2025
v0.5.2 on Magento 2.4.8-p2
Aug 14, 2025
v0.5.2 on Magento 2.4.8
May 18, 2025
v0.5.2 on Magento 2.4.7-p4
Apr 5, 2025
v0.5.1 on Magento 2.4.7-p4
Feb 15, 2025
v0.5.1 on Magento 2.4.7-p3
Oct 15, 2024

+5 older tests

GitHub Repository
Source code & docs
Packagist
Version history
Issues & Support
Get help or report bugs

This module needs community help

Dependency injection compilation fails. Your contribution could help the entire Magento community!

Help Fix This

Share This Module's Status

Goomento Page Builder Magento compatibility status badge

README

Loaded from GitHub

Goomento - Free Magento Page Builder Extension

πŸš€ Goomento PageBuilder for Magento 2

A lightweight, blazing-fast Magento 2 Page Builder extension that lets you build fully responsive, professional storefronts with an intuitive drag-and-drop interface. Whether you’re a Magento developer, agency, or merchant β€” Goomento helps you create beautiful pages without touching a line of code.

  • βœ… 100% visual editor match β€” what you see is exactly what shows on the storefront
  • ⚑ Super lightweight & blazing-fast Magento 2 Page Builder
  • 🧱 Drag-and-drop builder for landing pages, banners, and custom blocks
  • 🎨 Full control: custom HTML, CSS, animations & responsive design
  • πŸ” SEO-friendly, mobile-first, and optimized for performance
  • 🧩 Works out of the box with Luma, Porto, Fastest & more Magento 2 themes
  • πŸ’― Free, open-source, and developer-friendly β€” no locked features

Table of contents

Installation

Demo

Troubleshooting

Goomento vs Magento Page Builder

Goomento - Magento Form Builder

Wiki

REST API and GraphQL

Open An Issue

Install Goomento

Run the following command in Magento 2 root folder:

composer require goomento/module-page-builder
php bin/magento module:enable Goomento_Core Goomento_PageBuilder
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy

Enable these caches in Production mode for best performance at System > Tools > Cache Management

Pagebuilder Frontend: Uses for frontend display, preview HTML ...

Pagebuilder Backend: Uses for registered controls data of widgets, system variables ...

Setup

Create Landing Page (no coding)

To create Magento Landing Pages go to Magento Backend > Goomento > Pages & Landing Pages

This will create your landing page, which will be accessible via the storefront. No further action required.

Embed Landing Page, Blocks, Pages to layout (requires coding)

To add Blocks, Pages to layout, using the your-content-identifier identifier at Magento Backend > Goomento > Sections to the layout .xml file.

<block class="PageBuilderRenderer" name="unique-block-name">
    <arguments>
        <argument name="identifier" xsi:type="string">your-content-identifier</argument>
    </arguments>
</block>

or template .phtml file

<?= $block->getLayout()
    ->getBlock('PageBuilderRenderer')
    ->setIdentifier('your-content-identifier')
    ->toHtml(); ?>
  • To export the template, click to Export button at each page builder content
  • To import the template, go to Magento Backend > Goomento > Importer

See more at wiki page

Version Compatible

| Magento Version | 2.3.x | 2.4.0 - 2.4.5-p3 | 2.4.6-x | 2.4.7-x | 2.4.8-x | |:------------------------|:------|:-----------------|:--------|---------|---------| | Community Edition (CE) | βœ… | βœ… | βœ… | βœ… | β˜‘οΈ | | Enterprise Edition (EE) | βœ… | βœ… | βœ… | βœ… | β˜‘οΈ |

Themes Compatible

Currently, Goomento doesn't fully support headless/PWA solutions such as Venia and HyvΓ€. Other themes such as Luma, Porto, Fastest ... are the best fit. We will soon adapt to all kind of themes.

| Theme Name | Compatible | |:-------------|:-----------| | Blank + Luma | βœ… | | HyvΓ€ | ❌ | | PWA Themes | ❌ | | Porto | βœ… | | Fastest | βœ… | | Market | βœ… | | Other Themes | βœ… |

This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.

Back to All Modules