Adding a Feature to Pagelively with One Prompt

Adding a Feature to Pagelively with One Prompt

I regularly hear about how AI driven development doesn’t work. That’s BS. No, you aren’t going to build a full enterprise application with a single prompt. But you can absolutely build good working software with AI. I recently created Pagelively to host Single Page HTML, Markdown, static sites, etc. on Cloudflare without having to handle a git repo, deployments, etc. It makes it super easy and can be deployed entirely from the cloud without needing to know a single CLI command. ...

August 24, 2026 · 8 min · Nicolas Nowinski
Abstract digital workspace and information concept

Building AI Native Repos: Seperating Knowledge from Work

As I’ve become a more AI-Driven developer I’ve started to realize that our software repos need to change. And a big part of that change is around documentation. Repos were have always been designed around two consumers: 1) human developers and 2) build/deploy pipelines. For the humans, we organized our code, add comments to code, and occasionally left a few TODO files lying around. For the pipelines, we made sure everything needed to independently build the solution was in the repo and had relative references. ...

August 23, 2026 · 8 min · Nicolas Nowinski