Projects in Awesome Lists by adonisjs
A curated list of projects in awesome lists by adonisjs .
https://github.com/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.
core framework mvc-framework nodejs nodejs-framework typescript typescript-framework web-framework
Last synced: 25 Feb 2026
https://github.com/adonisjs/lucid
AdonisJS SQL ORM. Supports PostgreSQL, MySQL, MSSQL, Redshift, SQLite and many more
active-record first-party-package knexjs
Last synced: 02 Apr 2026
https://github.com/adonisjs/ace
Node.js framework for creating command line applications
bundled-with-core cli-framework
Last synced: 15 May 2025
https://github.com/adonisjs/adonis-app
Application structure for new adonis app, think of it as scaffolding a new project
Last synced: 12 Apr 2025
https://github.com/adonisjs/auth
Official Authentication package for AdonisJS
Last synced: 14 May 2025
https://github.com/adonisjs/persona
Opinionated user management service for AdonisJs
Last synced: 26 Apr 2025
https://github.com/adonisjs/ally
AdonisJS Social Authentication Provider
first-party-package social-auth
Last synced: 15 May 2025
https://github.com/adonisjs/adonis-fullstack-app
AdonisJS 4 - The fullstack application boilerplate for AdonisJS
Last synced: 31 Mar 2025
https://github.com/adonisjs/fold
IoC container with all required goodies to write flexible node applications
bundled-with-core ioc-container
Last synced: 06 Jan 2026
https://github.com/adonisjs/http-server
AdonisJS HTTP Server along with its Router
Last synced: 07 Apr 2026
https://github.com/adonisjs/validator
Schema based validator for AdonisJS
core schema-validator validation-engine
Last synced: 04 Apr 2025
https://github.com/adonisjs/lucid-slugify
Lucid slugify gives you a simple API to create and persist unique slugs to the database
Last synced: 12 Apr 2025
https://github.com/adonisjs/inertia
Official Inertia.js adapter for AdonisJS
Last synced: 18 Jan 2026
https://github.com/adonisjs/mail
AdonisJS Email Provider
first-party-package nodemailer
Last synced: 02 Apr 2026
https://github.com/adonisjs/repl
Framework Agnostic REPL For Node.js. Used by AdonisJS
Last synced: 16 Jan 2026
https://github.com/adonisjs/v5-docs
📚 Source code and documentation for the official docs website.
adonisjs documentation hacktoberfest
Last synced: 16 May 2025
https://github.com/adonisjs/transmit
A Server-Sent-Event module for AdonisJS
Last synced: 16 Feb 2026
https://github.com/adonisjs/redis
Package for working with Redis in AdonisJS
first-party-package ioredis redis
Last synced: 16 May 2025
https://github.com/adonisjs/attachment-lite
Turn any field on your Lucid models to an attachment data type
Last synced: 09 Apr 2025
https://github.com/adonisjs/drive
Filesystem provider built on top of node-flydrive
Last synced: 25 Feb 2026
https://github.com/adonisjs/bouncer
Authorization Package for AdonisJS
authorization bouncer first-party-package
Last synced: 02 Feb 2026
https://github.com/adonisjs/shield
A middleware for AdonisJS to keep web applications secure from common web attacks
Last synced: 12 Apr 2025
https://github.com/adonisjs/env
Framework agnostic environment variables parser and validator
Last synced: 25 Feb 2026
https://github.com/adonisjs/i18n
Internationalization module for AdonisJs. Supports file and database drivers
Last synced: 04 Apr 2025
https://github.com/adonisjs/adonis-antl
Internationalization module for AdonisJs. Supports file and database drivers
Last synced: 18 Mar 2025
https://github.com/adonisjs/session
Package for dealing with HTTP sessions in AdonisJS apps
Last synced: 26 Oct 2025
https://github.com/adonisjs/application
AdonisJS application class to read app related data
Last synced: 24 Feb 2026
https://github.com/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
Last synced: 12 Jan 2026
https://github.com/adonisjs/route-model-binding
Add route model binding to your AdonisJS applications
Last synced: 26 Apr 2025
https://github.com/adonisjs/limiter
The official rate limiter package for AdonisJS
Last synced: 07 Apr 2025
https://github.com/adonisjs/sink
Development Toolbox for AdonisJS providers
Last synced: 12 May 2025
https://github.com/adonisjs/adonisjs.com
Source code for the AdonisJS website
Last synced: 02 Mar 2026
https://github.com/adonisjs/pkg-starter-kit
AdonisJS starter kit to create a new package
Last synced: 26 Apr 2025
https://github.com/adonisjs/create-adonisjs
Scaffolding tool to create AdonisJS 7 projects
Last synced: 28 Feb 2026
https://github.com/adonisjs/encryption
Data encryption service for AdonisJS
Last synced: 26 Apr 2025
https://github.com/adonisjs/events
Event emitter with asynchronous events.
bundled-with-core emitter emittery
Last synced: 28 Feb 2025
https://github.com/adonisjs/hash
Multi driver hashing module following PHC string format
Last synced: 06 Apr 2025
https://github.com/adonisjs/transmit-client
A client for the native Server-Sent-Event module of AdonisJS
Last synced: 26 Apr 2025
https://github.com/adonisjs/web-starter-kit
Starter kit for creating traditional server rendered applications using AdonisJS
Last synced: 26 Apr 2025
https://github.com/adonisjs/health
Health checks module for AdonisJS - This package is bundled within the core
Last synced: 26 Apr 2025
https://github.com/adonisjs/profiler
Profile to time function calls with context in AdonisJS
Last synced: 17 Jul 2025
https://github.com/adonisjs/v5_to_v6_upgrade_guide
Migration Guide to AdonisJS v6
Last synced: 02 Apr 2026
https://github.com/adonisjs/config
Config management provider used by AdonisJS framework
Last synced: 21 Jul 2025
https://github.com/adonisjs/adonis-middleware
List of official middleware for adonis framework
Last synced: 12 May 2025
https://github.com/adonisjs/api-starter-kit
Starter kit for creating JSON API server using AdonisJS
Last synced: 11 Oct 2025
https://github.com/adonisjs/slim-starter-kit
Smallest possible AdonisJS application with just the framework core and the Japa test runner
Last synced: 26 Apr 2025
https://github.com/adonisjs/drive-gcs
Google cloud storage driver for AdonisJS drive
Last synced: 26 Apr 2025
https://github.com/adonisjs/presets
A collection of presets to configure AdonisJS packages
Last synced: 25 Feb 2026
https://github.com/adonisjs/eslint-config
ESLint presets used by the AdonisJS core team
Last synced: 08 Jul 2025
https://github.com/adonisjs/static
Static files server middleware for AdonisJS
Last synced: 15 Mar 2026
https://github.com/adonisjs/upgrade-kit
CLI tool for migrating from Adonis.js 5 to Adonis.js 6
Last synced: 12 Mar 2026
https://github.com/adonisjs/tsconfig
Base TypeScript configuration files for AdonisJS applications and packages
Last synced: 20 Aug 2025
https://github.com/adonisjs/tooling-config
Eslint, prettier, and typescript configurations for AdonisJS projects
Last synced: 03 Mar 2026
https://github.com/adonisjs/eslint-plugin-adonisjs
ESLint plugin for AdonisJS to enforce framework specific rules
Last synced: 26 Apr 2025
https://github.com/adonisjs/encore
Webpack Encore integration package for AdonisJS
Last synced: 23 Oct 2025
https://github.com/adonisjs/prettier-config
Prettier config preset for AdonisJS packages and applications
Last synced: 26 Feb 2025