awesome-adonisjs

AdonisJS toolkit

A curated collection of resources and tools for building web applications with AdonisJS

A curated list of awesome bookmarks, packages, tutorials, videos and other cool resources from the AdonisJS ecosystem.

GitHub

984 stars
45 watching
112 forks
last commit: 3 months ago
Linked from 1 awesome list

hacktoberfest

Awesome AdonisJS / Essentials

AdonisJS official website
AdonisJS documentation
AdonisJS github
AdonisJS discussions forum 17,117 about 1 month ago
AdonisJS twitter

Awesome AdonisJS / Packages

AdonisJS Firebase Cloud Messaging 23 over 3 years ago – The wrapper for send messages to Firebase Cloud Messaging
AdonisJS Lucid Filter 151 7 months ago – Addon for filtering AdonisJS Lucid ORM
AdonisJS Inertia Provider 279 over 1 year ago Allows you to build server-driven single page apps using
Adonis Class Validator 10 almost 2 years ago Adonis Class Validator provides a means to validate a request data using a class based schema
Adonis Mix Asset 34 over 3 years ago Adonis Mix Asset is an assets bundler based on Laravel Mix for AdonisJS application
Adonis Vite 18 over 2 years ago based frontend assets manager
Adonis Bull Queue 147 4 months ago Queue system based on BullMQ for AdonisJS 5
Adonis Bull 310 over 1 year ago A bull queue provider for AdonisJS applications
Adonis Auto-Preload 31 about 2 years ago Auto-preload multiple relationships when retrieving Lucid models
Adonis Form Request 23 5 months ago Use dedicated classes to authorize and validate requests
Adonis Cache 38 over 1 year ago Cache package for AdonisJS V5
Adonis Lucid Observer 25 over 2 years ago Observer package for Lucid (AdonisJS V5)
Adonis DynamoDB 6 over 1 year ago A DynamoDB (Dyngoose) wrapper for AdonisJS
Adonis Stripe 38 over 1 year ago This package makes it seamless to work with Stripe in AdonisJS 5 applications
Adonis Swagger 104 over 2 years ago Swagger for Adonis 5
Adonis Sentry 27 about 1 year ago Sentry for Adonis 5
Adonis Cache 32 11 months ago Cache provider for Adonis 5
Adonis BullMQ 16 over 1 year ago Simple BullMQ provider for you own queue commands
Adonis NATS 5 about 2 years ago Scale your Adonis 5 application to infinity with microservices based on classes (with code completion from client side!) and NATS transport
AdonisJS reCAPTCHA v2 29 over 3 years ago Verifier for Google ReCAPTCHA v2
Adonis Request throttler 20 about 1 year ago Middleware for Request throttling
Adonis Redis RPC 6 11 months ago Simple RPC Provider for Adonis 5, based on Redis pub/sub transport
Adonis Lucid slugify 107 5 months ago Generate unique slugs from your Lucid models
Adonis Lucid Soft Deletes 94 7 months ago Addon for soft deletes Lucid models
AdonisJS Cloudinary 10 over 3 years ago A Cloudinary wrapper for Adonis 5
AdonisJS Ally Vk 3 almost 2 years ago A driver of AdonisJS Ally for vk.com
AdonisJS Ally Yandex 3 over 3 years ago A driver of AdonisJS Ally for Yandex
AdonisJS Stardust 30 over 1 year ago Access Adonis named routes in the client (inspired by Laravel's ziggy library)
AdonisJS Ally Gitlab 7 10 months ago A Gitlab driver for AdonisJS Ally
Adonis Drive Azure Storage 11 over 1 year ago A Azure Storage driver for AdonisJS Drive
Adonis Logger Azure Application Insights 2 almost 2 years ago Azure Application Insights for AdonisJS
AdonisJS hCaptcha 11 over 1 year ago A middleware for AdonisJS to keep your web applications secure from bots using hCaptcha
AdonisJS JWT Auth 85 about 2 years ago Adds authentication using JWT and refresh tokens
AdonisJS PBKDF2 hasher 2 about 3 years ago Adds PBKDF2 hasher to your adonisjs project
Adonis Responsive Attachment 29 about 2 months ago Upload, convert, generate, and persist responsive and thumbnail images at various breakpoints with detailed metadata
Adonis Prometheus 67 about 2 months ago Prometheus Provider for Adonis 5 with some builtins metrics for monitoring your application
Adonis GRPC Consumer 13 over 2 years ago gRPC client provider for easily communicate with multiples gRPC services
AdonisJS Ally Twitch 1 almost 2 years ago A Twitch driver for AdonisJS Ally
AdonisJS Sail 103 about 1 year ago Laravel Sail clone. Generate a ready-to-use docker environment for your AdonisJS application
Pretty-List-Routes 25 almost 3 years ago A beautiful for AdonisJS
AdonisJS Select Related 31 over 1 year ago Apply inner & outer joins using relationships on your models
@verful/notifications 67 4 months ago Notifications provider for Adonis 5. Inspired by Laravel Notifications
AdonisJS Ally Figma 0 almost 3 years ago A Figma driver for AdonisJS Ally
AdonisJS Kvn Response 0 over 2 years ago Common REST API response helper to REST API adonisjs project
Adosearch 20 about 1 year ago typed, deeply nested database search for adonis.js applications
Edge components 25 4 months ago A components library for Edge template engine and AdonisJS
Adonis attachment advanced 11 4 months ago Upload images and convert, generate, regenerate variants images. Upload video and documents, generate preview images
AdonisJS Ally Authentik 0 over 1 year ago An Authentik driver for AdonisJS Ally
AdonisJS Ally Blizzard 1 4 months ago A Blizzard/Battle.net driver for AdonisJS Ally

Awesome AdonisJS / Articles, tutorials, and blog posts

Adonis V5 (MongoDB) provider An article covering how to use MongoDB in your AdonisJS projects
Set up TailwindCSS using the default Encore package A quick article explaining what dependencies to install and configuration to add to set up TailwindCSS in a Adonis 5 application, using the default Webpack Encore package for assets management
Adonis V5 serverless on AWS Lambda 33 almost 2 years ago This is an example repository for running AdonisJS V5 serverless on AWS Lambda
How to Implement Caching using Adonis.js 5
Créer un blog avec Adonis This is a series of tutorials that allows you to link the features of AdonisJS by creating a blog! (written in French)
Broadcasting in AdonisJS How to setup a laravel like Broadcast system

Awesome AdonisJS / Videos and courses

AdonisJS Crash Course A concise crash course showing how to create a simple API using AdonisJS
Let's learn AdonisJS A series for screencasts to learn the framework from scratch
Using MJML with AdonisJS A screencast showcasing how to use MJML markup language with the AdonisJS mailer
AdonisJS 5 From Scratch A project-based course, where you get to learn AdonisJS 5 by building. We'll cover each aspect of the framework while we gradually build a tasks application
Authentication with multiple IDs in AdonisJS 5 A screencast showing how to allow users to log in with multiple IDs in an AdonisJS 5 application
AdonisJS 5: from preview to stable A screencast walking you through how to migrate an application built with the preview version of AdonisJS 5 to the stable version of AdonisJS 5
Kurs AdonisJS 5 (PL) A series of video courses for the Polish AdonisJS community. In the course we will create a full-fledged application, using practically everything the framework offers us
Full-Stack Google Contacts Clone with Adonis.js Framework & Quasar Framework/Vue.js This series/course (with over 30 articles) takes a learner through the entire process of creating a full-stack Google Contacts clone app with AdonisJS 5 and Quasar 2. Detailed frontend design and backend development for the app are covered

Awesome AdonisJS / Miscellaneous

Node ace ZSH completions 6 almost 3 years ago ZSH completions for the node ace commandline
Youtube Downloader Youtube video and audio downloader as example project featuring dockerizing, response streaming and Gitlab CI automatic build + deploy
Akpoho Invoicing Software 110 5 months ago An open-source SaaS-grade application which provides invoicing, quotations, and receipts functionalities for small businesses. Akpoho Software is built with the amazing AdonisJS 5 as the backend, so you can study the source codes and learn how to build your SaaS application with AdonisJS
MVP Starter 71 over 3 years ago build faster your next idea with this Adonis Starter providing ready-to-use users management (Sign up, Sign in, logout, forgot password, email verification, roles)
MVP Admin Starter 15 7 months ago build your next Adonis Starter project from a pre-existing admin interface (Register user, Roles, Sign in, Forgot password, Email verification, Impersonating users)
Karaoke 6 10 months ago Experimental karaoke app. Create a playlist by adding the youtube url of your choice and use your smartphone as a microphone
fractal-edge-adapter 3 over 1 year ago Use edge templates with Fractal

Awesome AdonisJS / Companies/Projects using AdonisJS

https://cleavr.io/
https://diethunter.org
https://doclify.io/
https://cavai.com/
http://kayako.com/
https://paytm.com/
https://pettysave.com/
https://voyagerportal.com/
https://askyourpharmacist.ca/
https://adonismastery.com
http://zaychin.com
https://medicalworldnigeria.com
https://www.onli.com.br
https://tools.atislabs.com.br/covid
https://www.adeo.com/en/adeo/key-figures
https://www.leroymerlin.com/
https://www.crenet.io
https://www.prospectwith.com/
Gotedo Church Management Software
MyCater
LightOJ
Resilience Club

Backlinks from these awesome lists:

0