diff options
author | Kieran <kieranrobson1999@gmail.com> | 2022-08-18 11:11:12 +0000 |
---|---|---|
committer | Kieran <kieranrobson1999@gmail.com> | 2022-08-18 11:11:12 +0000 |
commit | ebf764e8ff046d9bec7c5d73cd046fc7dd6de3c3 (patch) | |
tree | fc2f133d2db17158f7b5a141aafc1041efb11e7a | |
parent | Setup new low code section (diff) | |
download | awesome-selfhosted-ebf764e8ff046d9bec7c5d73cd046fc7dd6de3c3.tar.gz awesome-selfhosted-ebf764e8ff046d9bec7c5d73cd046fc7dd6de3c3.zip |
Moved lowcode
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1796,7 +1796,6 @@ Software for easy installation, management and configuration of self-hosted serv An [integrated development environment (IDE)](https://en.wikipedia.org/wiki/Integrated_development_environment) is a software application that provides comprehensive facilities to computer programmers for software development. -- [Appsmith](https://www.appsmith.com/) - Cloud or self-hosted open-source platform to build admin panels, CRUD apps and workflows. Build everything you need, 10x faster. ([Source Code](https://github.com/appsmithorg/appsmith)) `Apache-2.0` `Java/Docker` - [Atheos](https://www.atheos.io) - Web-based IDE framework with a small footprint and minimal requirements, continued from Codiad. ([Source Code](https://github.com/Atheos/Atheos)) `MIT` `PHP` - [Babelfish](https://github.com/bblfsh/bblfshd) - Self-hosted server for source code parsing. It can parse any file, in any supported language, extract an Abstract Syntax Tree from it, and convert it to a Universal Abstract Syntax Tree which can enable further analysis and transformation. `GPL-3.0` `Go` - [Budibase](https://www.budibase.com) - Build and automate internal tools, admin panels, dashboards, CRUD apps, and more, in minutes. Budibase is the open source alternative to Outsystems, Retool, Mendix, Appian. ([Source Code](https://github.com/Budibase/budibase)) `GPL-3.0` `Nodejs` @@ -1837,6 +1836,7 @@ An [integrated development environment (IDE)](https://en.wikipedia.org/wiki/Inte A [low-code](https://en.wikipedia.org/wiki/Low-code_development_platform) development platform (LCDP) provides a development environment used to create application software through a graphical user interface. +- [Appsmith](https://www.appsmith.com/) - Cloud or self-hosted open-source platform to build admin panels, CRUD apps and workflows. Build everything you need, 10x faster. ([Source Code](https://github.com/appsmithorg/appsmith)) `Apache-2.0` `Java/Docker` |