Originzero is a collaborative low-code workflow automation tool designed to empower individuals and businesses to create their own workflows without needing any coding skills. Users can easily build workflows using a drag-and-drop method to add and connect nodes. These nodes operate concurrently (and in parallel when needed), significantly enhancing performance.
Originzero also allows teams to create their own workspaces, enabling members to collaborate on workflows based on their permission levels. This promotes a collaborative environment where team members can work together efficiently.
The tool features an extendable node system, with a goal to continuously expand the number of nodes through contributions from the core team and the community.
Check out our wiki page for full instructions on getting started.
-
Clone the code:
git clone https://github.com/originzero-io/originzero.git cd originzero
-
Install the dependencies
npm install
-
Install Lerna
npm i -g lerna
-
Run
npm start
-
Open
http://localhost:5173
Originzero is split up in different modules which are all in a single mono repository.
The most important directories:
- /packages - All originzero modules
- /packages/editor - React frontend components
- /packages/api-gateway - Central api gateway to access all APIs safely and efficiently
- /packages/entity-api - All entities like workspaces, projects, flows, users, etc.
- /packages/flow-runtime - Runtime algorithm that handles flow execution, concurrency, and parallelism, and also includes nodes.
- Contact us before starting on any changes here
- /packages/dockerize-api - A package that creates a container for each flow created
- /packages/math-service - Allows the Calculate node to handles complex mathematical operations
The official documentation can be found on here.
For further help, or general discussion, please use the Github discussions or discord server.
Before raising a pull-request, please read our contributing guide.
This project adheres to the Contributor Covenant 1.4. By participating, you are expected to uphold this code. Please report unacceptable behavior to any of the project's core team at info@originzero.io.
This project is under the Apache 2.0 license.