Same.new logo
AI Code Generator

Same.new

Clone a live site's UI into editable React fast, if you stick to simple layouts

Our report card

Full tier list →
C

Does one trick - cloning a site's UI from a URL into editable React - and does it well. C tier as an app builder, because that's not what it is.

Visual UI cloning Frontend scaffolding Design reference builds

What is Same.new?

Same.new is a web tool for copying the visual layer of an existing site into code. You paste a public URL, it analyzes the page, and it generates an editable React frontend with Tailwind styling that aims to match the original layout, colors, typography, and spacing.

Same.new homepage Same.new homepage snapshot

The bet is that front-end layout recreation should be automated, not rebuilt by hand from screenshots or memory. That matters because Same.new is not trying to be a full app builder: its value is the fast first draft, while the real catch is that you still need another workflow for backend logic, stability, and long-term development.

What can you build with Same.new?

The honest sweet spot is static or mostly static frontends where the visual structure matters more than the app logic.

  • Landing pages cloned from a reference site and then edited into your own copy and branding
  • Marketing site sections like hero blocks, pricing grids, testimonial bands, and footer layouts
  • Dashboard mockups that show cards, charts, sidebars, and navigation without deep app behavior underneath
  • Form and signup layouts that need presentation scaffolding before wiring up real validation and data handling
  • Design reference prototypes used as a starting point for local React development

These work because Same.new is strongest at reading visible page structure and turning it into usable React and Tailwind scaffolding. If your job is getting from inspiration to editable UI quickly, that can remove a lot of repetitive setup work.

Where it stops is anything that depends on durable app logic. It is not the right place to carry production auth flows, database-backed products, complex stateful interactions, or large codebases you plan to evolve through many AI edits. Use it for the first visual pass, then move the project into a steadier development environment.

What users are saying

Community sentiment is consistent: people love the initial visual cloning speed, but they do not trust it deeply for longer edit cycles.

  • It can capture styling, spacing, and page structure from clean public URLs surprisingly well
  • The first generated React and Tailwind output often feels useful as a starter scaffold
  • Simple prompt edits for text, colors, or section swaps can be fast and convenient
  • Exporting code into a local workflow is seen as the safest way to use it

Complaints center on reliability once users keep iterating inside the product. The strongest stories are about destructive rewrites, including reports of simple layout changes wiping 1,500 or more lines of working code. Users also raised frustration around the Same.dev to Same.new transition, saying some paid workspaces or access paths became unreliable during the changeover. Pricing frustration shows up too, mainly because token burn can feel disproportionate when larger generations fail or need several retries.

This platform failure - where a simple section reordering destroyed 1500+ lines of working code - is completely unacceptable…

Our read: the praise and complaints fit together. Same.new looks best as a fast visual importer, not as the place you trust to preserve a growing product over many rounds of AI edits.

What it costs in practice

PlanPriceWhat you getBest for
Free$0Limited tokens and URL-based visual cloningTesting output quality
Pro$10/mo2 million tokens, with extra tokens at $10 per 2 millionRegular cloning and UI iteration

In practice, the important part is not just the sticker price but how token usage behaves. Costs can climb quickly when you regenerate large sections, retry failed edits, or keep prompting the assistant to rewrite complex components. That makes Same.new feel cheap for quick clones and much less predictable for prolonged sessions.

If you use it, budget for export-heavy workflows rather than long in-app development cycles. The users who seem happiest treat the paid plan as a way to get a strong first draft, then move into local development before repeated edits consume tokens.

  1. Export as soon as the initial clone is good enough.
  2. Avoid repeated full-section rewrites on large layouts.
  3. Test risky changes on duplicates before spending more tokens on the main version.

What are Same.new’s common alternatives?

The best alternative depends on whether you care more about visual cloning, full app logic, or a safer coding workflow.

If you want…Look atWhy
A no-code business app with auth and data built inSoftrBetter for real internal tools and portals with structured data and permissions
Stronger AI-generated UI code for modern frontendsv0More established for component generation and iterative front-end work
A fuller browser-based build-and-ship loopBoltBetter suited to building beyond the static UI layer
AI help directly in a real codebaseCursorGives you agent-style editing inside local development instead of a fragile hosted clone workspace

When evaluating alternatives to Same.new, your choice depends heavily on how close you need to get to production-grade code. If you are looking to build a functional business application or internal portal without writing any code, Softr represents a much sturdier path. It provides built-in authentication, user permissions, and structured data connections out of the box, whereas Same.new focuses more on generating a visual surface. For those who want high-fidelity frontend components and iterative design control, v0 is a highly established alternative that excels at producing clean, modern UI code. If your goal goes beyond static interfaces to a complete browser-based build-and-ship cycle, Bolt offers a more comprehensive environment for driving full-stack application logic right from your browser.

Developers who prefer to work within their existing development environments will find Cursor to be a far superior option. Instead of wrestling with a fragile web workspace, Cursor embeds agent-style AI utilities directly into your local codebase. This allows you to edit, refactor, and ship code with AI assistance while maintaining complete control over your files and version history. Selecting the right tool ultimately relies on whether you need a quick visual mockup or a reliable environment to develop real software.

Weigh your development needs carefully to choose the platform that best fits your workflow.

Who Same.new is for (and who it isn’t)

Same.new gets a narrow but real recommendation for builders who want to grab a live site’s visual structure, turn it into React quickly, and then keep working elsewhere. If you are comparing options in our best-vibe-coding-tools-for-websites ranking, it fits as a specialist tool for front-end inspiration, scaffolding, and reference-based UI drafts rather than as a full product stack.

Skip it if you need stable long-session editing, backend logic, or a place to run an actual business app. If your project needs users, permissions, and structured data, Softr is the safer fit. The right reader should leave here treating Same.new as a visual shortcut, not a full build home.

Scorecard

The short version

What's great

  • It pulls layout, typography, colors, and styling from a public URL, which speeds up recreating reference designs in code.
  • It outputs editable React and Tailwind code, so developers can move the first draft into normal local workflows quickly.
  • Prompt-based editing lets users tweak sections, spacing, and colors without manually rewriting every component from scratch.
  • Forking and duplication make it easy to test alternate visual directions from the same cloned starting point.

What bites

  • Users report destructive edits where small prompt changes wiped more than 1,500 lines of previously working code.
  • It struggles with complex nested layouts and interactive states, which often leaves substantial cleanup for a human developer.
  • The move from Same.dev to Same.new reportedly disrupted active projects and temporarily affected account or project access.
  • Token usage can be hard to predict, especially when regenerating larger components or retrying failed edits several times.

Cost breakdown

Pricing plans

Listed from the public pricing data we track. Credit amounts, limits, and included usage are shown when they're part of the plan details.

Free

$0
  • Limited tokens for basic UI testing
  • Clone layout and styles from live website URLs
  • Good for evaluating crawl quality before paying
Most picked

Pro

$10/mo
  • Includes 2 million tokens of generation usage
  • Extra tokens cost $10 per additional 2 million
  • Built for repeated cloning and conversational editing

Frequently Asked Questions

Can you build a real app with Same.new?

You can build the front-end shell of an app, but Same.new is mainly for visual cloning and UI scaffolding. It does not provide the backend, auth, or data layer needed for a full production application.

How does Same.new clone a website?

You paste in a public live URL, and Same.new analyzes the visible page structure and styling. It then generates editable React and Tailwind code that aims to match that design.

Is Same.new free to use?

Yes. Same.new has a Free plan at $0 for limited testing, and a Pro plan at $10 per month that includes 2 million tokens. Additional tokens are priced at $10 per 2 million.

What is the biggest downside of Same.new?

The main risk is instability during iterative edits. Community reports describe small prompt changes breaking or deleting large chunks of working code, which is why many users export early and continue locally.