Next.js 14 support

Next.js 14 was just announced on stage at Next.js Conf and we're happy to announce that we've just released support for it in our @trigger.dev/[email protected] release.

You can now create a new Next.js 14 app with Trigger.dev as easy as:


_10
npx create-next-app@latest
_10
npx @trigger.dev/cli@latest init

Our @trigger.dev/cli init command will automatically detect that you're using Next.js 14 and auto-configure your project, whether it uses Pages or the new App directory.

Check out our Next.js Quickstart for more on how to get started with Next.js and Trigger.dev.