Loading repository data…
Loading repository data…
noodlapp / repository
Noodl is a low code platform for creating full stack web applications
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Noodl is a low-code platform where designers and developers build custom applications and experiences. Designed as a visual programming environment, it aims to expedite your development process. It promotes the swift and efficient creation of applications, requiring minimal coding knowledge.
Documentation for how to use Noodl can be found here: https://noodlapp.github.io/noodl-docs/
Main support channel is Discord: https://www.noodl.net/community
Pre-built binaries can be downloaded from Github
# Install all dependencies
$ npm install
# Start the Noodl Editor and build a production version of the cloud and react runtime (useful when running Noodl from source but want to deploy to production)
$ npm start
# Start the Noodl Editor and watch the filesystem for changes to the runtimes. Development versions of the runtimes, not meant for production (mostly due to source maps and file size)
# This is ideal for a quick workflow when doing changes on the runtimes.
$ npm run dev
# Start Noodl Editor test runner
$ npm run test:editor
This repository contains two different licenses for different parts of the Noodl platform.
All of the source code of applications created with Noodl are under MIT. This means you can do project specific changes to the runtime without having to redistribute your changes.
Packaged licensed under MIT:
noodl-runtimenoodl-viewer-cloudnoodl-viewer-reactYou can find a MIT LICENSE file in each of these packages. The rest of the repository is licensed under GPLv3.