Migrating from Vite to Next.js
A how-to guide
After having recently [redesigned the Inngest Dashboard with the Next.js App Router](https://www.inngest.com/blog/5-lessons-learned-from-taking-next-js-app-router-to-production) with great results, we decided to migrate our [Dev Server app](https://github.com/inngest/inngest/tree/main#the-inngest-dev-server) from Vite to Next.js to accommodate a new set of incoming features. To our surprise, we were able to do the [migration](https://github.com/inngest/inngest/pull/479) in less than a day.
Learn more about Migrating from Vite to Next.js in our guide today.