Skip to content
Akın Şibay edited this page Sep 24, 2024 · 12 revisions

originzero-brandmark

OriginZero - Collaborative low-code workflow automation tool

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.

Yayınla LinkedIn

🏁 Quick Start

  1. Clone the code:

     git clone https://github.com/originzero-io/originzero.git
     cd originzero
    
  2. Install the dependencies

     npm install
    
  3. Run

     npm start
    
  4. Open

     http://localhost:5173
    

📂 Directory structure

Originzero is split up in different modules which are all in a single mono repository.

The most important directories:

⚒️ Requirements

  1. Node.js 18 and above
  2. Typescript 5 and above
  3. Lerna
  4. Python 3 and above
  5. Docker
  6. Mongodb
Clone this wiki locally