Next.js is a React framework that provides a lot of useful features out of the box. We recently added support for both Next.js on the frontend and Next.js API routes on the backend.
Testing Next.js was a lot of fun, as it involved just building a lot of simple apps. Next.js API routes are pretty nice to work with and the experience of adding auth to them with just a few lines of code is really nice.