Private Beta

Getting Started

Five steps from download to your first generation.

Before you begin

Dalia requires two things to work:

  1. A DDEV-based Drupal site — Dalia is distributed as a DDEV add-on, so your project must already be running Drupal inside DDEV.
  2. Your own Claude Code subscription — Dalia delegates work to Claude through your personal account. No additional charges beyond your existing subscription.
01

Request the add-on

Dalia is distributed as a DDEV add-on during the private beta. Send a request through the contact form and you'll receive a download link for the ddev-dalia.tar.gz archive.

Request Download
02

Install the add-on

Once you have the archive, install it into your DDEV project with a single command. Point the path to wherever you saved the downloaded file.

$ ddev add-on get ./ddev-dalia.tar.gz

What changed? The add-on modifies your .ddev folder (DDEV configuration) and creates files in .claude (Claude Code commands) and .ai (AI Task Manager support). Review the .ddev changes and merge them. For .claude and .ai, we recommend committing them to your repository so the whole team shares the same setup — but adding them to .gitignore works too if your project prefers that.

03

Restart and discover

Restart DDEV to apply the configuration. Then run ddev describe to see the URL for your Dalia installation — it's specific to your project.

$ ddev restart
$ ddev describe
terminal
Output of ddev describe showing the Dalia service URL
04

Connect your Claude account

Log in to your Claude account from within DDEV. This uses your existing Claude Code subscription — no additional charges. Once you are logged in, you can safely close Claude Code.

$ ddev exec claude
05

Configure Dalia

Open Dalia in your browser and head to the settings page. You'll verify your environment, choose which Claude model to use for each pipeline stage, and optionally enable RAG for smarter context retrieval. The full walkthrough covers everything.

Configuration Guide
dalia.your-project.ddev.site/settings
Dalia settings page showing RAG status and model selection

You're all set.

Head back to learn how the six-phase pipeline turns your ideas into production-ready Drupal code.

See How It Works