Company

Make Websites Instantly
Reliably, & For Free

AI-powered website builder that's completely free. Built on MkDocs — AI writes markdown, not code. Simple, reliable, and cheap to run.

What Makes This Special

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.

The Reality Check

✅ The Pros

  • AI writes markdown, not code — Less variance, fewer bugs
  • Runs on cheaper models — Lightweight pipeline, fewer tokens
  • Completely free — No hidden costs, no subscriptions
  • Dead-simple to use — No technical knowledge needed

❌ The Cons

  • Early-stage tool — Still growing features
  • No images — Can't handle images yet
  • No backend — Static, no databases

How It Works

A 4-stage pipeline where the AI only writes markdown — never HTML or CSS. Each stage has one narrow job, so mistakes stay contained.

Interview → Architecture → Design → Writer

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.

Why This Is More Reliable

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.