Skip to content

originzero-io/originzero

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

Check out our wiki page for full instructions on getting started.

  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

📚 Documentation

The official documentation can be found on here.

For further help, or general discussion, please use the Github discussions or discord server.

💫 Contributing

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.

📋 License

This project is under the Apache 2.0 license.