Webbon to capture prompt of any website using URL
I’ve been experimenting with recreating website layouts using AI coding tools like Cursor and Claude.
One thing I noticed is that getting the initial structure right takes a surprising amount of time. You need to describe the layout, sections, spacing, typography, components, and visual hierarchy before the AI has enough context.
I built Webbon to extract a structured prompt from a webpage, so I tried using that as the starting point instead of manually describing everything.
The workflow I’m testing is: webbon.xyz
Website → structured prompt → Cursor/Claude → initial implementation
It’s definitely not a one-click clone. The generated result still needs manual refinement, especially around spacing, typography, responsive behavior, and visual details.
But I found that starting with a structured description can make the initial scaffolding considerably faster.
I’d be interested to hear from other people using AI coding tools:
Do you manually describe existing websites to Cursor/Claude, or do you have another way of giving the AI the initial design context?