{"id":19763519,"url":"https://github.com/netgrif/application-builder","last_synced_at":"2026-05-11T01:24:14.668Z","repository":{"id":211935005,"uuid":"730273749","full_name":"netgrif/application-builder","owner":"netgrif","description":"Web app for developing process-driven application in low-code language Petriflow.","archived":false,"fork":false,"pushed_at":"2024-04-15T05:06:06.000Z","size":2228,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-04-16T10:59:11.003Z","etag":null,"topics":["angular","bpmn","low-code","netgrif","petri-nets","petriflow","process-oriented","webapp"],"latest_commit_sha":null,"homepage":"https://builder.netgrif.cloud","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/netgrif.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-12-11T15:13:42.000Z","updated_at":"2024-04-18T13:56:31.484Z","dependencies_parsed_at":"2024-04-18T13:56:14.120Z","dependency_job_id":null,"html_url":"https://github.com/netgrif/application-builder","commit_stats":null,"previous_names":["netgrif/application-builder"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netgrif%2Fapplication-builder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netgrif%2Fapplication-builder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netgrif%2Fapplication-builder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netgrif%2Fapplication-builder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/netgrif","download_url":"https://codeload.github.com/netgrif/application-builder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241094921,"owners_count":19908728,"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":["angular","bpmn","low-code","netgrif","petri-nets","petriflow","process-oriented","webapp"],"created_at":"2024-11-12T04:09:32.899Z","updated_at":"2026-05-11T01:24:14.576Z","avatar_url":"https://github.com/netgrif.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Netgrif Application Builder\n\n[![License](https://img.shields.io/badge/license-NETGRIF%20Community%20License-green)](https://netgrif.com/license)\n[![Angular dependency](https://img.shields.io/github/package-json/dependency-version/netgrif/application-builder/@angular/core?color=red)](https://www.angular.io/)\n[![Petriflow 1.0.1](https://img.shields.io/badge/Petriflow-1.0.4-0aa8ff)](https://petriflow.com)\n[![Docker Pulls](https://img.shields.io/docker/pulls/netgrif/application-builder)](https://hub.docker.com/r/netgrif/application-builder)\n[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/netgrif/application-builder?display_name=tag\u0026sort=semver)](https://github.com/netgrif/application-builder/releases)\n[![Master Build](https://github.com/netgrif/application-builder/actions/workflows/master-build.yaml/badge.svg)](https://github.com/netgrif/application-builder/actions/workflows/master-build.yaml)\n[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=netgrif_application-builder\u0026metric=alert_status)](https://sonarcloud.io/summary/new_code?id=netgrif_application-builder)\n[![Known Vulnerabilities](https://snyk.io/test/github/netgrif/application-builder/badge.svg)](https://snyk.io/test/github/netgrif/application-builder)\n\nNetgrif Application Builder is an angular web application for implementing process-driven application in low-code language Petriflow.\nPetriflow processes can be run/interpreted in Netgrif Application Engine.\n\nLive build: [https://builder.netgrif.cloud](https://builder.netgrif.cloud)\n\nApplication Builder consists of several modules that helps with development of business processes, application's dataset, permission schema, and many more.\nBuilder can be deployed as is directly from the release artifact or as a docker container. It doesn't save your work on any server. It works only in a browser.\n\n* Petriflow low-code language: [http://petriflow.com](https://petriflow.com)\n* Netgrif Application Engine: [NAE repository](https://github.com/netgrif/application-engine), [NAE documentation](https://engine.netgrif.com)\n* Issue Tracker: [GitHub issues](https://github.com/netgrif/application-builder/issues)\n* License: [NETGRIF Community License](https://github.com/netgrif/application-builder/blob/master/LICENSE)\n\n## Usage\n\nBuilder is single-page application (SPA) implemented in Angular. You can deploy it as normal web page on any website hosting. You can use a [release artifact](https://github.com/netgrif/application-builder/releases/tag/v6.3.2)\nto deploy the zip archive. The application is also published to [DockerHub](https://hub.docker.com/r/netgrif/application-builder) for container deployment.\nFor running the application no further configuration is needed.\n\n## Installation\n\nFor local installation of the application you can clone the repository and then simply run it with Angular CLI.\nTo run the application from the repository Node.js v18+ is recommended.\n\n```shell\nnpm i --legacy-peer-deps\nnpm run start\n```\n\n## Other projects\n\n### Application Engine\n\n[Netgrif Application Engine](https://github.com/netgrif/application-engine) is workflow management system powered by low-code language Petriflow written in Java.\nApplication Engine can run as a standalone java application, as a docker image, or you can embed it to your Java/Spring Boot project.\n\n### Components\n\n[Netgrif Components](https://github.com/netgrif/components) is an Angular library for creating SPA (Single-page application) compatible with Netgrif Application Engine.\nThe library provides all necessary tools for creating refined frontend application into NAE environment,\nand to create own library of Angular web components to incorporate your own personal design to the platform.\n\n## Reporting issues\n\nIf you find a bug, let us know at [Issue page](https://github.com/netgrif/application-builder/issues). First, please read our [Contribution guide](https://github.com/netgrif/application-builder/blob/master/CONTRIBUTING.md)\n\n## License\n\nThe software is licensed under NETGRIF Community license. You may be found this license at [the LICENSE file](https://github.com/netgrif/application-builder/blob/master/LICENSE) in the repository.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetgrif%2Fapplication-builder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetgrif%2Fapplication-builder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetgrif%2Fapplication-builder/lists"}