{"id":16078199,"url":"https://github.com/originzero-io/originzero","last_synced_at":"2025-04-05T10:43:07.630Z","repository":{"id":257587856,"uuid":"858725054","full_name":"originzero-io/originzero","owner":"originzero-io","description":"Collaborative low-code workflow automation tool ","archived":false,"fork":false,"pushed_at":"2024-09-25T13:19:40.000Z","size":4173,"stargazers_count":11,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-02-10T21:37:53.884Z","etag":null,"topics":["automation","collaborative-development","collaborative-editor","low-code","low-code-development-platform","low-code-platform","no-code","node","workflow-automation"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/originzero-io.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-17T12:30:43.000Z","updated_at":"2025-01-21T21:08:08.000Z","dependencies_parsed_at":"2024-09-17T15:52:32.805Z","dependency_job_id":"a3aa5fe8-1f4f-456e-b7cf-a91748b8e21c","html_url":"https://github.com/originzero-io/originzero","commit_stats":null,"previous_names":["originzero-io/originzero"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/originzero-io%2Foriginzero","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/originzero-io%2Foriginzero/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/originzero-io%2Foriginzero/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/originzero-io%2Foriginzero/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/originzero-io","download_url":"https://codeload.github.com/originzero-io/originzero/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247325645,"owners_count":20920713,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","collaborative-development","collaborative-editor","low-code","low-code-development-platform","low-code-platform","no-code","node","workflow-automation"],"created_at":"2024-10-09T10:08:59.406Z","updated_at":"2025-04-05T10:43:07.611Z","avatar_url":"https://github.com/originzero-io.png","language":"JavaScript","readme":"![originzero-brandmark](https://github.com/user-attachments/assets/6e648bc9-9179-4b3c-937e-5b8ea1ebb10c)\n\n# OriginZero - Collaborative low-code workflow automation tool\n\nOriginzero 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. \n\nOriginzero 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. \n\n**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.**\n\n![Yayınla LinkedIn](https://github.com/user-attachments/assets/3225e639-b219-4e80-b48b-9e14e4a4ad7e)\n\n## 🏁 Quick Start\n\nCheck out our [wiki page](https://github.com/originzero-io/originzero/wiki/Getting-Started) for full instructions on getting started.\n\n1. Clone the code:\n   \n        git clone https://github.com/originzero-io/originzero.git\n        cd originzero \n\n2. Install the dependencies\n\n        npm install\n3. Install [Lerna](https://lerna.js.org/docs/introduction)\n\n        npm i -g lerna\n\n4. Run\n   \n        npm start\n5. Open\n   \n        http://localhost:5173\n\n\n## 📂 Directory structure\n\nOriginzero is split up in different modules which are all in a single mono repository.\n\nThe most important directories:\n\n- [/packages](/packages) - All originzero modules\n- [/packages/editor](/packages/editor) - React frontend components\n- [/packages/api-gateway](/packages/api-gateway) - Central api gateway to access all APIs safely and efficiently\n- [/packages/entity-api](/packages/entity-api) - All entities like workspaces, projects, flows, users, etc.\n- [/packages/flow-runtime](/packages/flow-runtime) - Runtime algorithm that handles flow execution, concurrency, and parallelism, and also includes nodes.\n  - **Contact us before starting on any changes here**\n- [/packages/dockerize-api](/packages/dockerize-api) - A package that creates a container for each flow created\n- [/packages/math-service](/packages/math-service) - Allows the Calculate node to handles complex mathematical operations\n\n## ⚒️ Requirements\n1. [Node.js](https://nodejs.org/en/download/package-manager) 18 and above\n2. [Typescript](https://www.typescriptlang.org/download/) 5 and above\n3. [Lerna](https://lerna.js.org/docs/getting-started)\n4. [Python](https://www.python.org/downloads/) 3 and above\n5. [Docker](https://www.docker.com/products/docker-desktop/)\n6. [Mongodb](https://www.mongodb.com/try/download/community-kubernetes-operator)\n\n## 📚 Documentation\n\nThe official documentation can be found on [here](https://github.com/originzero-io/originzero/wiki).\n\nFor further help, or general discussion, please use the [Github discussions](https://github.com/orgs/originzero-io/discussions) or [discord server](https://discord.gg/VyQD9QAq).\n\n## 💫 Contributing\nBefore raising a pull-request, please read our\n[contributing guide](/CONTRIBUTING.md).\n\nThis project adheres to the [Contributor Covenant 1.4](http://contributor-covenant.org/version/1/4/).\n By participating, you are expected to uphold this code. Please report unacceptable\n behavior to any of the project's core team at info@originzero.io.\n\n## 📋 License\n\nThis project is under [the Apache 2.0 license](LICENSE).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foriginzero-io%2Foriginzero","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foriginzero-io%2Foriginzero","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foriginzero-io%2Foriginzero/lists"}