Agentic Flow for a Simple SPA Anyone Can Build A developer known as kolodkin released spa-template, a GitHub template for building single-page apps from plain HTML, CSS, and ES modules with no bundler, Node toolchain, or build step. The workflow pairs a Python static server and Playwright tests with a GitHub Actions pipeline that tests, copies files, and deploys to GitHub Pages, and the developer says an AI agent authored every line across 97 pull requests that were merged after screenshot review. I've got three sites live that look nothing like each other, and I vibe-coded all of them. An agent wrote every line across 97 pull requests; I reviewed the screenshots and merged. Under the hood they're the same thing: a folder of plain HTML, CSS and ES modules, a Python http.server for local dev, Playwright tests, and a GitHub Actions workflow that deploys to Pages on every push to main . No bundler, no Node toolchain, no build step. Getting your own is a two-minute job. kolodkin/spa-template https://github.com/kolodkin/spa-template is a GitHub template, so hit Use this template — or say to your agent: create an SPA GitHub Pages repo based on https://github.com/kolodkin/spa-template https://github.com/kolodkin/spa-template Getting each one to a first deployed page took minutes. Steering the UI to something I actually liked took weeks. This post is about the flow that made the second part survivable. python web/ index.html import map + one