
Bridging No-Code and DevOps: Open-Source CI/CD for WeWeb + Cloudflare Pages
The Problem That Wouldn't Go Away I've been building with WeWeb for a while now. Mostly client projects that need the flexibility of custom code with the speed of visual development; But there was always one thing that drove me crazy: Every time I exported from WeWeb, it would overwrite my config files. Builds would break. I'd spend time manually fixing things. Repeat next week. Sound familiar? Why This Happens WeWeb is great at what it does, but when it exports your project, it doesn't know about your custom Vite configs, your polyfills, or your deployment setup. It just gives you the raw project files. If you're deploying to Cloudflare Pages (like I was), that means: ✅ First deployment: works perfectly ❌ Next export: config files gone, build broken 🔁 Manual fixes every single time There had to be a better way. What I Built I created weweb-cloudflare-ci —an open-source CI/CD template that automates the whole process. Here's how it works: Clones your WeWeb project Automatically reappli
Continue reading on Dev.to
Opens in a new tab

![[MM’s] Boot Notes — The Day Zero Blueprint — Test Smarter on Day One](/_next/image?url=https%3A%2F%2Fcdn-images-1.medium.com%2Fmax%2F1368%2F1*AvVpFzkFJBm-xns4niPLAA.png&w=1200&q=75)

