AdonisJS Framework
The Node.js Framework that prefers developer joy and stability over anything else.
All Over the World
Pinned Repositories
ace
Node.js framework for creating command line applications
adonis-app
Application structure for new adonis app, think of it as scaffolding a new project
ally
AdonisJS Social Authentication Provider
auth
Official Authentication package for AdonisJS
core
AdonisJS is a TypeScript-first web framework for building web apps and API servers. It comes with support for testing, modern tooling, an ecosystem of official packages, and more.
legacy-docs
📄 The official documentation of AdonisJs
legacy.adonisjs.com
🕸 Source Code of the old AdonisJS website
lucid
AdonisJS SQL ORM. Supports PostgreSQL, MySQL, MSSQL, Redshift, SQLite and many more
persona
Opinionated user management service for AdonisJs
v6-docs
Documentation website for AdonisJS v6
AdonisJS Framework's Repositories
adonisjs/core
AdonisJS is a TypeScript-first web framework for building web apps and API servers. It comes with support for testing, modern tooling, an ecosystem of official packages, and more.
adonisjs/lucid
AdonisJS SQL ORM. Supports PostgreSQL, MySQL, MSSQL, Redshift, SQLite and many more
adonisjs/ace
Node.js framework for creating command line applications
adonisjs/auth
Official Authentication package for AdonisJS
adonisjs/fold
IoC container with all required goodies to write flexible node applications
adonisjs/inertia
Official Inertia.js adapter for AdonisJS
adonisjs/http-server
AdonisJS HTTP Server along with its Router
adonisjs/redis
Package for working with Redis in AdonisJS
adonisjs/v6-docs
Documentation website for AdonisJS v6
adonisjs/drive
Filesystem provider built on top of node-flydrive
adonisjs/bouncer
Authorization Package for AdonisJS
adonisjs/shield
A middleware for AdonisJS to keep web applications secure from common web attacks
adonisjs/i18n
Internationalization module for AdonisJs. Supports file and database drivers
adonisjs/vite
Vite plugin for AdonisJS
adonisjs/application
AdonisJS application class to read app related data
adonisjs/env
Framework agnostic environment variables parser and validator
adonisjs/session
Package for dealing with HTTP sessions in AdonisJS apps
adonisjs/assembler
A development toolkit used by AdonisJS to perform tasks like starting the dev server in watch mode, running tests in watch mode, and applying codemods to modify source files
adonisjs/limiter
The official rate limiter package for AdonisJS
adonisjs/adonisjs.com
Source code for the AdonisJS website
adonisjs/web-starter-kit
Starter kit for creating traditional server rendered applications using AdonisJS
adonisjs/logger
AdonisJS Logger built on top of pino
adonisjs/encryption
Data encryption service for AdonisJS
adonisjs/create-adonisjs
Scaffolding tool to create AdonisJS 6 projects
adonisjs/health
Health checks module for AdonisJS - This package is bundled within the core
adonisjs/eslint-config
ESLint presets used by the AdonisJS core team
adonisjs/http-transformers
Serialize rich data-types with support for defining relationships with other transformers
adonisjs/presets
A collection of presets to configure AdonisJS packages
adonisjs/static
Static files server middleware for AdonisJS
adonisjs/cors
CORS middleware implementation