From dd66a0b420ce696e1989d03dd9efd038bb3581f8 Mon Sep 17 00:00:00 2001 From: Max North Date: Sat, 28 Jan 2023 21:44:17 -0500 Subject: [PATCH 1/5] Update README.md Change description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 054f40b..3b247fd 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ![Build](https://github.com/ctrlflowjs/ctrlflow/actions/workflows/ci.yml/badge.svg) -ctrl+flow is an app dev framework for adding **user automation** capabilities to Node.js web apps. +ctrl+flow is a lightweight alternative to business process automation platforms. It has no standalone deployment, it's a framework you can install into any Node.js web app and requires only a Redis instance to support background processing. #### What is user automation? From e68ace5a21cc69f9ecc4e4cc0f412706cd012f6d Mon Sep 17 00:00:00 2001 From: Max North Date: Sat, 28 Jan 2023 22:24:04 -0500 Subject: [PATCH 2/5] Update README.md --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 3b247fd..6b7bc97 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,7 @@ ![Build](https://github.com/ctrlflowjs/ctrlflow/actions/workflows/ci.yml/badge.svg) -ctrl+flow is a lightweight alternative to business process automation platforms. It has no standalone deployment, it's a framework you can install into any Node.js web app and requires only a Redis instance to support background processing. - -#### What is user automation? - -User automation means enabling users to automate parts of an application by letting them choose a triggering event and a series of actions to perform. It provides users advanced control of app logic without writing code or needing developer support. It's often found as a premium feature in many popular enterprise tools like Airtable, Slack, and Trello, and with ctrl+flow it can be added to any Node.js web app. +ctrl+flow is a lightweight alternative to business process automation platforms. It's a framework you can `npm install` in any Node.js app and begin experimenting with in minutes. It prioritizes developer needs over artificial business appeal, ensuring it can be extended, monitored, debugged, and maintained with the tools and processes of your choosing. #### How can you use it? - Enrich internal apps and reduce reliance on the dev team by enabling users to self-automate select scenarios From bdb39514c85fa3863a611c215d6db5c53c18d025 Mon Sep 17 00:00:00 2001 From: Max North Date: Sat, 28 Jan 2023 22:27:20 -0500 Subject: [PATCH 3/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b7bc97..ffee1d3 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ![Build](https://github.com/ctrlflowjs/ctrlflow/actions/workflows/ci.yml/badge.svg) -ctrl+flow is a lightweight alternative to business process automation platforms. It's a framework you can `npm install` in any Node.js app and begin experimenting with in minutes. It prioritizes developer needs over artificial business appeal, ensuring it can be extended, monitored, debugged, and maintained with the tools and processes of your choosing. +ctrl+flow is a lightweight alternative to business process automation platforms. It's a framework you can `npm install` in any Node.js app and begin experimenting with in minutes. It prioritizes developer needs over inflated business appeal, ensuring it can be extended, monitored, debugged, and maintained with the tools and processes of your choosing. #### How can you use it? - Enrich internal apps and reduce reliance on the dev team by enabling users to self-automate select scenarios From a92dc27247b2ae18e4ce9c7919969f519a81fbb5 Mon Sep 17 00:00:00 2001 From: Max North Date: Sat, 28 Jan 2023 22:27:44 -0500 Subject: [PATCH 4/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ffee1d3..4525d3b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ![Build](https://github.com/ctrlflowjs/ctrlflow/actions/workflows/ci.yml/badge.svg) -ctrl+flow is a lightweight alternative to business process automation platforms. It's a framework you can `npm install` in any Node.js app and begin experimenting with in minutes. It prioritizes developer needs over inflated business appeal, ensuring it can be extended, monitored, debugged, and maintained with the tools and processes of your choosing. +ctrl+flow is a lightweight alternative to business process automation platforms. It's a framework you can `npm install` into any Node.js web app and begin experimenting with in minutes. It prioritizes developer needs over inflated business appeal, ensuring it can be extended, monitored, debugged, and maintained with the tools and processes of your choosing. #### How can you use it? - Enrich internal apps and reduce reliance on the dev team by enabling users to self-automate select scenarios From d456b56aa787d93acde8b926618d02dec6881833 Mon Sep 17 00:00:00 2001 From: Max North Date: Sat, 28 Jan 2023 22:40:48 -0500 Subject: [PATCH 5/5] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4525d3b..ea1d663 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,11 @@ ![Build](https://github.com/ctrlflowjs/ctrlflow/actions/workflows/ci.yml/badge.svg) -ctrl+flow is a lightweight alternative to business process automation platforms. It's a framework you can `npm install` into any Node.js web app and begin experimenting with in minutes. It prioritizes developer needs over inflated business appeal, ensuring it can be extended, monitored, debugged, and maintained with the tools and processes of your choosing. +ctrl+flow is a lightweight alternative to business process automation platforms. It's a framework you can `npm install` into any Node.js web app and begin experimenting with in minutes. It prioritizes developer needs to ensure it can be extended, monitored, debugged, and maintained without sacrificing the tools and processes of your choosing. + +Principles +- Prioritize developer needs over inflated business appeal +- Have control over what your users can do and in what contexts #### How can you use it? - Enrich internal apps and reduce reliance on the dev team by enabling users to self-automate select scenarios