phenaproxima / xb-demo
A pre-alpha demo of Experience Builder running on top of Drupal CMS.
Installs: 499
Dependents: 0
Suggesters: 0
Security: 0
Stars: 41
Watchers: 4
Forks: 11
Open Issues: 4
Type:project
Requires
- composer/installers: ^2.3
- cweagans/composer-patches: ^2@beta
- drupal/bpmn_io: ^2.0.6
- drupal/core: 11.x-dev
- drupal/core-composer-scaffold: 11.x-dev@dev
- drupal/core-recommended: 11.x-dev@dev
- drupal/dashboard: ^2
- drupal/default_content: ^2-alpha@alpha
- drupal/demo_design_system: 1.0.1
- drupal/drupal_cms_admin_ui: ^1.1
- drupal/drupal_cms_anti_spam: ^1.1
- drupal/drupal_cms_authentication: ^1.1
- drupal/drupal_cms_page: ^1.1
- drupal/drupal_cms_privacy_basic: ^1.1
- drupal/eca: ^2.1.3
- drupal/experience_builder: ^0.2.0-alpha6@alpha
- drupal/recipe_installer_kit: ^1-alpha3@alpha
- drupal/token: ^1
- drupal/xb_demo: @dev
- drush/drush: ^13
Conflicts
This package is auto-updated.
Last update: 2025-05-13 15:14:04 UTC
README
⚠️ WARNING ⚠️
This repository is intended to provide a pre-beta demo of Experience Builder. Experience Builder is not stable and could change anything, at any time, without warning. There is no update path yet; data loss is possible. Additionally, this demo project will be abandoned when Experience Builder reaches beta (expected in mid-2025).
Feedback is very welcome, but you ABSOLUTELY SHOULD NOT use this project to build a real site.
About
Experience Builder (or XB for short) is Drupal's next-generation page building tool, currently under heavy development on drupal.org. This is a demo package of Drupal to try out Experience Builder. 😎
Getting Started 🚀
We strongly recommend using DDEV (version 1.24.0 or later) to run this project, since it includes everything you'll need.
Cloning the repository locally is not required.
Instead, in a terminal with DDEV installed, run the following commands to spin it up:
mkdir xb-demo
cd xb-demo
ddev config --project-type=drupal11 --docroot=web
ddev composer create phenaproxima/xb-demo --stability=dev
ddev launch
You don't have to use DDEV; any tech stack that supports Drupal should work just fine.
Getting Help
Questions? Feedback? Bugs? Find us in the #experience-builder channel on Drupal Slack.