How I Created a Personal Website from WhatsApp
Not a masterpiece—just a real 0→1 build done from chat, without writing code or touching infra/deploy manually.
This is not a “look how perfect my site is” story.
The site is good enough, but that’s not the point.
The point is that I went from 0 to 1 from WhatsApp, without touching a single line of code, and without opening an infra/deploy rabbit hole.
What made it work: setup, not magic
The core setup was simple:
- a chat channel (WhatsApp) as control surface,
- OpenClaw connected to the workspace,
- clear boundaries on what should happen automatically and what still needs human confirmation.
That setup turned the process from “random AI experiments” into a repeatable operating loop.
What I controlled vs what I delegated
I controlled
- Direction (what the website should communicate)
- Priorities (what to ship first)
- Constraints (what to avoid)
- Final decisions
I delegated
- File edits
- Content updates
- Build/rebuild steps
- Routine maintenance tasks
So this wasn’t “AI did everything.” It was: I stayed the operator, AI handled execution.
Why this matters
For most people, the hard part is not writing one page of code. The hard part is stitching together all the moving pieces and actually shipping.
This workflow reduces that friction.
Again: not guaranteed premium quality by default. But a very practical way to get to a working first version fast.
What I learned
- A clean setup beats clever prompting.
- 0→1 momentum is more valuable than polishing too early.
- Human judgment is still the bottleneck (and should be).
If you want to try this approach
Start with a narrow objective:
- one page,
- one message,
- one clear outcome.
Then use chat as your control layer and treat the AI agent as execution, not strategy.
That alone can be enough to move from idea to live artifact.