Same.dev Teardown — Clone Any Website to Next.js in 60s ($100K+ MRR, Solo Founder)
Copyable to YOU
Sign in with Google to see your personal Copyable Score - a 5-dimension breakdown of how likely you (with your budget, tech stack, channels, network, and timing) can replicate this product.
Same.dev Teardown — Clone Any Website to Next.js in 60s ($100K+ MRR, Solo Founder)
TL;DR
Same.dev is solo-founder, design-to-code AI tool that takes URL or screenshot and outputs working Next.js + Tailwind project that visually matches source. Rose from Twitter demo video mid-2024 to estimated $50K–$150K MRR within ~12 months, without paid ads, without team, without moat anyone else cares about — which is exactly the lesson.
Interesting thing is NOT the AI. Interesting thing is the wedge. v0, Bolt, Lovable all take prompts as input and ask user to imagine what they want. Same.dev takes finished design as input and asks user nothing. Single input swap collapses time-to-first-output from "describe and iterate" to "paste URL and wait." For agency rebuilding client's competitor reference, or indie dev who already decided what to ship and just needs boilerplate to disappear, that swap is worth real money — fast enough that solo distribution on Twitter outperforms a funded team's paid acquisition.
Playbook copyable. Capital ~$30K (mostly inference + screenshot infra). Tech: Playwright + vision LLM + Next.js template generator. Distribution: one viral demo video per week showing recognizable site cloned in 60 seconds. Timing window closing — within 12 months big design-to-code platforms will ship URL-as-input — but wedge still open today if you pick narrower output (Framer, Webflow, Flutter, React Native, shadcn/ui components) or narrower input vertical (only Shopify, only SaaS landing, only portfolios).
Playbook in 60 Seconds
Pick one input vertical and one output stack. Do not try to clone "any website" into "any framework." Same.dev took broad slot; you take narrow one. Examples: Shopify stores → Next.js Commerce, SaaS landing → Framer, portfolios → Astro, dashboards → shadcn/ui, mobile apps → React Native.
Build the screenshot pipeline first, not the AI. Playwright + headless Chromium, full-page screenshot, plus DOM extraction (innerHTML + computed styles) for every visible element. Vision LLM is refinement layer, not foundation. Foundation is "I have deterministic snapshot of structure, color, font, spacing."
Use a vision LLM only for layout reasoning. GPT-4o or Claude Sonnet looks at screenshot, outputs component tree (Hero / Feature Grid / Pricing / Footer) with positional hints. Do NOT ask it to generate code directly — token cost explodes and quality drops below DOM-extraction baseline.
Ship to a template engine, not free-form generation. Maintain library of 30-50 well-built Next.js + Tailwind components (Hero, Feature, Pricing, Testimonial, FAQ). LLM picks components and fills props from extracted DOM data. 10x cheaper, 10x faster, 10x more reliable than asking LLM to write JSX from scratch.
Price at $20/mo entry, $50-100/mo pro. Same.dev in this band. Indie devs and agencies pay without procurement conversation. Free tier: watermarked or limited to 3 clones/month — enough to share on Twitter, not enough to run agency on.
One viral demo per week is the entire distribution plan. Pick recognizable site (Stripe, Linear, Notion, Vercel), record 30-second screen capture of pasting URL + getting working code, post to Twitter with source-vs-output side-by-side. No paid ads. No content marketing. Product IS the marketing.
Convert Twitter views to trial signups with "try the exact demo" link. Every viral post should link to pre-filled URL: same.dev/clone?url=stripe.com. User lands on result page, not homepage. Conversion 3-5x higher than generic landing.
4-6 weeks to MVP, $30K capital, no team needed. Detail in final section.
Quick Facts
| Metric | Value |
|---|---|
| Founded | 2024 (solo founder, bootstrapped) |
| MRR (estimated) | $50K-$150K (mid-band $100K) |
| Team size | 1 (with occasional contractor help) |
| Funding | Bootstrapped, no disclosed raise |
| Pricing | Free tier + paid plans roughly $20-$100/mo |
| Primary input | URL or screenshot |
| Primary output | Next.js + Tailwind project, downloadable zip or GitHub push |
| Tech stack | Playwright, vision LLM (GPT-4o / Claude), Next.js, Tailwind, Stripe |
| Distribution | Twitter demo videos, indie hacker word-of-mouth, Show HN |
| Closest competitors | v0.dev (Vercel), Bolt.new (StackBlitz), Lovable, Builder.io Visual Copilot |
| Wedge | Designs/URLs as input rather than text prompts |