eCommerce website - API

I have an eCommerce website built in ASPX, and I want to migrate the frontend to Webflow while keeping the backend in ASPX. Could anyone guide me through this process?


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

1 Like

You could build the front end with Webflow, export the HTML code, then integrate you ASPX code manually. Personally I don’t see any point in doing so since changes down the line would require a bunch of manual work. In addition Webflow does not support efficient CSS structures and still has dependencies on jQuery among other things.

I would recommend you just prototype a design in Figma and then have a front end dev build it for you. It’s what I do building dynamic apps and systems.