Overview:
NocoBase is an open-source no-code development platform that focuses on scalability. It allows businesses to quickly deploy a private and scalable no-code platform without investing significant time and resources. NocoBase separates the user interface from the data structure, allowing for greater flexibility and functionality. It also offers a WYSIWYG interface for easy configuration and supports the development of new functions through plugins. NocoBase supports three installation methods: Docker, create-nocobase-app CLI, and Git source code.
Features:
- Model-driven, separate “user interface” from “data structure”: NocoBase allows users to create multiple blocks (data views) for data collections, providing flexibility and functionality.
- What you see is what you get (WYSIWYG): Configuration options are displayed on the usage interface, allowing administrators to directly configure the user interface.
- Functions as plugins: NocoBase’s plugin architecture allows for easy development and installation of new functions.
Installation:
NocoBase supports three installation methods:
Installing With Docker (👍Recommended)
- Install Docker on your system.
- Download the latest NocoBase image.
- Reboot the system.
Installing from create-nocobase-app CLI
- Install create-nocobase-app CLI.
- Create a new project using the CLI.
- Configure the project according to your requirements.
Installing from Git source code
- Clone the NocoBase Git repository.
- Make any necessary changes or debugging on the source code.
- Pull the latest code if updates have been made.
Summary:
NocoBase is an open-source no-code development platform that focuses on scalability. It separates the user interface from the data structure, allowing for greater flexibility. The platform offers a WYSIWYG interface for easy configuration and supports the development of new functions through plugins. NocoBase can be installed using Docker, create-nocobase-app CLI, or Git source code.