On This Page
On This Page
Alpine.js Enqueue
Overview
Loads Alpine.js where you choose—front end, admin, or both—using a bundled copy by default (optional CDN fallback). Supports defer/async, frontend scope controls, admin scope (including PowerSuite screens), and skip-if-already-detected so you do not double-load Alpine. Ideal for lightweight reactive UI without shipping a full SPA framework.

- Developers adding small interactive UI with Alpine directives
- Teams that want Alpine available in admin or PowerSuite screens
- Sites replacing ad-hoc Alpine enqueues in the theme
Features
Front end and/or admin
Bundled by default
Defer / async controls
Scope options
Skip if detected
Use Cases
- Lightweight theme interactionsAdd Alpine for menus and toggles without React or Vue.
- PowerSuite admin UI helpersLoad Alpine only on PowerSuite screens for custom admin widgets.
- Agency starter stacksGive every client the same Alpine enqueue policy instead of per-theme snippets.
Frequently Asked Questions
What does Alpine.js Enqueue do in WP PowerSuite?
It loads Alpine.js on the front end and/or admin with controls for source, defer/async, scope, and duplicate detection.
How do I enable Alpine.js Enqueue in WP PowerSuite?
Enable the module, turn on frontend and/or admin loading, then save. Leave at least one context on.
Who should use Alpine.js Enqueue?
Developers and agencies who want a consistent Alpine load without a heavy JS framework.
Will it load Alpine twice?
Not if Skip if detected is on and Alpine is already present on the page.
Is Alpine.js Enqueue a free or Pro module in WP PowerSuite?
It is included (free) with WP PowerSuite.

