AI-powered website builder that's completely free. Built on MkDocs — AI writes markdown, not code. Simple, reliable, and cheap to run.
Most AI website builders generate raw HTML/CSS — every line of code is a chance for the model to hallucinate. They need expensive frontier models and heavy guardrails just to stay coherent.
This builder does the opposite: the AI only writes Markdown — the format it's already best at. MkDocs handles the rendering. The result? Less variance, fewer mistakes, and it runs on cheaper models.
Made by 𝔐𝔞𝔥𝔢𝔯 𝔇𝔞𝔤𝔢𝔰𝔱𝔞𝔫𝔦, Software Engineer student at KFUPM.
A 4-stage pipeline where the AI only writes markdown — never HTML or CSS. Each stage has one narrow job, so mistakes stay contained.
The AI interviews you to understand what you want, plans the page structure, picks a theme (mkdocs.yml), then fills each page with markdown. MkDocs converts it all to a static site — the AI never touches the HTML.
Markdown has ~10 formatting rules. HTML/CSS has hundreds. Less freedom = less can go wrong. When the AI does make a mistake, it's a broken bracket in JSON — not a mangled layout. Catchable, fixable, and cheap to re-run.