Honestly, it started as a hack I rigged up for myself. I got a coding agent, OpenClaw, running on an EC2 box with my repo hosted right there on it, and suddenly I could iterate on my apps from my phone. Make a change, ship it, see it live, all without opening my laptop. I remember doing it from my couch, then in line for coffee, then lying in bed, just talking to my project and watching it update in real time. That was the moment it clicked. I'd always assumed building software meant being chained to a desk with a full dev setup in front of me, and here I was doing it one-handed from my phone like I was texting a friend. The catch was that it took a real pile of
DevOps wiring to get there. Spinning up the server, connecting the repo, keeping it alive, none of that is something a normal person would ever do. It felt unfair that the experience was locked behind so much setup. So I set out to build the thing that gives anyone that same feeling, building and running real apps from your phone, with none of the plumbing. That became VibeKit.