From dab7fc3f7b330e813add26fa0d4859db3219dfbd Mon Sep 17 00:00:00 2001 From: Zhou Date: Mon, 30 Oct 2023 11:33:29 +0800 Subject: [PATCH] Create why.md --- docs/en-US/welcome/introduction/why.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 docs/en-US/welcome/introduction/why.md diff --git a/docs/en-US/welcome/introduction/why.md b/docs/en-US/welcome/introduction/why.md new file mode 100644 index 000000000..3cbd5c8e2 --- /dev/null +++ b/docs/en-US/welcome/introduction/why.md @@ -0,0 +1,19 @@ +# Why NocoBase + +## Open source, autonomous and controllable +NocoBase is open source under the Apache-2.0 & AGPL-3.0 licenses, and can be used free of charge as long as you follow the licenses. Advanced features are provided through the commercial version, which also provides full source code and is privately deployed to keep data private and secure. + +## Strong no-code capability +NocoBase has three core concepts: collection, block, and action. By defining the data collections, to abstract the business; through the block to present the data; through the action to send the user's instructions to the server to complete the data interaction or change. + +## High scalability +In the actual business, the ideal situation is to use no-code to meet 80% of the needs, the rest usually need to extend the development. NocoBase adopts the microkernel architecture, with a sound plugin system, all kinds of functions are extended in the form of plugins. NocoBase is based on Node.js and uses mainstream frameworks and technologies, including Koa, Sequelize, React and so on, which makes it extremely easy to expand. + +## Integrate with existing systems +Organizations usually have various systems and databases already in place, and NocoBase supports using third-party databases or APIs as data sources, as well as embedding NocoBase into third-party systems or embedding third-party systems into NocoBase. + +## Extremely simple and lightweight +NocoBase uses JavaScript/TypeScript technology stack, one person can complete the front-end and back-end development. It has low server requirements and can be deployed on a single low-configuration server. + +## Pay once, use forever +NocoBase only charges for premium features. For a one-time fee, you get access to the full source code and 1 year of upgrade rights and technical support. After the expiration date, if you do not renew your subscription, you can stay in the current version and use it for free forever.