Files
nocobase/packages/plugins/@nocobase/plugin-users
Drol 3e4d676d64 Feat/version control (#9563)
* feat(database): add tags property to collection

* feat(cli): add version commit command

* chore: add collection tags

* refactor: expose plugin-backups server api

* refactor(database): unify backup and restore options

* feat(database): support selective backup and skip full pre-drop

* chore: add database adapter option tests

* feat(backups): expose backup and restore table options

* chore: sub class of BackupManager can change file prefix

* feat(backups): add description fied in backup list

* fix: remove backup metadata on destroy

* fix: quote postgres backup table patterns

* chore: add collection tags

* feat(backups): isolate version control backup storage and cache

* feat(backups): isolate restoring from version control or backups`s storage and cache

* fix(cli): allow 2000-char version commit description

* chore(cli): rename command `version commmit` to `revision create`

* fix(plugin-backups): persist backup creator metadata

* feat(client): include command user in event payload

* chore(ai): add error handle in app:plublishEvent api

* docs: add version control operations guide

* fix(collection): mark system collections with system tags

* fix(collection): mark business collections with business tags

* refactor(database): replace collection tags with data category

* test(plugin-backups): stabilize restore manager tests

* fix(plugin-backups): stabilize restore test metadata

* chore: update collection data categories

* fix(plugin-verification): move data category to server collection

* fix(plugin-backups): qualify postgres table filters with schema

* chore: mysql client

* fix(cli): check version control plugin before revision create

---------

Co-authored-by: chenos <chenlinxh@gmail.com>
2026-06-09 10:58:00 +08:00
..
2026-06-09 10:58:00 +08:00

NocoBase

nocobase%2Fnocobase | Trendshift NocoBase - Scalability-first, open-source no-code platform | Product Hunt

What is NocoBase

NocoBase is the most extensible AI-powered no-code platform.
Total control. Infinite extensibility. AI collaboration.
Enable your team to adapt quickly and cut costs dramatically.
No years of development. No millions wasted.
Deploy NocoBase in minutes — and take control of everything.

Homepage:
https://www.nocobase.com/

Online Demo:
https://demo.nocobase.com/new

Documents:
https://docs.nocobase.com/

Forum:
https://forum.nocobase.com/

Use Cases:
https://www.nocobase.com/en/blog/tags/customer-stories

Release Notes

Our blog is regularly updated with release notes and provides a weekly summary.

Distinctive features

1. Data model-driven, not form/tabledriven

Instead of being constrained by forms or tables, NocoBase adopts a data modeldriven approach, separating data structure from user interface to unlock unlimited possibilities.

  • UI and data structure are fully decoupled
  • Multiple blocks and actions can be created for the same table or record in any quantity or form
  • Supports the main database, external databases, and third-party APIs as data sources

model

2. AI employees, integrated into your business systems

Unlike standalone AI demos, NocoBase allows you to embed AI capabilities seamlessly into your interfaces, workflows, and data context, making AI truly useful in real business scenarios.

  • Define AI employees for roles such as translator, analyst, researcher, or assistant
  • Seamless AIhuman collaboration in interfaces and workflows
  • Ensure AI usage is secure, transparent, and customizable for your business needs

AI-employee

3. What you see is what you get, incredibly easy to use

While enabling the development of complex business systems, NocoBase keeps the experience simple and intuitive.

  • One-click switch between usage mode and configuration mode
  • Pages serve as a canvas to arrange blocks and actions, similar to Notion
  • Configuration mode is designed for ordinary users, not just programmers

wysiwyg

4. Everything is a plugin, designed for extension

Adding more no-code features will never cover every business case. NocoBase is built for extension through its plugin-based microkernel architecture.

  • All functionalities are plugins, similar to WordPress
  • Plugins are ready to use upon installation
  • Pages, blocks, actions, APIs, and data sources can all be extended through custom plugins

plugins

Installation

NocoBase supports three installation methods:

  • Installing With Docker (👍Recommended)

    Suitable for no-code scenarios, no code to write. When upgrading, just download the latest image and reboot.

  • Installing from create-nocobase-app CLI

    The business code of the project is completely independent and supports low-code development.

  • Installing from Git source code

    If you want to experience the latest unreleased version, or want to participate in the contribution, you need to make changes and debug on the source code, it is recommended to choose this installation method, which requires a high level of development skills, and if the code has been updated, you can git pull the latest code.

How NocoBase works