{"id":17609856,"url":"https://github.com/aliasaria/ohflow","last_synced_at":"2025-07-18T05:34:39.241Z","repository":{"id":138276419,"uuid":"569008155","full_name":"aliasaria/ohflow","owner":"aliasaria","description":"OhFlow is a lowcode GUI to create workflows that can process objects.","archived":false,"fork":false,"pushed_at":"2025-02-26T16:03:01.000Z","size":1700,"stargazers_count":22,"open_issues_count":1,"forks_count":5,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-30T14:32:28.012Z","etag":null,"topics":["lowcode","mantine-ui","react-flow"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aliasaria.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-11-21T22:07:10.000Z","updated_at":"2025-02-26T16:03:05.000Z","dependencies_parsed_at":"2025-04-30T14:31:48.982Z","dependency_job_id":"13d995e3-cf8c-4444-8005-22b4454e08b5","html_url":"https://github.com/aliasaria/ohflow","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aliasaria/ohflow","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aliasaria%2Fohflow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aliasaria%2Fohflow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aliasaria%2Fohflow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aliasaria%2Fohflow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aliasaria","download_url":"https://codeload.github.com/aliasaria/ohflow/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aliasaria%2Fohflow/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265705451,"owners_count":23814462,"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":["lowcode","mantine-ui","react-flow"],"created_at":"2024-10-22T17:10:24.430Z","updated_at":"2025-07-18T05:34:39.174Z","avatar_url":"https://github.com/aliasaria.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OhFlow\n\n![Screenshot](/docs/img/screenshot.png)\n\nOhFlow is a lowcode GUI to create workflows that can process objects. OhFlow heavily uses the [React Flow](https://reactflow.dev/) Library to render the GUI.\n\nFor information on the concepts behind the application, read the [Overview](OVERVIEW.md)\n\nIf you are looking to build a GUI workflow editor (or embed one in your application), this application can be a good starting point.\n\nOhFlow is a work in progress. If you'd like to contribute, the best way to start is to run it locally, play with it, and then work on completing sections of the application that need work.\n\n# Quick Start:\n\nTo get started run the following:\n\n`node ./server/app.js`\n\nTo start the (backend) webserver.\n\nThen, in a separate window run:\n\n`npm start`\n\nTo start the (frontend) GUI and then you can visit `http://localhost:3000` to use the app.\n\n# Available Scripts\n\n### `npm run build`\n\nBuilds the app for production to the `build` folder.\\\nIt correctly bundles React in production mode and optimizes the build for the best performance.\n\nThe build is minified and the filenames include the hashes.\\\nYour app is ready to be deployed!\n\n# Architecture\n\nOhFlow is designed as a React frontend that talks to a very simple Express.JS backend\n\n```mermaid\ngraph TD\n    A[\"React Frontend /src\"] --\u003e B[\"Express.JS Backend /server\"]\n    B --\u003e |sequelize| C(\"SQL Database\")\n```\n\nThe database uses the sequelize database abstraction in Node.JS so you can point it\nat most common databases including MySQL or Postgres. Out of the box it points to\na SQLite Database stored in the `/db` directory\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faliasaria%2Fohflow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faliasaria%2Fohflow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faliasaria%2Fohflow/lists"}