An Imbila Studio Technology Demo
A Website an AI Agent Can Run
This site is built entirely from text files, deployed via command line, and powered by tools with APIs. No admin panels. No drag-and-drop. Every layer is readable, writable, and deployable by an AI agent — or a human. That's the point.
What makes infrastructure AI-ready?
Files, not databases
Content is Markdown. Config is TOML. Templates are HTML. An agent — or a human — reads and writes plain text. No proprietary formats, no GUIs, no clicking.
Commands, not clicks
Build with hugo. Deploy with git push. Every action is a terminal command an AI coding agent like Claude Code or Codex can execute directly.
Programmable, not locked
GitHub has an API. Cloudflare has an API. Google Workspace has APIs. The entire stack is automatable end to end — by agents or by scripts.
The stack — four layers, zero cost
Hugo
Static site generator. Markdown → HTML in under 100ms. No runtime, no server. This page was built by it.
GitHub
Git repo as CMS. Push a commit, trigger a rebuild. Full version history. Private or public.
Cloudflare Pages
Build + CDN. 300+ edge locations, automatic HTTPS, unlimited bandwidth. Free tier.
Google Workspace
The dynamic layer. Forms for data capture, Calendar for bookings. Responses land in Sheets.
This site is its own documentation
Every page explains the part of the stack that powers it. The site is the demo. The demo is the explainer.