Popularity
8.2
Stable
Activity
6.9
-
8,451
62
693

Programming language: TypeScript
License: MIT License
Latest version: v3.3.1

AdminBro alternatives and similar modules

Based on the "Content Management Systems" category.
Alternatively, view AdminJS alternatives based on common mentions on social networks and blogs.

  • Strapi

    🚀 Strapi is the leading open-source headless CMS. It’s 100% JavaScript/TypeScript, fully customizable, and developer-first.
  • KeystoneJS

    The superpowered headless CMS for Node.js — built with GraphQL and React
  • Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
    Promo coderabbit.ai
    CodeRabbit Logo
  • Apostrophe2

    A full-featured, open-source content management framework built with Node.js that empowers organizations by combining in-context editing and headless architecture in a full-stack JS environment.
  • Tipe

    DISCONTINUED. 🎉 Next Generation API-first CMS for developers. Generate an API-first CMS from a GraphQL schema with offline prototyping and an inline editor
  • Calipso

    DISCONTINUED. Calipso is a simple NodeJS content management system based on Express, Connect & Mongoose.
  • PencilBlue

    Business class content management for Node.js (plugins, server cluster management, data-driven pages)
  • Factor

    (Join Waiting List) Personal Marketing Platform. A powerful platform for your online identity.
  • ApostropheCMS

    Content management system with an emphasis on intuitive front end content editing and administration built on Express and MongoDB.

Do you think we are missing an alternative of AdminBro or a related project?

Add another 'Content Management Systems' Module

README

AdminJS

AdminJS 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 UI which allows you (or other trusted users) to manage content.

Inspired by: django admin, rails admin and active admin.

How it looks

Example application

Check out the example application with mongodb and postgres models here:

https://adminjs-demo.herokuapp.com

Getting started

OpenSource SoftwareBrothers community

What kind of problems it solves

So you have a working service built in Node.js. It uses (for example) Hapi.js for rendering a couple of REST routes and mongoose as the connector to the database.

Everything works fine, but now you would like to:

  • see all the data in the app,
  • perform custom business actions on objects in the database,
  • bootstrap the tables with the initial data,
  • build custom report pages,
  • allow other team members (not necessary programmers) to see what is going on in the application.

And all these cases can be solved by AdminJS. By adding couple of lines of code you have a running admin interface.

Features

  • CRUD any data in any resource
  • Custom actions
  • Form validation based on schema in your resources
  • Full featured dashboard with widgets
  • Custom resource decorators

Contribute

If you would like work on an adminjs and develop new features - take a look at our dev repository: https://github.com/SoftwareBrothers/adminjs-dev

You can find there instructions on how to run adminjs for development.

License

AdminJS is Copyright © 2021 SoftwareBrothers.co. It is free software, and may be redistributed under the terms specified in the [LICENSE](LICENSE.md) file.

About SoftwareBrothers.co

We’re an open, friendly team that helps clients from all over the world to transform their businesses and create astonishing products.

  • We are available for hire.
  • If you want to work for us - check out the career page.


*Note that all licence references and agreements mentioned in the AdminBro README section above are relevant to that project's source code only.