# SoftwareBrothers/adminjs

AdminJS is an admin panel for apps written in node.js

Repository: https://github.com/SoftwareBrothers/adminjs
Canonical: https://ross.abutalabs.com/products/adminjs
Homepage: https://adminjs.co
Language: TypeScript
License: MIT
License Family: permissive
Topics: admin, admin-panel, admin-dashboard, nodejs, mongodb
Last push: 2025-07-15T07:29:47+00:00

## Health v2 (maintenance only)
Score: 44/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 31, release rhythm 28, longevity 100
- inputs: {"age_days": 2840, "days_push": 414, "days_rel": 414, "gap_med": 86.5, "n_releases_24m": 5}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 8981, forks 726 (observed 2026-08-28T04:10:26.611009+00:00)

## What it is
AdminJS is an open-source admin panel library for Node.js applications that auto-generates a customizable React-based admin UI from your database models. It plugs into frameworks like Express, NestJS, Fastify, Hapi, and Koa, and connects to ORMs/ODMs such as Prisma, TypeORM, Sequelize, and Mongoose.

## Use cases
- add an admin panel to a node.js app
- manage database records with a generated CRUD interface
- let non-developers view and edit application data
- build custom admin dashboard with widgets and reports
- add role-based access control to an admin interface
- bootstrap initial data into database tables
- create a CMS on top of existing database models

## When to choose
- you have a Node.js app and need an admin interface quickly with minimal code
- you use a supported ORM/ODM like Prisma, TypeORM, Sequelize, or Mongoose
- you want deep customization of the admin UI with React knowledge
- you need built-in authentication and role-based access control
- you want to manage multiple data sources from one panel

## When to avoid
- your project uses CommonJS and cannot migrate to ESM (required since v7)
- you need a standalone admin tool decoupled from your application code
- your stack is not Node.js (e.g. Python, Ruby, PHP projects)
- you use a database or ORM without an existing AdminJS adapter and don't want to write one

## Facets
- artifact type: library
- maturity: active
- function: ui-components, auth, authorization, form-handling, data-visualization, middleware, plugin-system
- domain: web-development, backend, databases, developer-tools, cms, self-hosted
- platform: cross-platform
- tags: admin-panel, admin-dashboard, crud, react, typescript, orm-adapters, rbac, express, nestjs, mongoose, prisma, typeorm, nodejs, web-server

## Member repositories
- SoftwareBrothers/adminjs (main) score 44

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:10:26.611009+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:24:24.193862+00:00, confidence not recorded.
  - readme: https://github.com/SoftwareBrothers/adminjs (fetched 2026-08-28T04:10:26.611009+00:00, sha 27450804daf7)
  - homepage: https://adminjs.co (fetched 2026-08-29T08:24:55.945875+00:00, sha ef8e40c5823c)
  - site_page: https://docs.adminjs.co/installation/getting-started (fetched 2026-08-29T08:24:55.948593+00:00, sha 8b6c8f3df2be)
  - site_page: https://docs.adminjs.co/installation/migration-guide-v7 (fetched 2026-08-29T08:24:55.950652+00:00, sha 6acf05eea5ac)
  - site_page: https://docs.adminjs.co/tutorial-installation-instructions.html (fetched 2026-08-29T08:24:55.952528+00:00, sha 20758b0614d7)
  - site_page: https://docs.adminjs.co (fetched 2026-08-29T08:24:55.955874+00:00, sha a653688afebb)
  - site_page: https://adminjs.co/home.html (fetched 2026-08-29T08:24:55.954157+00:00, sha 990df1cb47d7)
- Data as of 2026-08-30T08:39:29.467469+00:00.
