-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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.
-
Clone the code:
git clone https://github.com/originzero-io/originzero.git cd originzero
-
Install the dependencies
npm install
-
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
OriginZero - Collaborative low-code workflow automation tool
About | Code of conduct | Discord | Github Discussions | Linkedin