You don't need a computer science degree. You need a laptop, about R165 a month, and a slightly higher tolerance for confusion than usual.
Here's the good news: building your own website in 2026 is genuinely doable for a normal human being. Not because it's easy — it isn't, really — but because AI has gotten good enough to hold your hand through the bits that used to require years of training.
Here's how we do it, and how you can too.
The Toolkit
Four things, three of them free.
1. Visual Studio Code (Free) — Your coding home base. Download it from code.visualstudio.com. This is where you'll write code, chat with your AI assistant, and develop an unexpectedly close relationship with a blinking cursor.
2. A GitHub Account (Free) — Sign up at github.com. This is where your code lives, with a full history of every change you've ever made. Translation: when you inevitably break something, you can undo it.
3. GitHub Copilot (~R165/month) — The one paid item, and worth it. Install it from the VS Code Extensions tab (Ctrl+Shift+X, search "GitHub Copilot"). It's an AI assistant living inside your editor that writes code, explains errors, and talks you through problems in plain English. Other AI tools work too — the principle is always the same: you talk, it helps.
4. Hosting (from ~R100/month) — Somewhere for your site to actually live online. We use Byte Fusion, who run cPanel-based hosting — basically a browser dashboard for managing your files, databases, and email.
Your First Conversation With AI
Once VS Code and Copilot are installed, open the chat panel and just talk to it:
"I need to create a website. Please guide me to create a source control repository on GitHub."
Then maybe:
"I want a website that sells school clothes. It should be written in PHP with a MySQL database."
Copilot suggests a structure, writes the code, explains what it's doing, and tells you what to do when it breaks. You'll still need to make decisions, test things, and occasionally Google something at 11pm — but the barrier to entry has dropped dramatically.
Working With Someone Else
GitHub makes collaboration painless: you share the repository, they clone it into their own VS Code, and you're both working on the same codebase with full history. No zip files, no "which version is the latest" panic — just clean, tracked teamwork.
Getting It Online
WinSCP (winscp.net) — a free FTP client for uploading your files to your hosting server, like a file manager that works over the internet.
phpMyAdmin — built into cPanel, for managing your database. Looks intimidating, becomes normal fast.
The Honest Bit
There will be clicking. There will be confusion. At some point, something that definitely worked five minutes ago will mysteriously stop working, for no reason you can find.
This is normal. It's not a sign you're doing it wrong — it's just what building software is like. The good news: almost every error has already been hit by thousands of people before you, and the fix is usually one search or one question away.
What It Costs
| Tool | Cost |
|---|---|
| Visual Studio Code | Free |
| GitHub account | Free |
| GitHub Copilot | ~R165/month |
| Byte Fusion cPanel Hosting | ~R100/month |
For less than a decent lunch, you get a professional dev setup, an AI coding assistant, and a live website. Not bad.
Ready?
Open VS Code, install Copilot, and type your first question. You'll be surprised how far a clear description of what you want can take you.
And when you get stuck — because you will — that's what the developer community (and the WhatsApp message to that one friend who's done this before) is for.