This guy made a website for Oryzo and earned $50,000.
Everyone thinks he is a professional designer.
In reality, it was a 15-year-old kid who made the whole magic with Claude.
I found his open-source GitHub repo that no one knows about:
The repo is called ai-website-builder.
It is free, open source, and works with Claude Code.
3 steps to run it today:
Step 1.
Open Terminal and paste:
git clone
github.com/builtbyV/ai-websi…
cd ai-website-builder
Step 2.
Open Claude Code in that folder.
Describe your site in one sentence.
Example: "build me a premium product page for a wooden coaster brand, dark theme, Apple-style hero, smooth scroll, buy button."
Step 3.
Wait 4 minutes while Claude writes the entire site.
Tell it what to change until it looks how you want.
When done, type "deploy this to Vercel" and the site goes live.
Repo:
github.com/builtbyV/ai-websi…