# Building and hosting a website in under three minutes

> Source: <https://mattsayar.com/building-and-hosting-a-website-in-less-than-3-minutes/>
> Published: 2026-06-20 22:09:22+00:00

# Building and hosting a website in less than 3 minutes

I recently wrote about [building a website in minutes](https://mattsayar.com/how-to-build-a-website-and-host-it-in-minutes/), and now it's even faster. As in, literally 4 minutes and 22 seconds.

Cloudflare released the ability for [agents to deploy with temporary accounts](https://blog.cloudflare.com/temporary-accounts/). Using my example from the other post, that means you can pop open [Claude Code](https://code.claude.com/docs/en/desktop-quickstart) and just type:

Claude initially didn't know that the `--temporary`

tag existed, so I gave it a little encouragement to try it anyway. And then it did:

Since I was already logged in, I clicked the Claim Account link, and [now it's live](https://steep-waterfall-7509.matt-sayar.workers.dev/)! From there, simply add a domain like I [mentioned before](https://mattsayar.com/how-to-build-a-website-and-host-it-in-minutes/), and you've got a site on the internet!

My first reflex was to reach for Claude Code, but I wondered if you could do it in the desktop app. And you could! This time it didn't give me any grief for the `--temporary`

flag and it did it in less than three minutes. This is really, really cool.
