// bytemelt
We Let Claude Build Our Entire Website — Here's What Happened
A
Asim Khan
// march 2, 2026 · 1 min read
aiclaudeweb-developmentbuilding-in-public
We handed the keys to Claude and asked it to build bytemelt.com from scratch.
The results were surprising, the process was chaotic, and we learned a lot about what AI can and can't do when it comes to building real products.
The Setup
We gave Claude Code access to our repo, our design brief, and our implementation roadmap. Then we stepped back and let it work.
What Went Right
- Scaffolding was flawless — project setup, config files, dependency management
- Design token extraction from our HTML blueprints was impressively accurate
- Test-driven development with AI actually works better than without
What Went Wrong
- Creative decisions need human judgment — AI optimizes for "correct" not "interesting"
- Long context windows don't replace understanding — the AI sometimes lost the thread
- Debugging is still hard — AI tends to add code rather than remove it
The Verdict
AI is an incredible implementation partner. It's a terrible creative director. Use it for what it's good at.