TL;DR
- You don’t need a developer or a monthly hosting bill to run a professional business website in 2026.
- Describe the goal to your AI, not the tech stack, and let it decide how to build and host it.
- Review outcomes, not code. Direct every change in plain language.
- A copy-paste prompt to hand your own AI is below.
Every solo operator I talk to has the same assumption about a website: either learn the technology yourself, or hire someone who already knows it and manage them. Both pull you away from the thing you’re actually supposed to be doing, which is running your business. I didn’t want to become a part-time web developer, and I didn’t want to spend big money just to get something that looked professional and worked well. What I wanted was a site that did its job, and to spend my time deciding what that job was, not how to build it.
The Workflow
Step 1: Describe the goal, not the stack. I told Claude what solobuilt.ai needed to do — carry a blog, run the newsletter signup, sell the kit catalog — and let it decide how to build and host that. I never picked a framework or a hosting provider. I just said what the site had to accomplish.
Step 2: Review outcomes, not code. When Claude proposed how to build and host it, I said yes or no in plain language. I’ve never opened the codebase to evaluate a technical decision, and I don’t need to.
Step 3: Direct changes by describing the result you want. Every ongoing change works the same way. “The homepage has too many calls to action” becomes a homepage with one call to action. I never touch a file.
Step 4: When something looks wrong, ask, don’t investigate. This week, a performance report flagged what looked like a real problem. I asked Claude to check it before either of us touched anything. Turned out to be a false alarm from a traffic spike, and the one real fix, once we found it, took about 10 minutes.
I spend my time and brain power on what success looks like. My AI figures out how to get me there.
The Prompt
Hand this to Claude, ChatGPT, or Codex to scaffold your own free-hosted site from scratch.
I want to build and host a professional one-page (or small) website for my business, and I want it to cost nothing to run every month. Act as my web developer.
Here's what I need from you:
1. Ask me clarifying questions first — what my business does, who the site is for, what action I want visitors to take, and any pages/sections I need (e.g. home, about, contact, services).
2. Once you understand the goal, choose a modern, lightweight site framework and a free hosting platform with git-based deploys (so pushing a code change publishes the site automatically). Tell me what you picked and why in one or two sentences — I don't need to understand the tech, just trust the choice.
3. Set it up so my content and design live in a code repository you and I both have access to, and connect it to free hosting so there's no server to manage and no hosting bill.
4. Build the site to be fast, mobile-friendly, and easy to update — from here on, I should be able to describe a change in plain English ("update the headline," "add a testimonials section") and you make the edit and redeploy it, without me touching code.
5. Once the first version is live, walk me through connecting my own domain name if I have one, and tell me the one command or step I'll use going forward whenever I want something changed.
Keep explanations in plain language — I want to direct the site, not maintain the stack myself.