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.
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. 😎
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.
Questions? Feedback? Bugs? Find us in the #experience-builder channel on Drupal Slack.