An official CLI tool of AdminJS.
This is an official AdminJS plugin which integrates it with Express.js framework
Admin panel for apps written in node.js
This is an official [AdminJS](https://github.com/SoftwareBrothers/adminjs) plugin which integrates it to [nestjs](https://nestjs.com) framework.
TypeORM adapter for AdminJS
Themes let you change the style and default components of your admin panel. There are three elements added to the app by each theme:
Prisma adapter for AdminJS
DesignSystem which AdminJS is built with
This is an official [AdminJS](https://github.com/SoftwareBrothers/adminjs) feature which uploads files to resources.
This is a feature template.
Mongoose adapter for adminjs
This is feature that allows importing and exporting resources.
Sequelize adapter for AdminJS
This is an official [AdminJS](https://github.com/SoftwareBrothers/adminjs) feature which uploads files to resources.
This is an official [AdminJS](https://github.com/SoftwareBrothers/adminjs) plugin which integrates it with [Fastify](https://www.fastify.io/) framework.
This is a bundler utility tool for AdminJS. Normally, AdminJS builts custom components on server's startup which can slow it down or cause high memory usage.
This is an official [AdminJS](https://github.com/SoftwareBrothers/adminjs) feature which logs changes to resources.
This is an official [AdminJS](https://github.com/SoftwareBrothers/adminjs) plugin which integrates it to [koa](https://koajs.com) framework.
An official AdminJS adapter for SQL databases.
Drizzle ORM adapter for AdminJS
MikroORM adapter for AdminJS
This is an official feature for [AdminJS](https://adminjs.co) which integrates Leaflet for your resources.
[AdminJS](https://adminjs.co/) is an automatic admin interface that can be plugged into your application. You, as a developer, provide database models (like posts, comments, stores, products or whatever else your application uses), and AdminJS generates U
Unofficial AdminJS plugin which integrates it with Elysia