AdonisJS v7 has been released with end-to-end type safety as its headline feature, powered by codegen that generates TypeScript types for routes, API responses, and Inertia page components. The release requires Node.js 24 and replaces several third-party dependencies with native APIs, including swapping dotenv for Node's built-in util.parseEnv and ts-node for a new in-house SWC-based compiler called ts-exec. Three new packages are introduced: @adonisjs/otel for zero-config OpenTelemetry integration, @adonisjs/content for typed content collections, and edge-markdown for Markdown rendering in Edge templates. Starter kits have been reworked into four opinionated options (Hypermedia, API, React, Vue) with authentication and frontend tooling included. Migration from v6 is described as mostly mechanical with minimal breaking changes, expected to take 30–60 minutes.
Sort: