Breakdance is a page builder that features a drag-and-drop interface for users to create pages using full site editing functionality.

117 detections
20 websites tracked
Updated 04 Jun 2026

Websites Using Breakdance

What Is Breakdance?

Breakdance is a visual website builder plugin for WordPress that lets you design entire sites, including headers, footers, dynamic templates, and content, directly in the browser through a drag-and-drop interface. Built by the team behind the popular Oxygen builder, Breakdance launched as a modern, all-in-one alternative aimed at users who want the power of a developer-grade builder with a friendlier, more polished editing experience.

In practical terms, Breakdance is a WordPress plugin that you install and activate on top of any compatible theme. Once active, it provides its own canvas where you build pages and templates visually, and it can take over the rendering of your headers, footers, single-post layouts, archive pages, and even WooCommerce templates. It is not a theme and not a hosted platform; it is a plugin that adds a comprehensive design and templating system to a standard WordPress installation.

Breakdance is positioned as a serious competitor to established WordPress builders like Elementor, Bricks, and its own sibling Oxygen. Its pitch centers on combining ease of use with depth: a clean interface that beginners can navigate, paired with the dynamic-data, conditional-logic, and global-styling capabilities that professionals demand. It offers a free version with core building features and a paid license that unlocks the full element library, premium integrations, and advanced functionality.

A useful way to frame Breakdance is to think about what it consolidates. On many WordPress sites, the header and footer come from the theme, the page content comes from one builder, the forms come from a separate plugin, and the popups come from yet another. Breakdance aims to handle all of that in a single tool: a header and footer builder, a page and template builder, a form builder, a popup builder, and a menu builder, unified under one consistent interface. That consolidation reduces the number of moving parts on a site and the number of plugins a site owner has to maintain. For anyone comparing builders, our guide on how to identify a WordPress theme and plugins is a helpful companion.

It also matters who Breakdance is for. The product targets freelancers, agencies, and professional site builders who design WordPress sites for clients, as well as ambitious DIY users who have outgrown simpler tools. Because it descends from Oxygen, a builder long favored by developers for its clean output and structural control, Breakdance carries that DNA of producing relatively lean markup and exposing the underlying HTML structure rather than hiding it behind opaque widgets.

How Breakdance Works

Breakdance operates as a WordPress plugin that overlays a visual editing environment on your site. When you edit a page or template in Breakdance, you leave the standard WordPress editor and enter the Breakdance canvas, a live, what-you-see-is-what-you-get workspace where you add and arrange elements.

The core building blocks are elements, ranging from basic structural pieces like sections, columns, and divs to rich components like sliders, tabs, accordions, pricing tables, forms, and WooCommerce product elements. You assemble these into a structure that mirrors how HTML is nested, and you style each element through a settings panel that exposes spacing, typography, backgrounds, borders, and responsive behavior across breakpoints. Breakdance applies styling in a way that maps cleanly onto CSS, which is part of why its descendants from Oxygen are known for tidy output.

A central concept in Breakdance is global design and templates. You define global colors and typography presets once, then reference them everywhere, so a brand change propagates across the whole site. You also build templates that control entire categories of content: a single-post template renders every blog post, an archive template renders category and tag listings, and product templates render WooCommerce items. These templates use dynamic data, pulling in the post title, featured image, custom fields, author, date, and more, so one visually designed template displays an unlimited number of items.

Breakdance includes its own header and footer builder, so you design the site's global navigation and footer visually rather than relying on the theme. It also ships a form builder for contact and lead-capture forms, a popup builder for modals and announcements, and a menu builder for advanced navigation, including mega menus. Conditional logic lets you control where templates and popups appear based on rules like post type, taxonomy, or user role.

When a visitor loads a Breakdance page, WordPress hands rendering to Breakdance, which outputs the HTML and the CSS it generated for that page's elements. The builder is designed to enqueue only what a given page needs and to produce reasonably lean markup compared with heavier builders. Breakdance also offers a growing set of native integrations with form-handling services, marketing tools, and dynamic-data sources, and it works alongside the broader WordPress plugin ecosystem. Because so much of the site, structure, styling, templates, forms, and popups, lives inside one plugin, Breakdance functions as a near-complete site-building layer on top of WordPress rather than a single-purpose add-on.

How to Tell if a Website Uses Breakdance

Breakdance leaves recognizable fingerprints in a WordPress site's HTML and assets. StackOptic inspects these from the server side, and you can verify the same signals manually. As with any builder, first confirm the site runs WordPress; our guide on how to tell if a website is built with WordPress covers that, and the builder-specific tells follow naturally.

Plugin asset path. The clearest signal is the plugin directory in asset URLs. Breakdance loads its CSS and JavaScript from /wp-content/plugins/breakdance/. Seeing that path in a <link> or <script> tag is strong evidence the site is built with Breakdance.

Breakdance CSS classes and attributes. Breakdance applies its own class naming and data attributes to elements. Look for classes and identifiers containing breakdance or a bde- style prefix on wrappers and sections, which the builder uses to scope its styles and behavior.

Generated stylesheet references. Breakdance generates per-page or global CSS files that live under its plugin or an uploads directory and carry Breakdance-specific naming. Requests for these generated stylesheets in the Network tab are a useful secondary signal.

Element structure. Breakdance sections, columns, and components tend to produce a consistent nested structure with its namespaced classes. Recognizing that structure in the DOM, alongside the asset path, reinforces the identification.

WordPress confirmation. Because Breakdance only runs on WordPress, the usual WordPress signals, the /wp-content/ and /wp-includes/ paths and a generator meta tag, should also be present, framing the builder detection.

MethodWhat to doWhat Breakdance reveals
View Source"View Page Source" on a page/wp-content/plugins/breakdance/ asset paths and breakdance class names
Browser DevToolsInspect elements and the Network tabbde-/breakdance classes and generated CSS requests
curl -s`curl -s https://example.comgrep -i breakdance`
WappalyzerRun the extension on the live pageMay identify "Breakdance" as the page builder
BuiltWithLook up the domainWordPress plus plugin and builder profile

A quick terminal check is curl -s https://example.com | grep -i "plugins/breakdance". A match strongly indicates a Breakdance site. To inventory the rest of the JavaScript a builder pulls in, see our guide on how to check what JavaScript libraries a website uses, and for the overall approach, how to find out what technology a website uses.

It is worth understanding how these signals hold up under customization. A developer can add custom CSS, rename some wrappers, or proxy assets, which may obscure individual cues, but the plugin asset path under /wp-content/plugins/breakdance/ is difficult to hide because the builder must load its runtime to render the page. Combining the asset path with the namespaced classes and generated stylesheets produces a confident verdict even on bespoke sites. Server-side analysis is particularly valuable because it retrieves the raw HTML directly, without the DOM rewriting and script execution that a browser introduces, making the underlying fingerprints easier to read.

Key Features

  • Full-site visual builder. Design pages, headers, footers, single-post and archive templates, and WooCommerce layouts in one drag-and-drop interface.
  • Dynamic data and templates. Bind elements to post titles, featured images, custom fields, and more so a single template renders unlimited items.
  • Global colors and typography. Define brand styles once and reuse them everywhere, so site-wide changes propagate instantly.
  • Built-in form, popup, and menu builders. Create contact forms, modals, announcements, and advanced navigation, including mega menus, without extra plugins.
  • Conditional display logic. Control where templates and popups appear based on post type, taxonomy, user role, and other conditions.
  • Clean, lean output. Inherits Oxygen's focus on tidy markup and selective asset loading for better performance.
  • Native integrations. Connects to form services, marketing tools, and dynamic-data sources out of the box.

Pros and Cons

Pros

  • Consolidates page building, templating, forms, popups, and menus into a single tool, reducing plugin sprawl.
  • Combines an approachable interface with professional-grade dynamic data and conditional logic.
  • Produces relatively clean markup and loads assets selectively, helping performance.
  • Backed by the experienced Oxygen team, with active development and a growing element library.

Cons

  • A newer ecosystem means fewer third-party add-ons and templates than long-established builders.
  • The depth of features carries a learning curve for users coming from simple editors.
  • Full functionality and premium integrations require a paid license.
  • As with any builder, content becomes coupled to the plugin, so removing it later requires rework.

Breakdance vs Alternatives

Breakdance competes with the major WordPress visual builders. The table highlights where it fits.

BuilderApproachStandout strengthBest for
BreakdanceAll-in-one visual builder pluginUnified builder for pages, templates, forms, popups, menusPros wanting depth with a clean interface
ElementorWidget-based visual builderVast ecosystem and template libraryUsers wanting the largest add-on marketplace
BricksBuilder-as-themeLean output and developer focusPerformance-minded developers
OxygenDeveloper-grade builderMaximum structural controlDevelopers comfortable with low-level control
DiviTheme plus visual builderDesign and theme bundled togetherUsers wanting an all-in-one design product

If a site turns out to use a different tool, the same fingerprinting applies; compare Breakdance with the widely deployed Elementor to see the contrast in ecosystem and approach.

Use Cases

Breakdance is well suited to professionals building complete WordPress sites. Freelancers and agencies use it to design client sites end to end, headers, footers, templates, and content, within one tool, simplifying handoff and ongoing maintenance. Because it handles dynamic templates, it is a natural fit for blogs, directories, and content-heavy sites where one design must render many items.

It also serves WooCommerce stores that want custom product and archive layouts, marketing sites that need landing pages with forms and popups, and membership or course platforms where conditional display rules tailor the experience to different user roles. DIY users who have outgrown a basic editor and want more control without writing code are another core audience.

Consider a few scenarios. An agency might standardize on Breakdance so every client site follows the same build process, with a reusable library of sections and global styles that speed up delivery. A store owner might rebuild their WooCommerce product and shop pages in Breakdance to achieve a custom look that the default theme cannot provide. A course creator might use conditional logic to show one set of templates and popups to free members and another to paying students. The common thread is a need for comprehensive design control delivered through a single, consistent tool.

From a sales-intelligence perspective, spotting Breakdance on a site is a meaningful signal. It typically indicates a professional builder or agency, since Breakdance is chosen deliberately by people who design WordPress sites for a living rather than installed by accident. For vendors selling tools, hosting, or services to agencies and freelancers, that is a high-value qualifying signal, and detecting it automatically across many prospects is exactly what a technology-detection tool is built to do. Our primer on technographics and using tech-stack data to qualify leads explains how to act on that insight.

Frequently Asked Questions

Is Breakdance a theme or a plugin?

Breakdance is a WordPress plugin, not a theme. You install and activate it on top of a compatible theme, and it then provides a visual builder for pages, headers, footers, templates, forms, and popups. Because it can take over rendering of so much of the site, it functions as a near-complete site-building layer, but technically it is a plugin that runs on a standard WordPress installation.

How do I tell if a website was built with Breakdance?

Check the page source for asset paths containing /wp-content/plugins/breakdance/, and look for CSS classes or data attributes containing breakdance or a bde- prefix on sections and wrappers. You can also watch the Network tab for Breakdance-generated stylesheets. Tools like Wappalyzer and BuiltWith may name the builder, and curl -s URL | grep plugins/breakdance confirms it from a terminal.

Is Breakdance related to Oxygen?

Yes. Breakdance is built by the same team behind the Oxygen builder. It was created as a more approachable, all-in-one product that retains Oxygen's reputation for clean, lean output and structural control while offering a friendlier interface and a broader built-in feature set, including form, popup, and menu builders. The two are separate products with shared DNA.

Does Breakdance slow down a WordPress site?

Breakdance is designed with performance in mind, inheriting Oxygen's focus on tidy markup and selective asset loading, so it generally produces leaner output than some heavier builders. That said, any visual builder adds its own CSS and JavaScript, and real-world speed depends on how the site is built, the hosting, images, and other plugins. Following performance best practices keeps Breakdance sites fast.

Can I switch away from Breakdance later?

You can, but as with any visual builder, the content and layouts you create are tied to the plugin's elements and rendering. If you deactivate Breakdance, pages built with it will lose their design and revert to raw content. Migrating to another tool means rebuilding those pages, so it is worth choosing a builder deliberately and committing to it for a project.

Want to detect Breakdance and the full stack behind any site in seconds? Try StackOptic at https://stackoptic.com.

Breakdance - Websites Using Breakdance | StackOptic