Elementor Ultra is MIT-licensed open source from the same team, separate from
the WPOS product documented in the other tabs. It is not affiliated with or
endorsed by Elementor Ltd; “Elementor” is their trademark, and this is an
independent toolchain that targets their page format.
The architecture in one pass
- JSX components. Pages live in an fs-project:
pages/*.page.jsx, sharedcomponents/, design tokens intheme.mjs. See Projects. - Compiler.
exjsx buildcompiles JSX to Elementor V4 atomic JSON, dedupes repeated styles into shared global classes, and writes one reviewable bundle file. Every change is a git diff, not a 4,000-line JSON blob. - REST deploy.
exjsx deploywrites variables, classes, and pages to the site over REST, idempotently, with drift protection for hand-edited pages. See Deploy. - Native Elementor V4 pages. What lands on the site is standard atomic Elementor content. Open it in the editor, hand it to a client, or keep iterating from source.
The four packages
A companion WordPress plugin, elementor-ultra-mcp, ships bundled inside the
playground snapshot (and as a zip for real sites). It provides the REST seams the
deployer and gates talk to, plus CSS lifecycle guards that keep agent deploys and
human editor sessions from destroying each other’s work. See
The companion plugin.
Who it is for
- AI agents that need a real API surface for Elementor instead of a blank file: typed components, build-time errors, one-call verification gates, and briefs designed for one-shot builds.
- Developers and agencies who want Elementor sites in version control: reviewable diffs, CI-friendly linting, idempotent deploys, and a local environment that boots in seconds.
Start here
Quickstart
Local WordPress to a deployed, verified page in a few minutes.
Install
The package matrix, requirements, and using a real WordPress site.
Projects
The fs-project layout: pages, components, theme tokens.
Styling
The sx vocabulary, the Tailwind subset, and the raw CSS escape hatch.
Verify
The post-deploy gate: structural matrix, interaction tests, doctor.
API card
The complete one-page authoring reference.