
Look at me. I Am The Admin Now!
What Is This Thing? IATAN is a self-hosted AI platform written in Go. You give it a site description. It builds the whole thing. Then it monitors it. Then it fixes what it broke. Then it monitors again. It's a very productive cycle. One binary containing: A web server (embedded Caddy, free HTTPS via Let's Encrypt) A database (pure Go SQLite, per-site, no database server needed) An admin panel (no build step, because we're not animals) A reverse proxy for multi-site hosting And a brain that does the actual work while you take credit No Docker. No npm. No nginx config files. No 47-step deployment guide. You download the binary for your platform, you run it. That's the tutorial. The Brain Has a Plan (Literally) Every site goes through a deterministic pipeline. Not a "let's see what the LLM feels like doing today" loop. An actual structured process: PLAN → DESIGN → DATA LAYER → BUILD PAGES → REVIEW → MONITORING PLAN reads your description, outputs a structured blueprint. If your descriptio
Continue reading on Dev.to Webdev
Opens in a new tab




