Website Framework Change Using Cursor

I have an entire website on C#+MVC+Razor+WebApi that I built on 2014 using Visual Studio, and I’d like to migrate it to a more modern approach (preferably Next.js).

What is the best approach to do so using Cursor ?

Thanks in advance!