Skip to main content

Extensions

Extensions are modular features you manage from Unyson+ → Extensions. Install only what a project needs.

Available extensions

The In manager? column shows whether an extension appears on the Unyson+ → Extensions page (where you activate and deactivate it yourself):

  • Yes — listed on the Extensions page; toggle it on/off there. A few ship off by default (noted below) so lean sites don't load a runtime they don't use.
  • Autonot listed; it's foundational and is activated automatically (always on).
  • Dependencynot listed; it's switched on automatically when an extension that relies on it is activated.
ExtensionWhat it doesIn manager?
Page BuilderVisual drag & drop page building with shortcodes. → docsYes
WordPress ShortcodesInsert Unyson+ shortcodes in any editor. → docsYes
Live Page EditorEdit builder pages on the live front end. → docsYes
Site ConverterImport an AI-generated / captured website into WordPress. → docsYes
Site MigrationMove a whole site (DB, uploads, themes, plugins) to another install in resumable background slices.Yes
Template LibraryA browsable catalog of premade section / page templates, downloaded on demand into uploads.Yes
Custom FieldsACF-style custom fields builder. → docsYes
Post Types & TaxonomiesRegister CPTs and taxonomies from the admin. → docsYes
PortfolioA fully-featured portfolio module. → docsYes
SidebarsAdd multiple/dynamic sidebars per page. → docsYes
BreadcrumbsDrop-in breadcrumb navigation. → docsYes
SEODynamic titles & descriptions, canonical URLs, indexing control and XML sitemaps. → docsYes
FormsDrag & drop contact form builder. → docsYes
Newsletter / Subscriber CRMStores and manages people who sign up through the [newsletter] element — subscribers, lists, tags, segments, CSV import/export.Yes
Mega MenuMulti-column dropdown mega menus. → docsYes
Mailer (hidden)Global email settings + send service used by Forms / Newsletter. → docsDependency
Asset OptimizerCombine enqueued assets to cut HTTP requests. → docsYes
SnippetsSave and embed reusable builder content. → docsYes
WooCommerceStorefront elements + theme integration. → docsYes
Animation EngineWebGL objects, scroll/hover/cursor/text motion and page-transition modules. → docsYes — off by default
Animated IconsAdds an "Animated" tab to the icon picker (Lottie, Rive, animated SVG, GIF/APNG/WebP).Yes — off by default
ChatA floating multi-channel contact button (WhatsApp, Messenger, Telegram, SMS, Email…).Yes — off by default
Gutenberg BlocksExposes Unyson+ elements as native, server-rendered Gutenberg blocks.Yes
Shortcodes (hidden)The shortcodes framework that powers the page builder. → docsAuto
Blog (hidden)Relabels Posts as "Blog" across the admin and front end. → docsAuto
Update (hidden)GitHub-based auto-updates for the plugin, theme and extensions. → docsAuto
Builder (hidden)The base builder option type to build custom builders on. → docsDependency

:::note Theme Builder Divi-style global headers, bodies and footers (with conditional assignment) aren't a separate toggle — they're part of the Page Builder + Snippets extensions. → Theme Builder docs :::

Installing & updating

Each extension lives in its own GitHub repository under the Unyson+ org and updates straight from its default branch — no releases required. When a new version is pushed, the Updates page in WordPress offers it automatically.

Developer note

Extensions live in framework/extensions/. See Creating Extensions for how to build your own, Option types for how options and shortcodes are built, and the per-area AGENTS.md files in the plugin source for recipes.