A fully featured @nodejs.org framework for creating bespoke backend applications in record time. Created by @iamvirk.bsky.social.
Learn on @adocasts.com
AdonisJS Framework
Loading...
State of JS Survey is out.
Interesting to see that many backend framework pain points people mention are things already addressed by @adonisjs.com.
If you haven't tried it yet, now might be a good time 👀
"We need more batteries-included backend frameworks like Rails, Laravel or Django."
That's literally what AdonisJS has been doing for years.
We've released security fixes addressing two vulnerabilities in AdonisJS multipart body parsing (Prototype Pollution & DoS).
Update now:
- v6 users → adonisjs/core 6.20.0
- v7 users → adonisjs/core 7.0.0-next.28
An experimental release of the AdonisJS queues package is now available.
Features include:
- multi-driver support
- typed job classes
- delayed jobs
- a job scheduler
- queue fakes for testing
- and more...
We're eager to hear your feedback.
docs.adonisjs.com/guides/diggi...
Every year, JavaScript developers report the same problems.
Not because tools are missing
But because nothing works together
AdonisJS is built around one idea: cohesion over composition.
🔗 adonisjs.com/we-hear-you
AdonisJS v7 is officially out today!
A major milestone after a long development cycle, and we couldn't be more excited about how it turned out.
What's new → adonisjs.com/blog/v7
Upgrade guide → docs.adonisjs.com/v6-to-v7
Thanks to Wodzen for the responsible disclosure.
AdonisJS Framework
AdonisJS comes with opinions, but your stack is still your choice.
Want to use MikroORM instead of Lucid?
Thanks to MikroORM, there's now an official guide on how to integrate it with AdonisJS 👇
mikro-orm.io/docs/usage-w...
AdonisJS Framework
Every year, the State of JavaScript survey asks developers what's broken. Every year, the same pain points rise to the top.
This guide covers integrating MikroORM with AdonisJS, replacing the default Lucid ORM with MikroORM's Unit of Work and Identity Map patterns. For a complete working example, see the adonis-example-app...
We've published a security fix for a Mass Assignment vulnerability affecting Lucid in AdonisJS (CVE-2026-22814).
Update now:
- v6 users → adonisjs/lucid 21.8.2
- v7 users → adonisjs/lucid 22.0.0-next.6
github.com/adonisjs/luc...