Better Block Editor (BBE)
Better Block Editor (BBE) adds responsive layout controls, hover effects, on-scroll animations, and ready-to-use site templates to Block Editor. It’s not another page builder. It doesn’t replace core blocks or add bloat — BBE just adds the missing settings where needed. It works with your current block theme and plugins, so your existing content stays intact. Highlights Responsive Settings for Row, Stack, Grid, Columns, Button, Navigation, and text (Heading, Paragraph) blocks — choose a breakpoint, then adjust orientation, spacing, and alignment at that breakpoint. Responsive Visibility for any block — set the default visibility state and change it at a chosen breakpoint. Prevent Shrinking for elements set to Fixed or Fit-content sizes — keeps complex layouts intact on small screens. Animation on Scroll — configurable animation effect, easing, duration, and delay. Hover colors for Button and Navigation. Pre-made Sites and Partial Import — bring over a full site or a single page/section; assets import automatically. One-click customization for imported content — set primary, secondary, and neutral colors; BBE creates a balanced palette in one click. Native Block Editor integration — no lock-in, lightweight, GPL, and free. Free pre-made site templates Business — https://templates.wpbbe.io/business/ Brewery — https://templates.wpbbe.io/brewery/ Life Coach — https://templates.wpbbe.io/life-coach/ Bakery — https://templates.wpbbe.io/bakery/ More templates coming soon. How it works Import a template and make it yours in minutes with the one-click customization tool. Mix pages and sections from different templates with Partial Import. Create a professional website in hours — not weeks! Features Responsive Settings for Row and Stack — change orientation (convert Row ↔ Stack), justification, vertical alignment, and spacing at a chosen breakpoint. This panel is key to controllable responsive behavior in Block Editor sites. Prevent Shrinking — available when a block’s width/height is set to Fit content or Fixed; prevents fixed-size elements from collapsing on small screens. Responsive Visibility for any block — set the default visibility state (visible/hidden) and change it at a chosen breakpoint. Responsive Settings for Grid — replaces the core Stack on mobile with a dedicated panel to choose the stacking breakpoint and adjust spacing at that breakpoint. Improved Stack on mobile for Columns — choose the breakpoint and optionally reverse the column order at that breakpoint. Navigation overlay menu — replaces the fixed Mobile option with Responsive; pick the exact breakpoint when navigation collapses to a menu icon (useful for headers). Hover color for Navigation — add hover color controls for menu and submenu items. Responsive Settings for Button — control the orientation of inner buttons (stack or reverse), plus justification and vertical alignment at a chosen breakpoint. Hover colors for Button — set text, background, and border colors on hover. Responsive Settings for Post Template (Grid view) — stack posts and adjust spacing at a chosen breakpoint. Animation on Scroll for any block — subtle reveal on scroll with configurable effect, easing, duration, and delay. Responsive text alignment — add alignment controls at a chosen breakpoint for Heading, Paragraph, and select text-based blocks. SVG Icon block + sanitized SVG upload — place SVG icons anywhere; control size, color, hover color, and linking. Breakpoints — edit built-in breakpoints and add or remove custom breakpoints. Requirements & Compatibility WordPress 6.8 or later Uses the native Block Editor (Gutenberg) Works with block themes; does not target third-party page builders Privacy This plugin does not collect personal data from site visitors. It uses standard Block Editor controls and optional template imports. Site owners should review their own analytics/embeds for compliance. License Better Block Editor is distributed under the GPLv2 or later. You are free to use it on personal and commercial sites. Resources Official website — https://wpbbe.io/ User Guide — https://docs.wpbbe.io/
Top keywords
- block14×2.32%
- breakpoint13×2.15%
- responsive11×1.82%
- templates8×1.32%
- block editor7×1.16%
- editor7×1.16%
- hover7×1.16%
- stack7×1.16%
- chosen6×0.99%
- chosen breakpoint6×0.99%
- https6×0.99%
- io6×0.99%
KineticHub – Animated Blocks
KineticHub is a lightweight suite of animated Gutenberg blocks for designers, agencies, developers, and site builders who want to add motion, media, and interactive UI effects to WordPress pages without leaving the block editor. The plugin includes visual blocks for animated typography, video modals, audio players, before-and-after image comparisons, marquees, interactive buttons, hero backgrounds, scroll dividers, split scroll layouts, cursor reveal lists, ambient visuals, and motion-ready containers. KineticHub is designed for modern WordPress workflows. Blocks can be inserted, configured, and reused directly inside the editor, while frontend assets are loaded through WordPress block asset registration. Use KineticHub to build: Animated landing page sections Portfolio and agency pages Interactive hero areas Product and service highlights Editorial layouts with motion Media-rich Gutenberg pages Lightweight visual effects without a page builder dependency View demos and documentation at: https://getkinetichub.com KineticHub includes 12 Gutenberg blocks. The full block list is available in the Blocks section below. Performance Focused KineticHub is designed to avoid unnecessary page weight and unnecessary frontend execution. Block assets are loaded through WordPress block asset registration. Shared runtime behavior is handled by lightweight frontend assets. Video embeds are initialized lazily after user interaction where supported by the block setup. Motion-heavy effects respect reduced-motion preferences. Global motion settings can be configured from the KineticHub dashboard. Blocks are designed to work with modern WordPress themes and performance optimization tools. Accessibility KineticHub includes accessibility-oriented behavior across supported blocks. Reduced-motion support for users who prefer less animation. Keyboard focus handling where interactive controls are used. Screen-reader friendly fallback text for animated typography. ARIA labels for video modal controls. Semantic output and escaped server-side rendering. Interactive blocks are designed to remain usable without relying only on motion. External Services The plugin does not connect to external services on activation. Some blocks may load third-party media only when a site administrator configures content that uses those providers. For example, the Kinetic Video Modal block can embed videos from YouTube or Vimeo when a YouTube or Vimeo URL is entered by the site administrator. Third-party services may receive visitor data when embedded media is loaded by the browser. This depends on the configured media URL, the provider used, and the visitor’s browser behavior. Supported optional video providers include: YouTube YouTube NoCookie Vimeo Self-hosted media files can also be used. Provider endpoints that may be used when configured by the site administrator: YouTube video embeds: https://www.youtube.com/ YouTube privacy-enhanced embeds: https://www.youtube-nocookie.com/ YouTube thumbnail images: https://img.youtube.com/ Vimeo video embeds: https://player.vimeo.com/ Provider policies: YouTube Terms of Service: https://www.youtube.com/t/terms YouTube Privacy Policy: https://policies.google.com/privacy Vimeo Terms of Service: https://vimeo.com/terms Vimeo Privacy Policy: https://vimeo.com/privacy Source Code This plugin includes compiled JavaScript and CSS generated with npm and WordPress build tools. The human-readable free-version source files used to build the distributed assets are publicly available here: https://github.com/GetKineticHub/kinetichub-free-source/tree/wporg-free-source-1.0.14 The public source branch includes the uncompiled free-version source files, package.json, webpack configuration, and build instructions for the JavaScript and CSS assets included in the distributed build/ directory. Build Instructions The plugin uses the standard WordPress block build pipeline based on @wordpress/scripts. To rebuild the distributed assets from the public source branch: Clone the public source repository. Check out the matching source branch: wporg-free-source-1.0.14 Install build dependencies: npm install Generate production assets: npm run build The build process compiles source files from the source repository into a build directory using the included webpack configuration. Build Requirements Node.js 18 or later npm 9 or later