Open Source Low Code Platform-Microi Code
Platform Profile
- Technical framework:. NET9 Redis MySql/SqlServer/Oracle Vue2/3 Element-UI/Element-Plus
- Platform started in 2014 (based on Avalon.js), refactored with Vue in 2018, open source on October 29, 2024
- official website:https://microi.net/
- WebOS trial address (query only):https://webos.microi.net
- trial address of traditional interface (operational data):https://demo.microi.net/
- Gitee open source address:https://gitee.com/ITdos/microi.net
- GitCode open source address:https://gitcode.com/microi-net/microi.net/overview
- Official CSDN Blog:https://microi.blog.csdn.net
- Technical CSDN Blog:https://lisaisai.blog.csdn.net/?type=blog
Preview








Platform Highlights
- Unlimited:Unlimited number of users, number of forms, data volume, number of databases, etc.
- Cross-platform:Based on. NET8 with gRPC support for cross-development language communication
- Cross database:Support MySql5.5, SqlServer2016, Oracle11g, support read/write separation/sub-database and sub-table, can be extended to more database types
- distributed:Support distributed deployment, support Docker, K8S, Jenkins, Rancher, CICD
- distributed cache:Support Redis Sentinel
- distributed storage:Support Aliyun OSS, MinIO, Amazon S3, can expand more storage media
- Integrated Message Queuing (RabbitMQ), Search Engine (ES), MongoDB
- Interface Engine:Interface Customization
- Print Engine:Online Production Print Template
- SaaS Engine:Three SAAS modes, supporting database-level isolation, multi-tenant isolation, TenantId tenant isolation, and independent organization data isolation
- Form Engine:Support extended components, support custom vue components to embed forms, support secondary development to call form engines, support V8 engine events, and flexibly implement complex business logic
- Interface Engine:Integrate Google V8 engine, support using JavaScript to write back-end interfaces online, support get and post requests, support response files, read files, etc.
- Module Engine:Support multi-table association, query column, no display column, statistical column, searchable column, sortable column, dynamic V8 button, complex where condition, interface address replacement, support multiple embedding modes: iframe, microservice, component, built-in interface template, etc.
- Template Engine:Form/table support online html template rendering
- Database Management:Supports one-click loading of third-party databases and accessing any database in the interface engine
- Office Engine:Local design office template, export and print according to the template
- Workflow Engine v4:v1 based on Microsoft WWF, v2 based on ccflow, v3 based on Microsoft's latest WWF, v4 completely independent research and development, driven by form engine and interface engine
- fine-grained permission control:Permission control to every table, every field, every menu, every V8 button, every interface
- Single Sign-On:Support hidden left, top. Supports single sign-on to third-party systems for low-code platforms and single sign-on to third-party systems for low-code platforms.
- WeChat public platform:Multi-public number configuration (users of different group branches bind different public numbers to send template messages), multi-applet configuration, and template message configuration
- Mobile end (uni-app):Open 100% source code, can package small programs, h5, Android app, ios
- Report Engine:Virtual tables and echarts reports are supported. You can add, delete, and modify reports.
- Microservices:Support front-end microservices (currently vue2 is based on qiankun,vue3 is based on MicroApp)
- Task Scheduling:Custom timing tasks that can execute interface engines and custom development dlls.
- chat system:Support online chat, message notification
- Acquisition Engine:all-purpose collection engine, which can collect web pages, before mvvm rendering, after mvm rendering, and all interface requests in the interface engine.
- Flying Book:Use the interface engine to open the fly book interface, support message notification, etc.
- Multilingual:Both front and back end support multi-language management, online configuration of multi-language
Version difference
- Open source version:Platform traditional interface front-end 100% complete source code, platform back-end more than 90% source code, can be commercial, free to modify
- Personal Edition:$999; Additional includes [vue3 WebOS operating system interface 100% complete source code], etc., with no difference from the enterprise version. One developer license, with unlimited runtime license
- Enterprise Edition:¥10w (down payment ¥2w); Additional includes [mobile uniapp uni-ui 100% complete source code]; Provide more training, consulting and other after-sales services; Priority response to platform upgrade requirements; There are license 10 developers with unlimited runtime license.
Successful Cases
- 2018~2024 100 sets of software delivered based on Microi code platform have been applied to customer 300.
- Real estate Internet platform (a large number of front-end and back-end micro-service customization)
- Large electrical ERP(300 table, 100 module)
- Multiple clothing ERP(100 table, 1 person completed in 1 month) (clothing ERP system realized by pure low code platform)
- Internet of Things smart home (billion-level data processing), plant factory intelligent hardware control.
- Multiple sets of group, state-owned enterprise OA system
- Parking, tide detection, fixed assets, CRM and other platforms
- Cooperative University Training Courses
- More than 100 Cases Continuously Updated
Source directory description
- Dos.ORM:Database component source code
- Dos.Common:Common development class library source code
- Microi.net.Api:. NET8 back-end api interface system framework source code
- Microi.AI:AI engine plug-in source code
- Microi.Cache:Back-end distributed cache plug-in source code
- Microi.HDFS:Back-end distributed storage plug-in source code
- Microi.Job:Back-end task scheduling plug-in source code
- Microi.MQ:Backend message queue plug-in source code
- Microi.Office:Back-end office related processing plug-in source code
- Microi.ORM:Back-end database differentiation processing source code
- Microi.SearchEngine:Back-end search engine source code
- Microi.Spider:Backend collection engine plug-in source code
- Microi.V8Engine:Back-end V8 engine extension source code
- Microi.SystemBase:The basic management of the back-end system will be completely replaced by the FormEngine form engine.
- Microi.gRPC.Client:Back-end gRPC client test source code
- Microi.gRPC.Java:Back-end gRPC client java test source code
- Microi.gRPC.Server:Back-end gRPC server source code
- microi.web:Front-end PC traditional interface framework source code, vue2 element-ui webpack vuex node14
- microi.web.qiankun:qiankun-based PC front-end vue2 microservice framework source code.
- microi.webos:Front-end PC operating system framework source code (personal version),vue3 element-plus vite5 pinia node18
- microi.webos.build:Front-end PC operating system framework (non-personal version)
- microi.uniapp.tuniao:Vue3 mobile version source code based on graph bird UI
- microi.uniapp.uview:vue2 mobile version based on uview
Microi Code-Series Documents
- Platform Introduction:https://microi.blog.csdn.net/article/details/143414349
- One-click installation and use:https://microi.blog.csdn.net/article/details/143832680
- Quickly get started:https://microi.blog.csdn.net/article/details/143607068
- Source code running locally-backend:https://microi.blog.csdn.net/article/details/143567676
- Source code local operation-front end:https://microi.blog.csdn.net/article/details/143581687
- Docker deployment:https://microi.blog.csdn.net/article/details/143576299
- Form Engine:https://microi.blog.csdn.net/article/details/143671179
- Module Engine:https://microi.blog.csdn.net/article/details/143775484
- Interface Engine:https://microi.blog.csdn.net/article/details/143968454
- Workflow Engine:https://microi.blog.csdn.net/article/details/143742635
- Interface Engine:https://microi.blog.csdn.net/article/details/143972924
- Print Engine:https://microi.blog.csdn.net/article/details/143973593
- V8 Function List-Front End:https://microi.blog.csdn.net/article/details/143623205
- V8 Function List-Backend:https://microi.blog.csdn.net/article/details/143623433
- V8.FormEngine Usage:https://microi.blog.csdn.net/article/details/143623519
- Where Conditional Usage:https://microi.blog.csdn.net/article/details/143582519
- DosResult Description:https://microi.blog.csdn.net/article/details/143870540
- Distributed Storage Configuration:https://microi.blog.csdn.net/article/details/143763937
- Custom Export Excel:https://microi.blog.csdn.net/article/details/143619083
- Forms Engine-Custom Components:https://microi.blog.csdn.net/article/details/143939702
- Form Control Data Source Binding Configuration:https://microi.blog.csdn.net/article/details/143767223
- Copy forms and modules to other databases:https://microi.blog.csdn.net/article/details/143950112
- On the Advantages and Disadvantages of Traditional Custom Development and Low Code Development:https://microi.blog.csdn.net/article/details/143866006
- The difference between open source edition, personal edition and enterprise edition:https://microi.blog.csdn.net/article/details/143974752
- Become a partner:https://microi.blog.csdn.net/article/details/143974715
- Microi-based open source project:https://microi.blog.csdn.net/category_12828230.html
- Successful Cases:https://microi.blog.csdn.net/category_12828272.html
- Interface Engine Actual Combat-Send Third-Party SMS:https://microi.blog.csdn.net/article/details/143990546
- Interface Engine Actual Combat-Sending Aliyun SMS:https://microi.blog.csdn.net/article/details/143990603
- Interface Engine Actual Combat-WeChat applet Authorizes Mobile Phone Number Login:https://microi.blog.csdn.net/article/details/144106817
- Interface Engine Actual Combat-WeChat v3 Pay JSAPI Order:https://microi.blog.csdn.net/article/details/144156119
- Interface Engine Actual Combat-WeChat Payment Callback Interface:https://microi.blog.csdn.net/article/details/144168810
- Interface Engine Combat-MongoDB Related Operations:https://microi.blog.csdn.net/article/details/144434527