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:
View demos and documentation at:
https://getkinetichub.com
KineticHub includes 12 Gutenberg blocks. The full block list is available in the Blocks section below.
KineticHub is designed to avoid unnecessary page weight and unnecessary frontend execution.
KineticHub includes accessibility-oriented behavior across supported blocks.
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:
Self-hosted media files can also be used.
Provider endpoints that may be used when configured by the site administrator:
Provider policies:
This plugin includes compiled JavaScript and CSS generated with npm and WordPress build tools.
The human-readable source files used to build the distributed assets are included directly in this plugin package in the following directory:
source/
The source directory 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.
The same human-readable free-version source is also publicly available here:
https://github.com/GetKineticHub/kinetichub-free-source/tree/wporg-free-source-1.0.0
The plugin uses the standard WordPress block build pipeline based on @wordpress/scripts.
To rebuild the distributed assets from the included source files:
Go to the included source directory:
cd source
Install build dependencies:
npm install
Generate production assets:
npm run build
The build process compiles source files from the source/src directory into a build directory using the included webpack configuration.