Well me and Claude did. We made this:
https://codeberg.org/louieoc/Daps
It’s an open-source framework for managing websites where portability is a first-level feature, so you’re not locked into any hosting provider. It’s called Daps and uses Docker to mirror your local environment to a remote host, and then implements a bunch of workflows to keep your environments in sync.
Partly I made it so I could move my own websites off of their hosting. For example this WordPress site you’re reading right now was on a shared Linux host for over a decade. Now it’s on a VPS host running Docker, and I’ve switched hosts a couple of times already just because it’s easy (and also for testing).
I also just swapped out the theme (from TwentyTen to TwentyTwentyFive — you see how stuck it was), which was kind of seamless. I developed and tweaked the site on my workstation until it was looking “good enough” and then synced it to the remote host in about 10 seconds.
I’m actively developing Daps and will write more about it soon.
I will also note that something like Daps might have been more interesting before the rise of agentic AI, which makes a lot of development and devops effort obsolete. Personally I don’t want to offload all of my sovereignty to AI companies, and this is an expression of that.
This does feel similar to a long project I undertook last year, which was mixing some old An Invitation to Love recordings, which for some reason took forever — it was a lot of trial and error. I haven’t released those and might not, but the value to me was in doing it more than it was in getting it done.
Coincidentally, I just saw this video that talks about this very thing.



