Post #838909
2026-03-27 13:24 UTC
Automated Pull Request development with #AI agents for #craftcms, rough idea:
- #n8n for workflow handling (ticket/markdown --> start agent --> PR creation)
- server with #ddev and #claudecode (?) running, connect via SSH
- setup one ddev project automatically per PR / task
- serve preview via `ddev share` (maybe), to have preview URLs
Blocker: I'm not a #devops person at all, would assume that a MacMini would be most easiest as development server 🤓 But VM would be more profesh.
#webdev #php #cms
Replies (1)
-
@mandrasch@social.tchncs.de 2026-03-29 07:21
Had a consultation with claude: ddev would be a solution, but with docker-compose I could use a shared mysql database server and save RAM. Therefore the leaner stack would be: n8n, docker compose on a Hetzner CAX31 „The 16GB RAM matters — each Craft preview stack (PHP + nginx + MySQL + Redis) eats roughly 500MB–1GB idle, so 8GB limits you to ~4 concurrent previews, 16GB gives you ~8–10.“ And my question: „Does anybody use such a Setup with automatic / ephemeral preview environments? Why is it not common in the craft cms community?“ #craftcms #php #ai #devops #docker