https://github.com/nucleoidai/ide
Pluginable IDE for Low-code Development
https://github.com/nucleoidai/ide
ide react
Last synced: about 1 year ago
JSON representation
Pluginable IDE for Low-code Development
- Host: GitHub
- URL: https://github.com/nucleoidai/ide
- Owner: NucleoidAI
- License: apache-2.0
- Created: 2021-11-20T17:49:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-19T09:23:52.000Z (over 1 year ago)
- Last Synced: 2025-04-11T00:14:36.884Z (over 1 year ago)
- Topics: ide, react
- Language: JavaScript
- Homepage: https://nucleoid.com/ide/
- Size: 9.69 MB
- Stars: 12
- Watchers: 2
- Forks: 1
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Nucleoid IDE
[](http://nucleoid.com/)
Pluginable IDE for Low-code Development
Nucleoid IDE is a web interface that helps to run Nucleoid's [npm](https://www.npmjs.com/package/nucleoidjs) package with OpenAPI.
[Go to Nucleoid IDE](https://nucleoid.com/ide/)


### Under the hood: Declarative Runtime Environment
Nucleoid is a declarative runtime environment that applies declarative programming at the runtime as rerendering JavaScript statements and creating the graph. The declarative runtime isolates a behavior definition of a program from its technical instructions and executes declarative statements, which represent logical intention without carrying any technical detail.
In this paradigm, there is no segregation regarding what data is or not, instead approaches how data is related with others so that any type of data including business rules can be added without requiring any additional actions such as compiling, configuring, restarting as a result of plasticity.