A personal website is the only piece of online real estate an algorithm cannot take away from you. Your social profile can get suspended, throttled, or redesigned around a feature you never asked for; your own domain answers to nobody but you. Building one is easier than it has ever been — the actual work is deciding what belongs on it and resisting the urge to make it bigger than your life currently requires.
What changed in 2026
- AI page builders (Framer AI, Notion sites, Carrd's AI draft mode) now generate a working one-page site from a short prompt and a resume upload, cutting the blank-page problem that stalled most people at step one.
- Fast, cheap hosting became the default rather than the choice — static personal sites deploy free on Vercel, Netlify, Cloudflare Pages, or GitHub Pages in minutes, so hosting cost stopped being a real reason to delay.
- Link-in-bio tools (Linktree, Beacons) matured enough that some people skip a full site entirely, which is worth naming as the fast, lower-commitment alternative before you commit to more.
What actually belongs on it
Keep the list short. A personal site earns its keep with four sections: who you are in one line, what you have done (work samples, not a resume dump), how to reach you, and — if you write anywhere — a feed of that writing. Anything past those four is decoration until you have evidence people want more.
Choosing a platform without overthinking it
The honest filter is not which tool is best but which tool you will still update in six months. A no-code builder (Carrd, Framer, Notion) wins for anyone who is not going to touch code again once the site is live. A static-site framework (Astro, Next.js) wins if you already write Markdown or code daily and want full control. Do not pick the framework path just to learn the framework — that is a coding project wearing a personal-website costume, which is fine, but be honest about which one you are actually doing.
Personal website platforms compared
| Option |
Setup time |
Ongoing maintenance |
Best for |
| Carrd / Framer (no-code) |
Under an hour |
Near zero |
Most people, especially non-developers |
| Notion-as-website |
Under an hour |
Low (edit like a doc) |
Writers who already live in Notion |
| Astro / Next.js (code) |
A weekend |
Low once deployed |
Developers who want full control |
| Link-in-bio tool |
Minutes |
Near zero |
A holding page before you build the real thing |
Structure it for the reader, not for you
Lead with what a visitor needs, not your biography. Someone lands on your site from a specific link — a talk, an article, a comment on a post — with a specific question: is this person credible for what I am considering them for? Answer that in the first screen. Put your best three examples of work above the fold, not a life story. Long About-page essays belong on a dedicated page a curious visitor can choose to click into, not the homepage itself.
Keeping it alive
A personal website usually dies from one of two things: over-scoping at the start, or going stale after launch because updating it feels like a chore. Fix the first by shipping a genuinely minimal version in a weekend. Fix the second by wiring the site to something you already update, or by setting a standing quarterly reminder to refresh the work samples. If you already run a content calendar, add "check personal site" as a recurring quarterly line item rather than a separate habit to build. For the broader identity work a site supports, see how to build a personal brand.
FAQ
Do I need a personal website if I am already active on social media?
Not strictly, but social profiles are rented land — the platform sets the rules, the algorithm decides who sees you, and the whole thing can disappear in a policy change. A personal site is the fallback nobody else controls, even if social stays your primary distribution.
Should I build it myself or hire someone?
Build it yourself first. A one-page no-code site takes under a day and teaches you what you actually want before you pay someone to guess. Hire out only once you have outgrown a template, not before.
How often should I update a personal website?
Quarterly is enough for most people — refresh recent work, update the headline if your focus shifted, prune anything embarrassing. A site that changes daily is a blog; a personal site just needs to stay current.
Is a free subdomain good enough, or do I need my own domain?
Get your own domain. It costs little, it looks more credible, and it means you can move platforms later without breaking every link people have to you.
Where to go next