fmerian

JDoodle.ai 2.0 - Clone websites and Figma designs into editable sites

See a website you like? Start from it. With JDoodle.ai, you can paste any website URL or upload an image or Figma design to instantly get an editable starting point. Change layouts, tweak styles, and build on real references without starting from scratch or touching code. Every project includes a built-in database, automatic free bug fixes, and pay-as-you-go credits so you only pay for what you use. A faster, simpler way to launch.

Add a comment

Replies

Best
Branding Empress

I checked out JDoodle.ai — amazing work enabling founders to build apps and pages in minutes with AI congrats on the progress!

One thing I noticed is that the visual identity (logo + brand design) doesn’t fully reflect the product’s velocity, sophistication, and premium positioning — especially for users discovering you on Product Hunt or social platforms. This can subtly reduce trust and conversions before people even try the tool.

Would it be helpful if I shared a quick Loom with ideas for elevating JDoodle.ai’s logo & visual identity?

Samet Sezer

built-in database is a big plus for a "vibe" builder. can i easily swap it out for something like supabase later if i need to scale?

Abdul Rehman

Can it also adapt layouts for mobile and different screen sizes automatically?

Gokul Chandrasekaran
@abod_rehman Thanks Abdul. Yes, it does.
Catherine Cormier

Congrats team!!

Are you leveraging a custom multi-agent setup, specific LLMs/fine-tunes, or something like React/Node for runtime previews? Super curious about how the free bug fixes work without charging credits, that's a killer feature!

Gokul Chandrasekaran

@cathcorm Thanks, Catherine. It is a multi-agent system with multiple LLMs. This uses React frontend and Python backend. The agent not only develops the app but also tests it before showing the preview to the user. When testing, it identifies most technical issues and fixes them for free.

Jake Friedberg

This is awesome, I’ve built a lot of websites, and I strongly believe each one should feel unique and tailored to its purpose.

There have been so many times when I wanted to pull specific elements from different websites to use in something I’m working on. But instead, I’d find myself digging through component libraries, trying to find something “close enough,” and then spending time customizing it to match my vision.

This streamlines that entire process. Being able to mix and match existing design elements without all the searching and rework will be a huge time-saver and lead to better results.

Gokul Chandrasekaran

@jake_friedberg Thanks Jake, you can just upload the screenshot of what you like, JDoodle.ai will integrate a similar component to the site. Let me know how you go with this.

Eric Della Casa

Cool product, what kind of hosting setup does JDoodle provide?

Gokul Chandrasekaran

@eric_nodeops Thanks Eric, all Frontend, backend and DB hosted by us.

Curious Kitty
URL/screenshot-to-site products often fail on crawling, dynamic SPAs, or protected pages—how do you handle failures so users don’t waste time/credits, and what did you learn about the most common failure modes from early users?
Gokul Chandrasekaran

@curiouskitty Thanks, Curious. In our testing, dynamic sites work, but the problem is protected pages; unfortunately, we can't do much about them. The user can upload a screenshot of the protected pages and ask the AI to build something similar.

Mackenzie Carr (Mackie)
Why only React? It would be a major selling feature (for me at least) to offer alternatives to React. I could use free and better services that offer the same as currently available.
Gokul Chandrasekaran

@mackenzie_carr_mackie_ React because most LLMs perform better with that. Which alternative are you looking for?

Marios @dessign
Congrats.. very cool product 🔥🔥
Gokul Chandrasekaran

@dessignnet Thanks Marios

Thea Winslow

Having a built-in database and automatic bug fixes included is a huge relief for anyone who doesn't want to touch code. I wonder how powerful the database actually is—like, can it handle complex user data for a real app, or is it just for simple stuff?

Gokul Chandrasekaran

@theaxx If an app needs complex data, the app can be connected to Supabase or other third-party database services. It comes with a backend, that can be connected to anything.