I'm working on a tool to transform what I call an Application Definition File (a format specified as a JSON schema) into a line-of business NodeJS/Express/Postgres web app.
You might think of it a lo-code tool, but I'm aiming more for it to be a no-code tool, as in the level of sophistication should be such that there is rarely a need to touch the generated application.
Here is a sample application definition file (to model an app for the tool itself):
You might think of it a lo-code tool, but I'm aiming more for it to be a no-code tool, as in the level of sophistication should be such that there is rarely a need to touch the generated application.
Here is a sample application definition file (to model an app for the tool itself):