Blog

AdonisJS v7: State of Things

Harminder Virk
Harminder Virk
Nov 13, 2025 News

We have made over 20 releases targeting AdonisJS v7 since last month. Many of these are bug fixes, small improvements , and internal APIs needed by the framework core and official packages. Some of them are bigger user-land improvements you can experience today with v7 applications.

Note

Before diving into the details, I want to re-iterate that the surface area of breaking changes with v7 is tiny. We expect everyone to upgrade their apps within a few minutes to v7 when it becomes publicly available.

Starter kits now include login and signup flows

React and Hypermedia starter kits now include simple login and signup flows. These flows handle basic email and password authentication to help you get started quickly without having to build these pages from scratch.

The approach is intentionally minimal. You get the essentials needed to authenticate users so you can focus on building the core features of your application. Security improvements and edge cases can be refined later without blocking progress.

Share this post