Wednesday, June 10, 2026
jynlab

notes on building, judging, and selling small software

Case Study · Build-to-Exit

Rebuild Any Website You Love With Claude Code

Hand Claude Code a screenshot and copied styles from any site you admire. It rebuilds the layout and self-corrects until it matches. The exact capture steps, rebuild prompt, and 3 bonus prompts.


You land on a website that looks incredible and think, I could never build something like that. You can. Hand Claude Code a full-page screenshot and the site's copied styles, and it rebuilds the layout, then self-corrects against the original until it matches. Less than an afternoon, no design background required. One honest note: this is inspiration, not copying. You swap in your own words, images, and brand.

What you get
  • A step-by-step method to capture any site's design
  • The self-correcting rebuild prompt (copy-paste ready)
  • 3 bonus prompts: mobile responsive, blog/CMS, deploy live
  • How to make the result genuinely yours

The setup (one time)

You need Claude Code running in a terminal. If you already use it, skip ahead. If not, the fastest way to start:

  1. Install Claude Code. Run npm install -g @anthropic-ai/claude-code in your terminal, then type claude and sign in. Requires a paid Claude plan.
  2. Or use Antigravity. Google's free AI coding app (built on VS Code). Open the integrated terminal and run the same install command. Good if you do not have a code editor yet.

Capture the design: screenshot + styles

Two grabs from the site you love. The full picture, then the real colors.

  1. Open DevTools. On the site, right-click anywhere and hit Inspect. Set the view to full desktop width so you capture the desktop layout, not the mobile one.
  2. Take a full-page screenshot. Open the command bar with Cmd+Shift+P (or Ctrl+Shift+P), type "screenshot," and pick "Capture full size screenshot." This grabs the entire page top to bottom as one image.
  3. Copy the styles. Still in the Elements panel, right-click the <body> tag and hit "Copy styles." This copies all the colors and gradients that a screenshot alone cannot capture.

A screenshot shows the layout. Copied styles carry the exact hex values and gradients. You need both for a faithful rebuild.

The rebuild prompt

In your Claude Code terminal, paste both the screenshot and the copied styles, then paste this prompt. Claude builds it, takes a screenshot of its own result, compares it to the original, and fixes the differences. The self-correct loop is the key.

The Rebuild Prompt
Here is a full-page screenshot of a website I want to use as design inspiration, plus its copied styles (colours and gradients). Rebuild it as a clean, responsive website. After your first build, take a screenshot of your own result, compare it to the original, list the visual differences you see, and fix them. Repeat that compare-and-fix loop until it looks close to the original. Then swap in my content: [paste your text, headings, and image notes]. I want this inspired by the original, not a pixel clone, so use my brand and my words.

Replace [paste your text, headings, and image notes] with your actual content. The more specific you are about your brand (colors, font preferences, tone), the better the result.

3 bonus prompts to run next

Once the first version looks right, keep going in the same Claude Code session. It already has all the context.

Bonus 1: Make it mobile-responsive

Mobile Responsive
Now make this fully responsive. Check how it looks at phone, tablet, and desktop widths, fix anything that overflows, stacks badly, or gets too small to tap, and make sure the navigation collapses into a clean mobile menu. Show me before and after screenshots at each size.

Bonus 2: Add a blog / CMS

Add Blog
Add a simple blog to this site with a post list page and individual post pages, using Markdown files so I can add posts without touching code. Match the existing design, and create two sample posts so I can see the layout and styling working.

Bonus 3: Deploy it live

Deploy Live
Walk me through deploying this site live for free, step by step, using Vercel or Netlify. Tell me exactly what to click and what to paste, set it up so it redeploys automatically when I push changes, and explain how to connect a custom domain later. Assume I have never deployed anything before.

How to get the most out of it

  1. Capture at full desktop width. If you screenshot the mobile view by accident, Claude rebuilds the squished version. Set the desktop layout first, every time.
  2. Let the self-correct loop run. The magic is in the compare-and-fix passes. If the first build looks off, say "compare to the original again and fix the differences" and let it keep going.
  3. Keep it yours. Swap in your own copy, images, and brand. Do not lift logos or copyrighted assets. The goal is a site that looks professional and is unmistakably yours, not a clone of someone else's.
  4. Deploy to Vercel or Netlify for free. Both platforms have generous free tiers that handle personal and small business sites. Use the bonus deploy prompt above.

This gets you a great-looking starting point fast, not a finished product on the first try. You will still tweak copy and fix layout glitches. But going from a blank screen to something that looks like the sites you admire, in an afternoon, is the part that used to be impossible.

FAQ

Is this legal?

Using a site as design inspiration is fine. Copying logos, copyrighted images, or trademarked brand elements is not. Treat this like how architects study buildings: learn from the design, build your own structure.

Do I need to know how to code?

No. Claude Code writes all the code. You provide the screenshot, the styles, and your content. If you want to tweak things manually later, basic HTML and CSS knowledge helps, but it is not required.

How close does the rebuild get?

Usually 85-95% on the first few self-correct loops. Complex animations, custom fonts, and dynamic elements may need extra prompting. Static layouts with clean design reproduce the best.

Can I use this with Claude's free plan?

No. Claude Code requires a paid Claude plan (Pro at $20/mo or Max). The screenshot capture and style copying steps work in any browser for free, but the rebuild step needs Claude Code.

Get guides like this in your inbox

Builders and founders are already on the list. One email when we publish. No spam.