Web interface for Intuition, as deployed at https://intuition.toolforge.org/.
PHP 7.4 or higher is required, and Composer.
git clone https://gerrit.wikimedia.org/r/labs/tools/intuition-web && cd intuition-web
composer install --no-dev
Then, to start a local web server at http://localhost:4000.
php -S localhost:4000 -t public_html/