Hans Ade

Is there any tool that converts an existing HTML/CSS/JS website to a Vite + React project?

by

I've been looking for a tool that takes an actual existing HTML/CSS/JS project and converts it into a modern Vite + React setup.

Not FigmaReact (there are funded startups for that).

Not screenshotHTML (tools exist for that too).

I mean: you have an HTML site with CSS and vanilla JS, and you want a proper Vite + React project out of it. The closest things I've found are syntax converters — they handle classclassName but don't touch component structure, JS logic, or project scaffolding.

Has anyone found something that does the full job? Or is everyone just doing it manually? I'm considering building this.

But I want to understand if others actually need it or if it's just me. What's been your experience converting legacy HTML sites to Vite + React?

1 view

Add a comment

Replies

Be the first to comment