From c028484138495e0a88f8d4f61b446f3e9375a44e Mon Sep 17 00:00:00 2001 From: Rafal Enden Date: Tue, 12 Aug 2025 18:35:24 +0200 Subject: [PATCH 1/2] Update README.md to include additional related projects with descriptions --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 77cfcdf1..26bc2ea8 100644 --- a/README.md +++ b/README.md @@ -226,10 +226,18 @@ localStorage.debug = 'json-rules-engine' ## Related Projects -https://github.com/vinzdeveloper/json-rule-editor - configuration ui for json-rules-engine: +### [JSON Rules Editor](https://github.com/vinzdeveloper/json-rule-editor) + +Configuration ui for json-rules-engine. rule editor 2 +### [React Rules](https://github.com/rafenden/react-rules) + +A React component for building and managing rules. + +![React Rules](https://github.com/rafenden/react-rules/raw/main/demo/screenshot2.png) + ## License [ISC](./LICENSE) From 0b9d7a95d14ed15bc9a9fd34840e2e7fc06749ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Enden?= Date: Mon, 16 Feb 2026 21:51:34 +0100 Subject: [PATCH 2/2] Add related projects disclaimer to README.md Co-authored-by: chris-pardy --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 26bc2ea8..70a2cd21 100644 --- a/README.md +++ b/README.md @@ -226,6 +226,7 @@ localStorage.debug = 'json-rules-engine' ## Related Projects +_The following community projects integrate with or build on json-rules-engine. They are not maintained or endorsed by the json-rules-engine team — use at your own discretion._ ### [JSON Rules Editor](https://github.com/vinzdeveloper/json-rule-editor) Configuration ui for json-rules-engine.